Searched refs:QueryReferent (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsIWeakReference.idl48 * other XPCOM object. The |QueryReferent| member function provides a
62 * |QueryReferent| queries the referent, if it exists, and like |QueryInterface|, produces
67 void QueryReferent( in nsIIDRef uuid, [iid_is(uuid), retval] out nsQIResult result );
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPTCStubWeakRef.cpp83 nsJavaXPTCStubWeakRef::QueryReferent(const nsIID& aIID, void** aInstancePtr) function in class:nsJavaXPTCStubWeakRef
85 LOG(("nsJavaXPTCStubWeakRef::QueryReferent()\n"));
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGWeakReference.cpp98 PyXPCOM_GatewayWeakReference::QueryReferent(REFNSIID iid, void * *ret) function in class:PyXPCOM_GatewayWeakReference
H A DPyGBase.cpp169 // Need to ensure some other thread isnt doing a QueryReferent on
770 nsresult nr = pWeakRef->QueryReferent( NS_GET_IID(nsIInternalPython), (void **)&pip);
800 ok = NS_SUCCEEDED(pWeakRef->QueryReferent( iid, (void **)(ret_gateway)));
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsWeakReference.cpp52 if ( NS_FAILED(status = mWeakPtr->QueryReferent(aIID, answer)) )
166 nsWeakReference::QueryReferent( const nsIID& aIID, void** aInstancePtr ) function in class:nsWeakReference
H A DnsIWeakReferenceUtils.h52 // a type-safe shortcut for calling the |QueryReferent()| member function
62 return aSource->QueryReferent(NS_GET_IID(DestinationType),
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsObserverService.cpp214 weakRef->QueryReferent(NS_GET_IID(nsIObserver), getter_AddRefs(observer));
/vbox/src/libs/xpcom18a4/python/client/
H A D__init__.py528 return Component(self._comobj_.QueryReferent(iid)._comobj_, iid)

Completed in 62 milliseconds