Searched refs:aNative (Results 1 - 12 of 12) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsEventQueueService.h | 65 Addref the descriptor in any case. parameter aNative is 67 NS_IMETHOD CreateEventQueue(PRThread *aThread, PRBool aNative); 68 NS_IMETHOD MakeNewQueue(PRThread* thread, PRBool aNative, nsIEventQueue **aQueue);
|
H A D | nsIEventQueue.idl | 90 void init(in boolean aNative); 92 in boolean aNative);
|
H A D | nsEventQueueService.cpp | 148 nsEventQueueServiceImpl::CreateFromIThread(nsIThread *aThread, PRBool aNative, argument 156 rv = CreateEventQueue(prThread, aNative); // addrefs 166 PRBool aNative, 173 rv = queue->InitFromPRThread(thread, aNative); 182 nsEventQueueServiceImpl::CreateEventQueue(PRThread *aThread, PRBool aNative) argument 193 rv = MakeNewQueue(aThread, aNative, getter_AddRefs(queue)); // create new queue 165 MakeNewQueue(PRThread* thread, PRBool aNative, nsIEventQueue **aQueue) argument
|
H A D | nsIEventQueueService.idl | 103 in boolean aNative);
|
H A D | nsEventQueue.cpp | 144 nsEventQueueImpl::Init(PRBool aNative) argument 147 if (aNative) 156 nsEventQueueImpl::InitFromPRThread(PRThread* thread, PRBool aNative) argument 175 if (aNative)
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_0.h | 858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative); 860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
|
H A D | VBoxCAPI_v3_1.h | 858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative); 860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
|
H A D | VBoxCAPI_v3_2.h | 858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative); 860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
|
H A D | VBoxCAPI_v4_0.h | 858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative); 860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
|
H A D | VBoxCAPI_v4_1.h | 858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative); 860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
|
H A D | VBoxCAPI_v4_2.h | 858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative); 860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
|
H A D | VBoxCAPI_v4_3.h | 1084 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative); 1085 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative); 1114 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative); 1115 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative); 1139 #define nsIEventQueue_Init(p, aNative) ((p)->lpVtbl->Init(p, aNative))
|
Completed in 1523 milliseconds