Searched defs:RevokeEvents (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueue.cpp320 nsEventQueueImpl::RevokeEvents(void* owner) function in class:nsEventQueueImpl
326 elder->RevokeEvents(owner);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h868 nsresult (*RevokeEvents)(nsIEventQueue *pThis, void * owner); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v3_1.h868 nsresult (*RevokeEvents)(nsIEventQueue *pThis, void * owner); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v3_2.h868 nsresult (*RevokeEvents)(nsIEventQueue *pThis, void * owner); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v4_0.h868 nsresult (*RevokeEvents)(nsIEventQueue *pThis, void * owner); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v4_1.h868 nsresult (*RevokeEvents)(nsIEventQueue *pThis, void * owner); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v4_2.h868 nsresult (*RevokeEvents)(nsIEventQueue *pThis, void * owner); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v4_3.h1089 nsresult (*RevokeEvents)(nsIEventQueue *pThis, void * owner); member in struct:nsIEventQueue_vtbl
1119 nsresult (*RevokeEvents)(nsIEventQueue *pThis, void * owner); member in struct:nsIEventQueueVtbl
1143 #define nsIEventQueue_RevokeEvents(p, owner) ((p)->lpVtbl->RevokeEvents(p, owner))

Completed in 401 milliseconds