Home
last modified time | relevance | path

Searched refs:weak_reference (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dnsembed.c1299 if(This->weak_reference) { in nsWebBrowserChrome_Release()
1300 This->weak_reference->nscontainer = NULL; in nsWebBrowserChrome_Release()
1301 nsIWeakReference_Release(&This->weak_reference->nsIWeakReference_iface); in nsWebBrowserChrome_Release()
1946 if(!This->weak_reference) { in nsSupportsWeakReference_GetWeakReference()
1947 This->weak_reference = heap_alloc(sizeof(nsWeakReference)); in nsSupportsWeakReference_GetWeakReference()
1948 if(!This->weak_reference) in nsSupportsWeakReference_GetWeakReference()
1951 This->weak_reference->nsIWeakReference_iface.lpVtbl = &nsWeakReferenceVtbl; in nsSupportsWeakReference_GetWeakReference()
1952 This->weak_reference->ref = 1; in nsSupportsWeakReference_GetWeakReference()
1953 This->weak_reference->nscontainer = This; in nsSupportsWeakReference_GetWeakReference()
1956 *_retval = &This->weak_reference->nsIWeakReference_iface; in nsSupportsWeakReference_GetWeakReference()
H A Dmshtml_private.h669 nsWeakReference *weak_reference; member