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

/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp263 nsCOMPtr<nsProxyEventObject> rootProxy; local
268 rootProxy = (nsProxyEventObject*) realToProxyMap->Get(&rootkey);
270 if(rootProxy) {
277 peo = rootProxy->LockedFind(aIID);
321 rootProxy = do_QueryInterface(peo);
325 // at this point we have a proxy for the root nsISupports (ie. rootProxy)
328 NS_ASSERTION(rootProxy, "What happened to the root proxy!");
351 rootProxy);
359 // off of the rootProxy...
361 peo->mNext = rootProxy
[all...]

Completed in 50 milliseconds