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

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsIWeakReferenceUtils.h111 * |do_GetWeakReference| is a convenience function that bundles up all the work needed
115 * |nsWeakPtr myWeakPtr = do_GetWeakReference(aPtr);|.
119 do_GetWeakReference( nsISupports* aRawPtr, nsresult* error = 0 ) function
126 do_GetWeakReference( nsIWeakReference* aRawPtr, nsresult* error = 0 ) function
129 // Saying |do_GetWeakReference()| on a weak reference itself,
136 do_GetWeakReference( already_AddRefed<T>& ) function
139 // Saying |do_GetWeakReference()| on a pointer that is not otherwise owned by
146 do_GetWeakReference( already_AddRefed<T>&, nsresult* ) function
149 // Saying |do_GetWeakReference()| on a pointer that is not otherwise owned by
156 * Deprecated, use |do_GetWeakReference| instea
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp2014 nsCOMPtr<nsIWeakReference> weakRef = do_GetWeakReference(manager);
2033 nsCOMPtr<nsIWeakReference> weakRef = do_GetWeakReference(manager);

Completed in 972 milliseconds