Home
last modified time | relevance | path

Searched refs:IsURIInList (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/base/test/gtest/
H A DTestContentUtils.cpp21 TEST(DOM_Base_ContentUtils, IsURIInList) in TEST() argument
58 bool result = nsContentUtils::IsURIInList(uri, entry.pattern); in TEST()
61 result = nsContentUtils::IsURIInList(subURI, entry.pattern); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/test/gtest/
H A DTestContentUtils.cpp20 TEST(DOM_Base_ContentUtils, IsURIInList) in TEST() argument
62 bool result = nsContentUtils::IsURIInList(uri, entry.pattern); in TEST()
65 result = nsContentUtils::IsURIInList(subURI, entry.pattern); in TEST()
/dports/www/firefox/firefox-99.0/dom/base/test/gtest/
H A DTestContentUtils.cpp22 TEST(DOM_Base_ContentUtils, IsURIInList) in TEST() argument
59 bool result = nsContentUtils::IsURIInList(uri, entry.pattern); in TEST()
62 result = nsContentUtils::IsURIInList(subURI, entry.pattern); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/test/gtest/
H A DTestContentUtils.cpp21 TEST(DOM_Base_ContentUtils, IsURIInList) in TEST() argument
58 bool result = nsContentUtils::IsURIInList(uri, entry.pattern); in TEST()
61 result = nsContentUtils::IsURIInList(subURI, entry.pattern); in TEST()
/dports/www/firefox/firefox-99.0/toolkit/components/antitracking/
H A DRejectForeignAllowList.cpp83 return nsContentUtils::IsURIInList(aURI, mList); in CheckInternal()
95 basePrin->IsURIInList(mList, &result); in CheckInternal()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DCanvasUtils.cpp311 return nsContentUtils::IsURIInList(workerPrivate->GetBaseURI(), allowlist); in IsOffscreenCanvasEnabled()
320 return nsContentUtils::IsURIInList(uri, allowlist); in IsOffscreenCanvasEnabled()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/antitracking/
H A DRejectForeignAllowList.cpp78 return nsContentUtils::IsURIInList(aURI, mList); in CheckInternal()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/antitracking/
H A DRejectForeignAllowList.cpp78 return nsContentUtils::IsURIInList(aURI, mList); in CheckInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/antitracking/
H A DRejectForeignAllowList.cpp79 return nsContentUtils::IsURIInList(aURI, mList); in CheckInternal()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/url-classifier/
H A DnsIUrlClassifierExceptionListService.idl19 * by nsContentUtils::IsURIInList.
H A DAsyncUrlChannelClassifier.cpp473 nsContentUtils::IsURIInList(mBlocklistTables[0]->URI(), exceptionList)) {
/dports/www/firefox/firefox-99.0/netwerk/url-classifier/
H A DnsIUrlClassifierExceptionListService.idl19 * by nsContentUtils::IsURIInList.
H A DAsyncUrlChannelClassifier.cpp471 nsContentUtils::IsURIInList(mBlocklistTables[0]->URI(), exceptionList)) { in MaybeCompleteClassification()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/url-classifier/
H A DnsIUrlClassifierExceptionListService.idl19 * by nsContentUtils::IsURIInList.
H A DAsyncUrlChannelClassifier.cpp473 nsContentUtils::IsURIInList(mBlocklistTables[0]->URI(), exceptionList)) { in MaybeCompleteClassification()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/url-classifier/
H A DnsIUrlClassifierSkipListService.idl19 * by nsContentUtils::IsURIInList.
H A DAsyncUrlChannelClassifier.cpp436 nsContentUtils::IsURIInList(mBlacklistTables[0]->URI(), skipList)) { in MaybeCompleteClassification()
/dports/www/firefox/firefox-99.0/caps/
H A DBasePrincipal.h136 NS_IMETHOD IsURIInList(const nsACString& aList, bool* aResult) override;
H A DBasePrincipal.cpp1009 BasePrincipal::IsURIInList(const nsACString& aList, bool* aResult) { in IsURIInList() function in mozilla::BasePrincipal
1018 *aResult = nsContentUtils::IsURIInList(prinURI, nsCString(aList)); in IsURIInList()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.h1231 static bool IsURIInList(nsIURI* aURI, const nsCString& aList);
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.h1294 static bool IsURIInList(nsIURI* aURI, const nsCString& aList);
H A DnsContentUtils.cpp2247 isExemptDomain = IsURIInList(channelURI, list); in ShouldResistFingerprinting()
10379 return IsURIInList(aURI, list);
10383 bool nsContentUtils::IsURIInList(nsIURI* aURI, const nsCString& aList) { function in nsContentUtils
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.h1270 static bool IsURIInList(nsIURI* aURI, const nsCString& aList);
H A DnsContentUtils.cpp2273 isExemptDomain = IsURIInList(channelURI, list); in ShouldResistFingerprinting()
10441 return IsURIInList(aURI, list);
10445 bool nsContentUtils::IsURIInList(nsIURI* aURI, const nsCString& aList) { function in nsContentUtils
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.h1270 static bool IsURIInList(nsIURI* aURI, const nsCString& aList);

12