Home
last modified time | relevance | path

Searched refs:cacheInfoChannel (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/prefetch/
H A DnsPrefetchService.cpp217 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
223 if (NS_SUCCEEDED(cacheInfoChannel->IsFromCache(&fromCache)) && in NS_IMPL_ISUPPORTS()
236 if (NS_SUCCEEDED(cacheInfoChannel->GetCacheTokenExpirationTime(&expTime))) { in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/prefetch/
H A DnsPrefetchService.cpp192 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
198 if (NS_SUCCEEDED(cacheInfoChannel->IsFromCache(&fromCache)) && fromCache) { in NS_IMPL_ISUPPORTS()
210 if (NS_SUCCEEDED(cacheInfoChannel->GetCacheTokenExpirationTime(&expTime))) { in NS_IMPL_ISUPPORTS()
/dports/mail/thunderbird/thunderbird-91.8.0/uriloader/prefetch/
H A DnsPrefetchService.cpp194 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
200 if (NS_SUCCEEDED(cacheInfoChannel->IsFromCache(&fromCache)) && fromCache) { in NS_IMPL_ISUPPORTS()
212 if (NS_SUCCEEDED(cacheInfoChannel->GetCacheTokenExpirationTime(&expTime))) { in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/uriloader/prefetch/
H A DnsPrefetchService.cpp194 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
200 if (NS_SUCCEEDED(cacheInfoChannel->IsFromCache(&fromCache)) && fromCache) { in NS_IMPL_ISUPPORTS()
212 if (NS_SUCCEEDED(cacheInfoChannel->GetCacheTokenExpirationTime(&expTime))) { in NS_IMPL_ISUPPORTS()
/dports/www/firefox-esr/firefox-91.8.0/uriloader/prefetch/
H A DnsPrefetchService.cpp194 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
200 if (NS_SUCCEEDED(cacheInfoChannel->IsFromCache(&fromCache)) && fromCache) { in NS_IMPL_ISUPPORTS()
212 if (NS_SUCCEEDED(cacheInfoChannel->GetCacheTokenExpirationTime(&expTime))) { in NS_IMPL_ISUPPORTS()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivateImpl.cpp680 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
743 if (cacheInfoChannel && in NS_IMPL_ISUPPORTS()
744 !cacheInfoChannel->PreferredAlternativeDataTypes().IsEmpty()) { in NS_IMPL_ISUPPORTS()
747 cacheInfoChannel->PreferredAlternativeDataTypes()[0].type()); in NS_IMPL_ISUPPORTS()
H A DServiceWorkerEvents.cpp339 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in Run() local
341 if (cacheInfoChannel) { in Run()
342 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
359 rv = mChannel->StartSynthesizedResponse(body, copyHandle, cacheInfoChannel, in Run()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerPrivateImpl.cpp639 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
705 if (cacheInfoChannel && in NS_IMPL_ISUPPORTS()
706 !cacheInfoChannel->PreferredAlternativeDataTypes().IsEmpty()) { in NS_IMPL_ISUPPORTS()
709 cacheInfoChannel->PreferredAlternativeDataTypes()[0].type()); in NS_IMPL_ISUPPORTS()
H A DServiceWorkerEvents.cpp331 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in Run() local
333 if (cacheInfoChannel) { in Run()
334 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
351 rv = mChannel->StartSynthesizedResponse(body, copyHandle, cacheInfoChannel, in Run()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivateImpl.cpp680 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
743 if (cacheInfoChannel && in NS_IMPL_ISUPPORTS()
744 !cacheInfoChannel->PreferredAlternativeDataTypes().IsEmpty()) { in NS_IMPL_ISUPPORTS()
747 cacheInfoChannel->PreferredAlternativeDataTypes()[0].type()); in NS_IMPL_ISUPPORTS()
H A DServiceWorkerEvents.cpp339 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in Run() local
341 if (cacheInfoChannel) { in Run()
342 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
359 rv = mChannel->StartSynthesizedResponse(body, copyHandle, cacheInfoChannel, in Run()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsINetworkInterceptController.idl85 * - A cacheInfoChannel may be optionally passed. If the body stream is
86 * from alternative data cache, this cacheInfoChannel provides needed
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsINetworkInterceptController.idl82 * - A cacheInfoChannel may be optionally passed. If the body stream is
83 * from alternative data cache, this cacheInfoChannel provides needed
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsINetworkInterceptController.idl82 * - A cacheInfoChannel may be optionally passed. If the body stream is
83 * from alternative data cache, this cacheInfoChannel provides needed
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/prefetch/
H A DnsPrefetchService.cpp220 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
226 if (NS_SUCCEEDED(cacheInfoChannel->IsFromCache(&fromCache)) && fromCache) { in NS_IMPL_ISUPPORTS()
238 if (NS_SUCCEEDED(cacheInfoChannel->GetCacheTokenExpirationTime(&expTime))) { in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp334 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in Run() local
336 if (cacheInfoChannel) { in Run()
337 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
354 rv = mChannel->StartSynthesizedResponse(body, copyHandle, cacheInfoChannel, in Run()
H A DServiceWorkerPrivateImpl.cpp771 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in NS_IMPL_ISUPPORTS() local
834 if (cacheInfoChannel && in NS_IMPL_ISUPPORTS()
835 !cacheInfoChannel->PreferredAlternativeDataTypes().IsEmpty()) { in NS_IMPL_ISUPPORTS()
838 cacheInfoChannel->PreferredAlternativeDataTypes()[0].type()); in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp322 nsCOMPtr<nsICacheInfoChannel> cacheInfoChannel = in Run() local
324 if (cacheInfoChannel) { in Run()
325 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
342 rv = mChannel->StartSynthesizedResponse(body, copyHandle, cacheInfoChannel, in Run()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsINetworkInterceptController.idl85 * - A cacheInfoChannel may be optionally passed. If the body stream is
86 * from alternative data cache, this cacheInfoChannel provides needed
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsINetworkInterceptController.idl85 * - A cacheInfoChannel may be optionally passed. If the body stream is
86 * from alternative data cache, this cacheInfoChannel provides needed