Home
last modified time | relevance | path

Searched refs:nsIChannelEventSink (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/lang/spidermonkey60/firefox-60.9.0/dom/clients/manager/
H A DClientChannelHelper.cpp30 public nsIChannelEventSink {
38 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
39 *aResultOut = static_cast<nsIChannelEventSink*>(this); in GetInterface()
136 if (!(aFlags & nsIChannelEventSink::REDIRECT_INTERNAL)) { in AsyncOnChannelRedirect()
140 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
159 nsIChannelEventSink);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/clients/manager/
H A DClientChannelHelper.cpp37 public nsIChannelEventSink {
46 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
47 *aResultOut = static_cast<nsIChannelEventSink*>(this); in GetInterface()
144 if (!(aFlags & nsIChannelEventSink::REDIRECT_INTERNAL) && in AsyncOnChannelRedirect()
149 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
181 nsIChannelEventSink);
224 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
/dports/www/firefox-esr/firefox-91.8.0/dom/clients/manager/
H A DClientChannelHelper.cpp37 public nsIChannelEventSink {
46 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
47 *aResultOut = static_cast<nsIChannelEventSink*>(this); in GetInterface()
164 if (!(aFlags & nsIChannelEventSink::REDIRECT_INTERNAL) && in AsyncOnChannelRedirect()
169 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
201 nsIChannelEventSink);
270 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
/dports/www/firefox/firefox-99.0/dom/clients/manager/
H A DClientChannelHelper.cpp39 public nsIChannelEventSink {
48 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
49 *aResultOut = static_cast<nsIChannelEventSink*>(this); in GetInterface()
167 if (!(aFlags & nsIChannelEventSink::REDIRECT_INTERNAL) && in AsyncOnChannelRedirect()
172 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
204 nsIChannelEventSink);
273 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/clients/manager/
H A DClientChannelHelper.cpp37 public nsIChannelEventSink {
46 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
47 *aResultOut = static_cast<nsIChannelEventSink*>(this); in GetInterface()
164 if (!(aFlags & nsIChannelEventSink::REDIRECT_INTERNAL) && in AsyncOnChannelRedirect()
169 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
201 nsIChannelEventSink);
270 nsCOMPtr<nsIChannelEventSink> outerSink = do_GetInterface(mOuter); in AsyncOnChannelRedirect()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsAsyncRedirectVerifyHelper.cpp69 if (!(flags & (nsIChannelEventSink::REDIRECT_INTERNAL | in Init()
70 nsIChannelEventSink::REDIRECT_STS_UPGRADE))) { in Init()
136 nsIChannelEventSink* sink, nsIChannel* oldChannel, nsIChannel* newChannel, in DelegateOnChannelRedirect()
255 nsCOMPtr<nsIChannelEventSink> sink; in Run()
H A DnsIncrementalDownload.cpp92 public nsIChannelEventSink,
288 nsIInterfaceRequestor, nsIChannelEventSink, in NS_IMPL_ISUPPORTS() argument
718 if (iid.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
720 *result = static_cast<nsIChannelEventSink*>(this); in GetInterface()
790 nsCOMPtr<nsIChannelEventSink> sink = do_GetInterface(mObserver); in AsyncOnChannelRedirect()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsAsyncRedirectVerifyHelper.cpp69 if (!(flags & (nsIChannelEventSink::REDIRECT_INTERNAL | in Init()
70 nsIChannelEventSink::REDIRECT_STS_UPGRADE))) { in Init()
137 nsIChannelEventSink* sink, nsIChannel* oldChannel, nsIChannel* newChannel, in DelegateOnChannelRedirect()
256 nsCOMPtr<nsIChannelEventSink> sink; in Run()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsAsyncRedirectVerifyHelper.cpp74 if (!(flags & (nsIChannelEventSink::REDIRECT_INTERNAL | in Init()
75 nsIChannelEventSink::REDIRECT_STS_UPGRADE))) { in Init()
141 nsAsyncRedirectVerifyHelper::DelegateOnChannelRedirect(nsIChannelEventSink *sink, in DelegateOnChannelRedirect()
250 nsCOMPtr<nsIChannelEventSink> sink; in Run()
H A DnsBaseChannel.cpp96 (redirectFlags & (nsIChannelEventSink::REDIRECT_INTERNAL | in Redirect()
97 nsIChannelEventSink::REDIRECT_STS_UPGRADE)); in Redirect()
152 if (!(mRedirectFlags & nsIChannelEventSink::REDIRECT_INTERNAL)) { in ContinueRedirect()
271 nsIChannelEventSink::REDIRECT_TEMPORARY, in HandleAsyncRedirect()
613 rv = Redirect(chan, nsIChannelEventSink::REDIRECT_INTERNAL, false); in Open()
H A DnsIncrementalDownload.cpp118 , public nsIChannelEventSink
356 nsIChannelEventSink, in NS_IMPL_ISUPPORTS() argument
823 if (iid.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
825 *result = static_cast<nsIChannelEventSink *>(this); in GetInterface()
893 nsCOMPtr<nsIChannelEventSink> sink = do_GetInterface(mObserver); in AsyncOnChannelRedirect()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsAsyncRedirectVerifyHelper.cpp69 if (!(flags & (nsIChannelEventSink::REDIRECT_INTERNAL | in Init()
70 nsIChannelEventSink::REDIRECT_STS_UPGRADE))) { in Init()
136 nsIChannelEventSink* sink, nsIChannel* oldChannel, nsIChannel* newChannel, in DelegateOnChannelRedirect()
255 nsCOMPtr<nsIChannelEventSink> sink; in Run()
H A DnsIncrementalDownload.cpp92 public nsIChannelEventSink,
288 nsIInterfaceRequestor, nsIChannelEventSink, in NS_IMPL_ISUPPORTS() argument
718 if (iid.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
720 *result = static_cast<nsIChannelEventSink*>(this); in GetInterface()
790 nsCOMPtr<nsIChannelEventSink> sink = do_GetInterface(mObserver); in AsyncOnChannelRedirect()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DNetworkMarker.cpp84 aRedirectFlags & nsIChannelEventSink::REDIRECT_STS_UPGRADE); in profiler_add_network_marker()
160 if (aRedirectFlags & nsIChannelEventSink::REDIRECT_TEMPORARY) { in profiler_add_network_marker()
163 if (aRedirectFlags & nsIChannelEventSink::REDIRECT_PERMANENT) { in profiler_add_network_marker()
166 if (aRedirectFlags & nsIChannelEventSink::REDIRECT_INTERNAL) { in profiler_add_network_marker()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsAsyncRedirectVerifyHelper.cpp75 if (!(flags & (nsIChannelEventSink::REDIRECT_INTERNAL | in Init()
76 nsIChannelEventSink::REDIRECT_STS_UPGRADE))) { in Init()
142 nsIChannelEventSink* sink, nsIChannel* oldChannel, nsIChannel* newChannel, in DelegateOnChannelRedirect()
261 nsCOMPtr<nsIChannelEventSink> sink; in Run()
H A DnsIncrementalDownload.cpp89 public nsIChannelEventSink,
305 nsIInterfaceRequestor, nsIChannelEventSink, in NS_IMPL_ISUPPORTS() argument
724 if (iid.Equals(NS_GET_IID(nsIChannelEventSink))) { in GetInterface()
726 *result = static_cast<nsIChannelEventSink *>(this); in GetInterface()
799 nsCOMPtr<nsIChannelEventSink> sink = do_GetInterface(mObserver); in AsyncOnChannelRedirect()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsAsyncRedirectVerifyHelper.cpp75 if (!(flags & (nsIChannelEventSink::REDIRECT_INTERNAL | in Init()
76 nsIChannelEventSink::REDIRECT_STS_UPGRADE))) { in Init()
142 nsIChannelEventSink* sink, nsIChannel* oldChannel, nsIChannel* newChannel, in DelegateOnChannelRedirect()
261 nsCOMPtr<nsIChannelEventSink> sink; in Run()
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/preload/
H A DPreloaderBase.cpp21 public nsIChannelEventSink,
50 nsIChannelEventSink, nsIRedirectResultListener) in NS_IMPL_ISUPPORTS() argument
68 nsCOMPtr<nsIChannelEventSink> sink(do_GetInterface(mCallbacks)); in NS_IMPL_ISUPPORTS()
100 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink)) || in GetInterface()
/dports/www/firefox-esr/firefox-91.8.0/remote/cdp/observers/
H A DChannelEventSink.jsm21 * This is a nsIChannelEventSink implementation that monitors channel redirects.
39 QueryInterface: ChromeUtils.generateQI(["nsIChannelEventSink"]),
110 return Cc[SINK_CONTRACT_ID].getService(Ci.nsIChannelEventSink)
/dports/www/firefox/firefox-99.0/remote/cdp/observers/
H A DChannelEventSink.jsm21 * This is a nsIChannelEventSink implementation that monitors channel redirects.
39 QueryInterface: ChromeUtils.generateQI(["nsIChannelEventSink"]),
110 return Cc[SINK_CONTRACT_ID].getService(Ci.nsIChannelEventSink)
/dports/mail/thunderbird/thunderbird-91.8.0/remote/cdp/observers/
H A DChannelEventSink.jsm21 * This is a nsIChannelEventSink implementation that monitors channel redirects.
39 QueryInterface: ChromeUtils.generateQI(["nsIChannelEventSink"]),
110 return Cc[SINK_CONTRACT_ID].getService(Ci.nsIChannelEventSink)
/dports/lang/spidermonkey78/firefox-78.9.0/remote/observers/
H A DChannelEventSink.jsm15 * This is a nsIChannelEventSink implementation that monitors channel redirects.
33 QueryInterface: ChromeUtils.generateQI([Ci.nsIChannelEventSink]),
104 return Cc[SINK_CONTRACT_ID].getService(Ci.nsIChannelEventSink)
/dports/mail/thunderbird/thunderbird-91.8.0/uriloader/preload/
H A DPreloaderBase.cpp27 public nsIChannelEventSink,
53 nsIChannelEventSink, nsIRedirectResultListener) in NS_IMPL_ISUPPORTS() argument
71 nsCOMPtr<nsIChannelEventSink> sink(do_GetInterface(mCallbacks)); in NS_IMPL_ISUPPORTS()
103 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink)) || in GetInterface()
/dports/www/firefox/firefox-99.0/uriloader/preload/
H A DPreloaderBase.cpp27 public nsIChannelEventSink,
53 nsIChannelEventSink, nsIRedirectResultListener) in NS_IMPL_ISUPPORTS() argument
71 nsCOMPtr<nsIChannelEventSink> sink(do_GetInterface(mCallbacks)); in NS_IMPL_ISUPPORTS()
103 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink)) || in GetInterface()
/dports/www/firefox-esr/firefox-91.8.0/uriloader/preload/
H A DPreloaderBase.cpp27 public nsIChannelEventSink,
53 nsIChannelEventSink, nsIRedirectResultListener) in NS_IMPL_ISUPPORTS() argument
71 nsCOMPtr<nsIChannelEventSink> sink(do_GetInterface(mCallbacks)); in NS_IMPL_ISUPPORTS()
103 if (aIID.Equals(NS_GET_IID(nsIChannelEventSink)) || in GetInterface()

12345678910>>...20