Home
last modified time | relevance | path

Searched refs:IsPreload (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DSheetLoadData.h41 using IsPreload = Loader::IsPreload; variable
52 IsPreload aIsPreload, nsICSSLoaderObserver* aObserver,
64 bool aSyncLoad, UseSystemPrincipal, IsPreload,
187 const IsPreload mIsPreload;
230 bool IsLinkPreload() const { return mIsPreload == IsPreload::FromLink; } in IsLinkPreload()
H A DLoader.h205 enum class IsPreload : uint8_t { enum
237 nsIURI* aURI, IsPreload, const Encoding* aPreloadEncoding,
330 const nsAString& aNonce, IsPreload);
343 IsPreload aIsPreload) { in CreateSheet()
356 bool aSyncLoad, IsPreload aIsPreload);
372 nsIURI* aURL, IsPreload, SheetParsingMode aParsingMode,
H A DLoader.cpp133 using IsPreload = css::Loader::IsPreload; typedef in mozilla::SheetLoadDataHashKey
160 mIsLinkPreload(aIsPreload == IsPreload::FromLink) { in SheetLoadDataHashKey()
344 mIsPreload(IsPreload::No), in SheetLoadData()
362 UseSystemPrincipal aUseSystemPrincipal, IsPreload aIsPreload, in SheetLoadData()
1109 IsPreload aIsPreload) { in CheckContentPolicy()
1117 aIsPreload == IsPreload::No in CheckContentPolicy()
1128 MOZ_ASSERT_IF(aIsPreload != IsPreload::No, aNonce.IsEmpty()); in CheckContentPolicy()
1392 aLoadData.mIsPreload == IsPreload::No in LoadSheet()
1537 aLoadData.mIsPreload == IsPreload::No in LoadSheet()
1585 if (aLoadData.mIsPreload == IsPreload::FromLink) { in LoadSheet()
[all …]
/dports/www/firefox/firefox-99.0/dom/script/
H A DScriptLoadContext.cpp166 bool ScriptLoadContext::IsPreload() const { in IsPreload() function in mozilla::dom::ScriptLoadContext
170 return root->GetLoadContext()->IsPreload(); in IsPreload()
199 MOZ_ASSERT(IsPreload()); in SetIsLoadRequest()
H A DScriptLoadContext.h99 bool IsPreload() const;
147 MOZ_ASSERT(!IsPreload()); in SetIsPreloadRequest()
H A DScriptLoadHandler.cpp225 if (!mRequest->mLoadContext->IsPreload()) { in TrySetDecoder()
H A DScriptLoader.cpp347 if (aRequest->GetLoadContext()->IsPreload()) { in ScriptLoadRequestToContentPolicyType()
2802 if (aRequest->GetLoadContext()->IsPreload()) { in ReportErrorToConsole()
2899 } else if (aRequest->GetLoadContext()->IsPreload()) { in HandleLoadError()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/script/
H A DScriptLoadRequest.h105 bool IsPreload() const { in IsPreload() function
262 MOZ_ASSERT(!IsPreload()); in SetIsPreloadRequest()
270 MOZ_ASSERT(IsPreload()); in SetIsLoadRequest()
H A DScriptLoadHandler.cpp211 if (!mRequest->IsPreload()) { in TrySetDecoder()
/dports/www/firefox-esr/firefox-91.8.0/dom/script/
H A DScriptLoadRequest.h116 bool IsPreload() const { in IsPreload() function
254 MOZ_ASSERT(!IsPreload()); in SetIsPreloadRequest()
H A DScriptLoadRequest.cpp267 MOZ_ASSERT(IsPreload()); in SetIsLoadRequest()
H A DScriptLoadHandler.cpp226 if (!mRequest->IsPreload()) { in TrySetDecoder()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/script/
H A DScriptLoadRequest.h116 bool IsPreload() const { in IsPreload() function
254 MOZ_ASSERT(!IsPreload()); in SetIsPreloadRequest()
H A DScriptLoadRequest.cpp267 MOZ_ASSERT(IsPreload()); in SetIsLoadRequest()
H A DScriptLoadHandler.cpp226 if (!mRequest->IsPreload()) { in TrySetDecoder()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DSheetLoadData.h251 bool IsPreload() const { return mPreloadKind != StylePreloadKind::None; } in IsPreload() function
H A DSharedStyleSheetCache.cpp379 if (data->IsPreload()) { in LoadCompletedInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DSheetLoadData.h251 bool IsPreload() const { return mPreloadKind != StylePreloadKind::None; } in IsPreload() function
H A DSharedStyleSheetCache.cpp379 if (data->IsPreload()) { in LoadCompletedInternal()
/dports/www/firefox/firefox-99.0/layout/style/
H A DSharedStyleSheetCache.cpp136 if (data->IsPreload()) { in LoadCompletedInternal()
H A DSheetLoadData.h253 bool IsPreload() const { return mPreloadKind != StylePreloadKind::None; } in IsPreload() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/script/
H A DScriptLoadRequest.h67 bool IsPreload() { return mElement == nullptr; } in IsPreload() function
H A DScriptLoadHandler.cpp201 if (!mRequest->IsPreload()) { in EnsureDecoder()
H A DScriptLoader.cpp960 aRequest->IsPreload() ? nsIContentPolicy::TYPE_INTERNAL_SCRIPT_PRELOAD in StartLoad()
2867 } else if (aRequest->IsModuleRequest() && !aRequest->IsPreload()) { in HandleLoadError()
2887 } else if (aRequest->IsPreload()) { in HandleLoadError()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsScriptLoader.h116 bool IsPreload() in IsPreload() function

12