Searched defs:destQueue (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/ |
H A D | nsProxyEvent.cpp | 278 nsProxyObject::nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *realObject) argument 283 mDestQueue = do_QueryInterface(destQueue); 288 nsProxyObject::nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, const nsCID &aClass, nsISupports *aDelegate, const nsIID &aIID) argument 297 mDestQueue = do_QueryInterface(destQueue);
|
H A D | nsProxyEventObject.cpp | 167 nsProxyEventObject::GetNewOrUsedProxy(nsIEventQueue *destQueue, argument 229 nsCOMPtr<nsISupports> destQRoot = do_QueryInterface(destQueue, &rv); 295 peo = new nsProxyEventObject(destQueue, 347 peo = new nsProxyEventObject(destQueue, 396 nsProxyEventObject::nsProxyEventObject(nsIEventQueue *destQueue, argument 407 mProxyObject = new nsProxyObject(destQueue, proxyType, aObj);
|
H A D | nsProxyObjectManager.cpp | 175 nsProxyObjectManager::GetProxyForObject(nsIEventQueue *destQueue, argument 197 rv = eventQService->ResolveEventQueue(destQueue, getter_AddRefs(postQ)); 225 nsProxyObjectManager::GetProxy( nsIEventQueue *destQueue, argument 246 nsresult rv = GetProxyForObject(destQueue, 281 rv = GetProxyForObject(destQueue, aIID, aObj, proxyType, aProxyObject); 300 NS_GetProxyForObject(nsIEventQueue *destQueue, argument 320 return proxyObjMgr->GetProxyForObject(destQueue, aIID, aObj,
|
Completed in 64 milliseconds