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

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsWeakReference.h52 class NS_COM nsSupportsWeakReference : public nsISupportsWeakReference class in inherits:nsISupportsWeakReference
55 nsSupportsWeakReference() function in class:nsSupportsWeakReference
64 inline ~nsSupportsWeakReference();
99 friend class nsSupportsWeakReference;
101 nsWeakReference( nsSupportsWeakReference* referent )
104 // ...I can only be constructed by an |nsSupportsWeakReference|
118 // ...called (only) by an |nsSupportsWeakReference| from _its_ dtor.
124 nsSupportsWeakReference* mReferent;
129 nsSupportsWeakReference::ClearWeakReferences()
131 Usually being called from |nsSupportsWeakReference
[all...]

Completed in 276 milliseconds