Home
last modified time | relevance | path

Searched refs:altDataType (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/script/
H A DScriptLoadHandler.cpp306 nsAutoCString altDataType; in EnsureKnownDataType() local
307 cic->GetAlternativeDataType(altDataType); in EnsureKnownDataType()
308 if (altDataType.Equals(nsContentUtils::JSBytecodeMimeType())) { in EnsureKnownDataType()
314 MOZ_ASSERT(altDataType.IsEmpty()); in EnsureKnownDataType()
/dports/www/firefox/firefox-99.0/dom/script/
H A DScriptLoadHandler.cpp306 nsAutoCString altDataType; in EnsureKnownDataType() local
307 cic->GetAlternativeDataType(altDataType); in EnsureKnownDataType()
308 if (altDataType.Equals(nsContentUtils::JSBytecodeMimeType())) { in EnsureKnownDataType()
314 MOZ_ASSERT(altDataType.IsEmpty()); in EnsureKnownDataType()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/script/
H A DScriptLoadHandler.cpp280 nsAutoCString altDataType; in EnsureKnownDataType() local
281 cic->GetAlternativeDataType(altDataType); in EnsureKnownDataType()
282 if (altDataType.Equals(nsContentUtils::JSBytecodeMimeType())) { in EnsureKnownDataType()
286 MOZ_ASSERT(altDataType.IsEmpty()); in EnsureKnownDataType()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/script/
H A DScriptLoadHandler.cpp306 nsAutoCString altDataType; in EnsureKnownDataType() local
307 cic->GetAlternativeDataType(altDataType); in EnsureKnownDataType()
308 if (altDataType.Equals(nsContentUtils::JSBytecodeMimeType())) { in EnsureKnownDataType()
314 MOZ_ASSERT(altDataType.IsEmpty()); in EnsureKnownDataType()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/script/
H A DScriptLoadHandler.cpp288 nsAutoCString altDataType; in EnsureKnownDataType() local
289 cic->GetAlternativeDataType(altDataType); in EnsureKnownDataType()
290 if (altDataType.Equals(nsContentUtils::JSBytecodeMimeType())) { in EnsureKnownDataType()
296 MOZ_ASSERT(altDataType.IsEmpty()); in EnsureKnownDataType()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpBackgroundChannelParent.cpp177 nsAutoCString altDataType; in OnStartRequest() local
178 Unused << aAltDataSource->GetAltDataType(altDataType); in OnStartRequest()
180 if (!altDataType.IsEmpty()) { in OnStartRequest()
183 altDataType, getter_AddRefs(inputStream)); in OnStartRequest()
H A DHttpChannelParams.ipdlh39 nsCString altDataType;
H A DHttpChannelParent.cpp1142 httpChannelImpl->GetAlternativeDataType(args.altDataType()); in OnStartRequest()
1214 if (pref.type() == args.altDataType() && in OnStartRequest()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpChannelParams.ipdlh37 nsCString altDataType;
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpChannelParams.ipdlh38 nsCString altDataType;
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpChannelParams.ipdlh38 nsCString altDataType;
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttpChannelChild.h124 const nsCString& altDataType) override;
296 const nsCString& altDataType);
H A DHttpChannelChild.cpp321 const nsCString& altDataType) in StartRequestEvent() argument
335 , mAltDataType(altDataType) in StartRequestEvent()
378 const nsCString& altDataType) in RecvOnStartRequest() argument
398 altDataType)); in RecvOnStartRequest()
415 const nsCString& altDataType) in OnStartRequest() argument
445 mAvailableCachedAltDataType = altDataType; in OnStartRequest()
H A DHttpChannelParent.cpp1180 nsAutoCString altDataType; in OnStartRequest() local
1181 chan->GetAlternativeDataType(altDataType); in OnStartRequest()
1197 altDataType)) in OnStartRequest()
H A DPHttpChannel.ipdl109 nsCString altDataType);
/dports/www/firefox/firefox-99.0/dom/fetch/
H A DFetchUtil.cpp751 nsAutoCString altDataType; in StreamResponseToJS() local
752 if (NS_SUCCEEDED(cache->GetAlternativeDataType(altDataType)) && in StreamResponseToJS()
753 WasmAltDataType.Equals(altDataType)) { in StreamResponseToJS()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttpChannelChild.h141 const uint32_t& cacheKey, const nsCString& altDataType,
408 const nsCString& altDataType, const int64_t& altDataLen,
H A DHttpChannelChild.cpp410 const nsCString& altDataType, const int64_t& altDataLen, in StartRequestEvent() argument
429 mAltDataType(altDataType), in StartRequestEvent()
475 const uint32_t& cacheKey, const nsCString& altDataType, in RecvOnStartRequest() argument
500 securityInfoSerialization, selfAddr, peerAddr, cacheKey, altDataType, in RecvOnStartRequest()
533 const nsCString& altDataType, const int64_t& altDataLen, in OnStartRequest() argument
570 mAvailableCachedAltDataType = altDataType; in OnStartRequest()
H A DPHttpChannel.ipdl112 nsCString altDataType,
H A DHttpChannelParent.cpp1407 nsAutoCString altDataType; in OnStartRequest() local
1429 httpChannelImpl->GetAlternativeDataType(altDataType); in OnStartRequest()
1473 cacheKeyValue, altDataType, altDataLen, ipcController, in OnStartRequest()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp338 nsAutoCString altDataType; in Run() local
342 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
346 if (preferredAltDataType.Equals(altDataType)) { in Run()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp330 nsAutoCString altDataType; in Run() local
334 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
338 if (preferredAltDataType.Equals(altDataType)) { in Run()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp333 nsAutoCString altDataType; in Run() local
337 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
341 if (preferredAltDataType.Equals(altDataType)) { in Run()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp321 nsAutoCString altDataType; in Run() local
325 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
329 if (preferredAltDataType.Equals(altDataType)) { in Run()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp338 nsAutoCString altDataType; in Run() local
342 cacheInfoChannel->GetAlternativeDataType(altDataType); in Run()
346 if (preferredAltDataType.Equals(altDataType)) { in Run()

12