Searched refs:aNative (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.h65 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 DnsIEventQueue.idl90 void init(in boolean aNative);
92 in boolean aNative);
H A DnsEventQueueService.cpp148 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 DnsIEventQueueService.idl103 in boolean aNative);
H A DnsEventQueue.cpp144 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 DVBoxCAPI_v3_0.h858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative);
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v3_1.h858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative);
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v3_2.h858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative);
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v4_0.h858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative);
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v4_1.h858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative);
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v4_2.h858 nsresult (*Init)(nsIEventQueue *pThis, PRBool aNative);
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v4_3.h1084 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 918 milliseconds