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

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsISupportsUtils.h219 CallQueryInterface( T* aSource, DestinationType** aDestination ) function
H A DnsCOMPtr.h1400 CallQueryInterface( nsCOMPtr<SourceType>& aSourcePtr, DestinationType** aDestPtr ) function
1402 return CallQueryInterface(aSourcePtr.get(), aDestPtr);

Completed in 55 milliseconds