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

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.h339 avoid adding specialized machinery in |nsCOMPtr|, But |do_QueryInterface|
378 do_QueryInterface( nsISupports* aRawPtr ) function
385 do_QueryInterface( nsISupports* aRawPtr, nsresult* error ) function
393 do_QueryInterface( already_AddRefed<T>& ) function
396 // Saying |do_QueryInterface()| on a pointer that is not otherwise owned by
403 do_QueryInterface( already_AddRefed<T>&, nsresult* ) function
406 // Saying |do_QueryInterface()| on a pointer that is not otherwise owned by
519 nsCOMPtr<T> query_result( do_QueryInterface(mRawPtr) );
568 // construct from |do_QueryInterface(expr)|
576 // construct from |do_QueryInterface(exp
[all...]

Completed in 679 milliseconds