Searched defs:do_GetWeakReference (Results 1 - 1 of 1) 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...]

Completed in 45 milliseconds