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

/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp86 nsProxyObjectCallInfo::nsProxyObjectCallInfo( nsProxyObject* owner,
93 NS_ASSERTION(owner, "No nsProxyObject!");
278 nsProxyObject::nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *realObject) function in class:nsProxyObject
288 nsProxyObject::nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, const nsCID &aClass, nsISupports *aDelegate, const nsIID &aIID) function in class:nsProxyObject
301 nsProxyObject::~nsProxyObject()
312 nsProxyObject::AddRef()
315 NS_LOG_ADDREF(this, mRefCnt, "nsProxyObject", sizeo
[all...]
/vbox/src/libs/xpcom18a4/xpcom/proxy/public/
H A DnsProxyEvent.h90 class nsProxyObject class
93 nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *realObject);
94 nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, const nsCID &aClass, nsISupports *aDelegate, const nsIID &aIID);
99 ~nsProxyObject();
136 nsProxyObjectCallInfo(nsProxyObject* owner,
150 nsProxyObject* GetProxyObject() const { return mOwner; }
175 nsRefPtr<nsProxyObject> mOwner; /* this is the strong referenced nsProxyObject */

Completed in 525 milliseconds