Lines Matching defs:do_GetWeakReference
111 * |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 )
126 do_GetWeakReference( nsIWeakReference* aRawPtr, nsresult* error = 0 )
129 // Saying |do_GetWeakReference()| on a weak reference itself,
136 do_GetWeakReference( already_AddRefed<T>& )
139 // Saying |do_GetWeakReference()| on a pointer that is not otherwise owned by
146 do_GetWeakReference( already_AddRefed<T>&, nsresult* )
149 // Saying |do_GetWeakReference()| on a pointer that is not otherwise owned by
156 * Deprecated, use |do_GetWeakReference| instead.