Searched defs:NativeEventQueue (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/com/
H A DNativeEventQueue.h68 friend class NativeEventQueue;
86 class NativeEventQueue class in namespace:com
90 NativeEventQueue();
91 virtual ~NativeEventQueue();
99 static NativeEventQueue *getMainEventQueue();
111 static NativeEventQueue *sMainQueue;
/vbox/src/VBox/Main/glue/
H A DNativeEventQueue.cpp19 #include "VBox/com/NativeEventQueue.h"
42 // NativeEventQueue class
76 NativeEventQueue *NativeEventQueue::sMainQueue = NULL;
88 void *PR_CALLBACK com::NativeEventQueue::plEventHandler(PLEvent *self)
95 NativeEventQueue *eq = (NativeEventQueue *)self->owner;
103 void PR_CALLBACK com::NativeEventQueue::plEventDestructor(PLEvent *self)
120 NativeEventQueue::NativeEventQueue() function in class:com::NativeEventQueue
[all...]

Completed in 50 milliseconds