Home
last modified time | relevance | path

Searched refs:notif_callback (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dnsio.c550 if(This->notif_callback) in nsChannel_Release()
551 nsIInterfaceRequestor_Release(This->notif_callback); in nsChannel_Release()
744 if(This->notif_callback) in nsChannel_GetNotificationCallbacks()
745 nsIInterfaceRequestor_AddRef(This->notif_callback); in nsChannel_GetNotificationCallbacks()
746 *aNotificationCallbacks = This->notif_callback; in nsChannel_GetNotificationCallbacks()
758 if(This->notif_callback) in nsChannel_SetNotificationCallbacks()
759 nsIInterfaceRequestor_Release(This->notif_callback); in nsChannel_SetNotificationCallbacks()
763 This->notif_callback = aNotificationCallbacks; in nsChannel_SetNotificationCallbacks()
944 }else if(This->notif_callback) { in get_channel_window()
3281 if(orig_channel->notif_callback) { in create_redirect_nschannel()
[all …]
H A Dbinding.h47 nsIInterfaceRequestor *notif_callback; member
H A Dnavigate.c1399 if(!This->nschannel || !This->nschannel->notif_callback) in handle_redirect()
1402 …nsres = nsIInterfaceRequestor_GetInterface(This->nschannel->notif_callback, &IID_nsIChannelEventSi… in handle_redirect()