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

/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp278 nsProxyObject::nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *realObject) argument
282 mRealObject = realObject;
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaWrapper.cpp1694 nsISupports* realObject; local
1695 rv = inst->GetInstance()->QueryInterface(*iid, (void**) &realObject);
1700 nsresult invokeResult = NS_InvokeByIndex(realObject, methodIndex,
1702 NS_RELEASE(realObject);

Completed in 47 milliseconds