Searched refs:aNotificationCallbacks (Results 1 – 2 of 2) sorted by relevance
738 nsIInterfaceRequestor **aNotificationCallbacks) in nsChannel_GetNotificationCallbacks() argument742 TRACE("(%p)->(%p)\n", This, aNotificationCallbacks); in nsChannel_GetNotificationCallbacks()746 *aNotificationCallbacks = This->notif_callback; in nsChannel_GetNotificationCallbacks()752 nsIInterfaceRequestor *aNotificationCallbacks) in nsChannel_SetNotificationCallbacks() argument756 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()
551 nsresult GetNotificationCallbacks(nsIInterfaceRequestor **aNotificationCallbacks);552 nsresult SetNotificationCallbacks(nsIInterfaceRequestor *aNotificationCallbacks);580 nsresult GetNotificationCallbacks(nsIInterfaceRequestor **aNotificationCallbacks);581 nsresult SetNotificationCallbacks(nsIInterfaceRequestor *aNotificationCallbacks);