Searched refs:factoryPtr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsIInterfaceRequestorUtils.cpp49 nsCOMPtr<nsIInterfaceRequestor> factoryPtr = do_QueryInterface(mSource, &status); local
50 NS_ASSERTION(factoryPtr, "Did you know you were calling |do_GetInterface()| on an object that doesn't support the |nsIInterfaceRequestor| interface?");
52 if ( factoryPtr )
53 status = factoryPtr->GetInterface(aIID, aInstancePtr);
H A DnsWeakReference.cpp72 nsCOMPtr<nsISupportsWeakReference> factoryPtr = do_QueryInterface(mRawPtr, &status); local
73 NS_ASSERTION(factoryPtr, "Oops! You're asking for a weak reference to an object that doesn't support that.");
74 if ( factoryPtr )
77 status = factoryPtr->GetWeakReference(&temp);

Completed in 42 milliseconds