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

/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp59 class nsProxyEventKey : public nsHashKey class in inherits:nsHashKey
62 nsProxyEventKey(void* rootObjectKey, void* destQueueKey, PRInt32 proxyType) function in class:nsProxyEventKey
72 const nsProxyEventKey* other = (const nsProxyEventKey*)aKey;
79 return new nsProxyEventKey(mRootObjectKey, mDestQueueKey, mProxyType);
128 nsProxyEventKey key(rootObject, rootQueue, mProxyObject->mProxyType);
261 nsProxyEventKey rootkey(rootObject.get(), destQRoot.get(), proxyType);
450 nsProxyEventKey key(rootObject, rootQueue, mProxyObject->mProxyType);

Completed in 45 milliseconds