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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueue.cpp77 after someone calls StopAcceptingEvents() on the queue and when it is
86 You may not call StopAcceptingEvents() on this queue until you have
95 queue->StopAcceptingEvents()
200 nsEventQueueImpl::StopAcceptingEvents() function in class:nsEventQueueImpl
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h874 nsresult (*StopAcceptingEvents)(nsIEventQueue *pThis); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v3_1.h874 nsresult (*StopAcceptingEvents)(nsIEventQueue *pThis); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v3_2.h874 nsresult (*StopAcceptingEvents)(nsIEventQueue *pThis); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v4_0.h874 nsresult (*StopAcceptingEvents)(nsIEventQueue *pThis); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v4_1.h874 nsresult (*StopAcceptingEvents)(nsIEventQueue *pThis); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v4_2.h874 nsresult (*StopAcceptingEvents)(nsIEventQueue *pThis); member in struct:nsIEventQueue_vtbl
H A DVBoxCAPI_v4_3.h1092 nsresult (*StopAcceptingEvents)(nsIEventQueue *pThis); member in struct:nsIEventQueue_vtbl
1122 nsresult (*StopAcceptingEvents)(nsIEventQueue *pThis); member in struct:nsIEventQueueVtbl
1146 #define nsIEventQueue_StopAcceptingEvents(p) ((p)->lpVtbl->StopAcceptingEvents(p))

Completed in 256 milliseconds