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

/vbox/src/libs/xpcom18a4/xpcom/proxy/public/
H A DnsProxyEvent.h109 PRInt32 GetProxyType() const { return mProxyType; }
116 PRInt32 mProxyType; member in class:nsProxyObject
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp63 : mRootObjectKey(rootObjectKey), mDestQueueKey(destQueueKey), mProxyType(proxyType) {
68 NS_PTR_TO_INT32(mDestQueueKey) ^ mProxyType;
75 && mProxyType == other->mProxyType;
79 return new nsProxyEventKey(mRootObjectKey, mDestQueueKey, mProxyType);
85 PRInt32 mProxyType; member in class:nsProxyEventKey
128 nsProxyEventKey key(rootObject, rootQueue, mProxyObject->mProxyType);
450 nsProxyEventKey key(rootObject, rootQueue, mProxyObject->mProxyType);

Completed in 45 milliseconds