Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dnsio.c738 nsIInterfaceRequestor **aNotificationCallbacks) in nsChannel_GetNotificationCallbacks() argument
742 TRACE("(%p)->(%p)\n", This, aNotificationCallbacks); in nsChannel_GetNotificationCallbacks()
746 *aNotificationCallbacks = This->notif_callback; in nsChannel_GetNotificationCallbacks()
752 nsIInterfaceRequestor *aNotificationCallbacks) in nsChannel_SetNotificationCallbacks() argument
756 TRACE("(%p)->(%p)\n", This, aNotificationCallbacks); in nsChannel_SetNotificationCallbacks()
760 if(aNotificationCallbacks) in nsChannel_SetNotificationCallbacks()
761 nsIInterfaceRequestor_AddRef(aNotificationCallbacks); in nsChannel_SetNotificationCallbacks()
763 This->notif_callback = aNotificationCallbacks; in nsChannel_SetNotificationCallbacks()
H A Dnsiface.idl551 nsresult GetNotificationCallbacks(nsIInterfaceRequestor **aNotificationCallbacks);
552 nsresult SetNotificationCallbacks(nsIInterfaceRequestor *aNotificationCallbacks);
580 nsresult GetNotificationCallbacks(nsIInterfaceRequestor **aNotificationCallbacks);
581 nsresult SetNotificationCallbacks(nsIInterfaceRequestor *aNotificationCallbacks);