Home
last modified time | relevance | path

Searched refs:notificationCallbacks (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/resistfingerprinting/
H A DLanguagePrompt.jsm133 let notificationCallbacks = httpChannel.notificationCallbacks;
134 if (!notificationCallbacks) {
138 let loadContext = notificationCallbacks.getInterface(Ci.nsILoadContext);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsIHttpEventSink.idl16 * HTTP channel will try to get this interface from its notificationCallbacks
18 * loadGroup's notificationCallbacks attribute.
H A DnsIHttpAuthenticableChannel.idl44 * notificationCallbacks. See nsIRequest.
51 readonly attribute nsIInterfaceRequestor notificationCallbacks;
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsIHttpAuthenticableChannel.idl44 * notificationCallbacks. See nsIRequest.
51 [must_use] readonly attribute nsIInterfaceRequestor notificationCallbacks;
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsIHttpAuthenticableChannel.idl44 * notificationCallbacks. See nsIRequest.
51 [must_use] readonly attribute nsIInterfaceRequestor notificationCallbacks;
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsIHttpAuthenticableChannel.idl44 * notificationCallbacks. See nsIRequest.
51 [must_use] readonly attribute nsIInterfaceRequestor notificationCallbacks;
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsIHttpAuthenticableChannel.idl44 * notificationCallbacks. See nsIRequest.
51 [must_use] readonly attribute nsIInterfaceRequestor notificationCallbacks;
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsIHttpAuthenticableChannel.idl44 * notificationCallbacks. See nsIRequest.
51 [must_use] readonly attribute nsIInterfaceRequestor notificationCallbacks;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/addons/
H A DWebRequest.jsm384 this.notificationCallbacks = channel.notificationCallbacks;
385 this.loadGroupCallbacks = channel.loadGroup && channel.loadGroup.notificationCallbacks;
397 return this.notificationCallbacks.QueryInterface(iid);
407 return this.notificationCallbacks.getInterface(iid);
414 return this.notificationCallbacks.getInterface(iid);
436 for (let callbacks of [this.notificationCallbacks, this.loadGroupCallbacks]) {
928 channel.channel.notificationCallbacks = new AuthRequestor(channel.channel, this);
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsIChannelEventSink.idl15 * notificationCallbacks or, if not available there, from the loadGroup's
16 * notificationCallbacks.
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsIChannelEventSink.idl15 * notificationCallbacks or, if not available there, from the loadGroup's
16 * notificationCallbacks.
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsIChannelEventSink.idl15 * notificationCallbacks or, if not available there, from the loadGroup's
16 * notificationCallbacks.
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsIChannelEventSink.idl15 * notificationCallbacks or, if not available there, from the loadGroup's
16 * notificationCallbacks.
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsIChannelEventSink.idl15 * notificationCallbacks or, if not available there, from the loadGroup's
16 * notificationCallbacks.
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsIChannelEventSink.idl15 * notificationCallbacks or, if not available there, from the loadGroup's
16 * notificationCallbacks.
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DActivityChannel.jsm33 notificationCallbacks: null,
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/resistfingerprinting/
H A DRFPHelper.jsm215 let notificationCallbacks = httpChannel.notificationCallbacks;
216 if (!notificationCallbacks) {
220 let loadContext = notificationCallbacks.getInterface(Ci.nsILoadContext);
/dports/www/firefox/firefox-99.0/toolkit/components/resistfingerprinting/
H A DRFPHelper.jsm215 let notificationCallbacks = httpChannel.notificationCallbacks;
216 if (!notificationCallbacks) {
220 let loadContext = notificationCallbacks.getInterface(Ci.nsILoadContext);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/resistfingerprinting/
H A DRFPHelper.jsm215 let notificationCallbacks = httpChannel.notificationCallbacks;
216 if (!notificationCallbacks) {
220 let loadContext = notificationCallbacks.getInterface(Ci.nsILoadContext);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/resistfingerprinting/
H A DRFPHelper.jsm215 let notificationCallbacks = httpChannel.notificationCallbacks;
216 if (!notificationCallbacks) {
220 let loadContext = notificationCallbacks.getInterface(Ci.nsILoadContext);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/webrequest/
H A DWebRequest.jsm364 this.notificationCallbacks = channel.notificationCallbacks;
366 channel.loadGroup && channel.loadGroup.notificationCallbacks;
375 return this.notificationCallbacks.getInterface(iid);
382 return this.notificationCallbacks.getInterface(iid);
414 this.notificationCallbacks,
1137 channel.channel.notificationCallbacks = new AuthRequestor(
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/webrequest/
H A DWebRequest.jsm364 this.notificationCallbacks = channel.notificationCallbacks;
366 channel.loadGroup && channel.loadGroup.notificationCallbacks;
375 return this.notificationCallbacks.getInterface(iid);
382 return this.notificationCallbacks.getInterface(iid);
414 this.notificationCallbacks,
1137 channel.channel.notificationCallbacks = new AuthRequestor(
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/webrequest/
H A DWebRequest.jsm362 this.notificationCallbacks = channel.notificationCallbacks;
364 channel.loadGroup && channel.loadGroup.notificationCallbacks;
373 return this.notificationCallbacks.getInterface(iid);
380 return this.notificationCallbacks.getInterface(iid);
412 this.notificationCallbacks,
1113 channel.channel.notificationCallbacks = new AuthRequestor(
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/addoncompat/
H A DRemoteAddonsChild.jsm232 notificationCallbacks: null,
249 notificationCallbacks: this.notificationCallbacks,
250 loadGroupNotificationCallbacks: this.loadGroup ? this.loadGroup.notificationCallbacks : null,
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/webrequest/
H A DWebRequest.jsm395 this.notificationCallbacks = channel.notificationCallbacks;
397 channel.loadGroup && channel.loadGroup.notificationCallbacks;
406 return this.notificationCallbacks.getInterface(iid);
413 return this.notificationCallbacks.getInterface(iid);
445 this.notificationCallbacks,
1179 channel.channel.notificationCallbacks = new AuthRequestor(

1234567