Searched refs:StopAcceptingEvents (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.cpp89 q->StopAcceptingEvents();
101 mEventQTable.Enumerate(hash_enum_remove_queues, nsnull); // call StopAcceptingEvents on everything and clear out the hashtable
214 queue->StopAcceptingEvents(); // tell the queue to stop accepting events
346 aQueue->StopAcceptingEvents();
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/glue/
H A DNativeEventQueue.cpp145 // from calling StopAcceptingEvents() on all event queues upon destruction of
191 mEventQ->StopAcceptingEvents();
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp978 gEventQ->StopAcceptingEvents();
986 * StopAcceptingEvents() above, and those will fail. */
/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 388 milliseconds