Searched refs:GetQueue (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmTransactionManager.h108 tmQueue* GetQueue(PRUint32 aQueueID) { function in class:tmTransactionManager
116 tmQueue* GetQueue(const char *aQueueName);
125 * get that when using GetQueue(qName) and never get the new queue
126 * created here. A call to GetQueue(qID) will be able to get at the new
H A DtmTransactionManager.cpp78 queue = GetQueue(name);
82 queue = GetQueue(index); // GetQueue may return nsnull
86 queue = GetQueue(aTrans->GetQueueID());
126 tmTransactionManager::GetQueue(const char *aQueueName) { function in class:tmTransactionManager
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventPrivate.h128 nsIEventQueue* GetQueue() const { return (mProxyObject ? mProxyObject->GetQueue() : nsnull);} function in class:nsProxyEventObject
H A DnsProxyEventClass.cpp278 rv = manager->GetProxyForObject(self->GetQueue(),
/vbox/src/libs/xpcom18a4/xpcom/proxy/public/
H A DnsProxyEvent.h108 nsIEventQueue* GetQueue() const { return mDestQueue; } function in class:nsProxyObject

Completed in 126 milliseconds