Home
last modified time | relevance | path

Searched refs:topWinURI (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsChannelClassifier.cpp83 nsCOMPtr<nsIURI> topWinURI; in ShouldEnableTrackingProtection() local
84 rv = chan->GetTopWindowURI(getter_AddRefs(topWinURI)); in ShouldEnableTrackingProtection()
87 if (!topWinURI) { in ShouldEnableTrackingProtection()
124 nullptr, nullptr, getter_AddRefs(topWinURI)); in ShouldEnableTrackingProtection()
131 nsCOMPtr<nsIURL> url = do_QueryInterface(topWinURI, &rv); in ShouldEnableTrackingProtection()
170 rv = pbmtpWhitelist->ExistsInAllowList(topWinURI, &exists); in ShouldEnableTrackingProtection()
190 topWinURI->GetSpecOrDefault().get())); in ShouldEnableTrackingProtection()
601 nsCOMPtr<nsIURI> topWinURI; in IsTrackerWhitelisted() local
602 rv = chan->GetTopWindowURI(getter_AddRefs(topWinURI)); in IsTrackerWhitelisted()
604 if (!topWinURI) { in IsTrackerWhitelisted()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp75 nsCOMPtr<nsIURI> topWinURI; in ShouldEnableProtectionForChannel() local
309 nsCOMPtr<nsIURI> topWinURI; in CreatePairwiseEntityListURI() local
311 UrlClassifierCommon::GetTopWindowURI(aChannel, getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
312 if (NS_FAILED(rv) || !topWinURI) { in CreatePairwiseEntityListURI()
332 rv = basePrin->GetURI(getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
339 if (!topWinURI) { in CreatePairwiseEntityListURI()
349 rv = basePrin->GetURI(getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
355 if (!topWinURI) { in CreatePairwiseEntityListURI()
376 rv = topWinURI->GetHost(pageHostname); in CreatePairwiseEntityListURI()
383 topWinURI ? topWinURI->GetSpecOrDefault() : "(null)"_ns; in CreatePairwiseEntityListURI()
H A DAsyncUrlChannelClassifier.cpp866 nsCOMPtr<nsIURI> topWinURI;
868 getter_AddRefs(topWinURI));
870 topWinURI ? topWinURI->GetSpecOrDefault() : "(null)"_ns;
/dports/www/firefox/firefox-99.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp75 nsCOMPtr<nsIURI> topWinURI; in ShouldEnableProtectionForChannel() local
309 nsCOMPtr<nsIURI> topWinURI; in CreatePairwiseEntityListURI() local
311 UrlClassifierCommon::GetTopWindowURI(aChannel, getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
312 if (NS_FAILED(rv) || !topWinURI) { in CreatePairwiseEntityListURI()
332 rv = basePrin->GetURI(getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
339 if (!topWinURI) { in CreatePairwiseEntityListURI()
349 rv = basePrin->GetURI(getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
355 if (!topWinURI) { in CreatePairwiseEntityListURI()
376 rv = topWinURI->GetHost(pageHostname); in CreatePairwiseEntityListURI()
383 topWinURI ? topWinURI->GetSpecOrDefault() : "(null)"_ns; in CreatePairwiseEntityListURI()
H A DAsyncUrlChannelClassifier.cpp864 nsCOMPtr<nsIURI> topWinURI; in CheckChannel() local
866 getter_AddRefs(topWinURI)); in CheckChannel()
868 topWinURI ? topWinURI->GetSpecOrDefault() : "(null)"_ns; in CheckChannel()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp75 nsCOMPtr<nsIURI> topWinURI; in ShouldEnableProtectionForChannel() local
309 nsCOMPtr<nsIURI> topWinURI; in CreatePairwiseEntityListURI() local
311 UrlClassifierCommon::GetTopWindowURI(aChannel, getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
312 if (NS_FAILED(rv) || !topWinURI) { in CreatePairwiseEntityListURI()
332 rv = basePrin->GetURI(getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
339 if (!topWinURI) { in CreatePairwiseEntityListURI()
349 rv = basePrin->GetURI(getter_AddRefs(topWinURI)); in CreatePairwiseEntityListURI()
355 if (!topWinURI) { in CreatePairwiseEntityListURI()
376 rv = topWinURI->GetHost(pageHostname); in CreatePairwiseEntityListURI()
383 topWinURI ? topWinURI->GetSpecOrDefault() : "(null)"_ns; in CreatePairwiseEntityListURI()
H A DAsyncUrlChannelClassifier.cpp866 nsCOMPtr<nsIURI> topWinURI; in CheckChannel() local
868 getter_AddRefs(topWinURI)); in CheckChannel()
870 topWinURI ? topWinURI->GetSpecOrDefault() : "(null)"_ns; in CheckChannel()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsChannelClassifier.cpp323 nsCOMPtr<nsIURI> topWinURI; in ShouldEnableTrackingProtectionInternal() local
324 rv = chan->GetTopWindowURI(getter_AddRefs(topWinURI)); in ShouldEnableTrackingProtectionInternal()
329 if (!topWinURI) { in ShouldEnableTrackingProtectionInternal()
377 nullptr, nullptr, getter_AddRefs(topWinURI)); in ShouldEnableTrackingProtectionInternal()
384 nsCOMPtr<nsIURL> url = do_QueryInterface(topWinURI, &rv); in ShouldEnableTrackingProtectionInternal()
423 rv = pbmtpWhitelist->ExistsInAllowList(topWinURI, &exists); in ShouldEnableTrackingProtectionInternal()
444 topWinURI->GetSpecOrDefault().get())); in ShouldEnableTrackingProtectionInternal()
998 nsCOMPtr<nsIURI> topWinURI; in CreateWhiteListURI() local
999 rv = chan->GetTopWindowURI(getter_AddRefs(topWinURI)); in CreateWhiteListURI()
1001 if (!topWinURI) { in CreateWhiteListURI()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp71 nsCOMPtr<nsIURI> topWinURI; in ShouldEnableClassifier() local
78 rv = channel->GetTopWindowURI(getter_AddRefs(topWinURI)); in ShouldEnableClassifier()
91 nsCString topWinSpec = topWinURI ? topWinURI->GetSpecOrDefault() in ShouldEnableClassifier()
281 nsCOMPtr<nsIURI> topWinURI; in CreatePairwiseWhiteListURI() local
282 rv = chan->GetTopWindowURI(getter_AddRefs(topWinURI)); in CreatePairwiseWhiteListURI()
285 if (!topWinURI) { in CreatePairwiseWhiteListURI()
311 rv = topWinURI->GetHost(pageHostname); in CreatePairwiseWhiteListURI()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp8470 nsCOMPtr<nsIURI> topWinURI; local
8471 rv = chan->GetTopWindowURI(getter_AddRefs(topWinURI));
8472 if (NS_SUCCEEDED(rv) && topWinURI) {
8473 rv = thirdPartyUtil->IsThirdPartyURI(aURI, topWinURI,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp8147 nsCOMPtr<nsIURI> topWinURI; local
8148 rv = chan->GetTopWindowURI(getter_AddRefs(topWinURI));
8149 if (NS_SUCCEEDED(rv) && topWinURI) {
8150 rv = thirdPartyUtil->IsThirdPartyURI(aURI, topWinURI,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp8470 nsCOMPtr<nsIURI> topWinURI; local
8471 rv = chan->GetTopWindowURI(getter_AddRefs(topWinURI));
8472 if (NS_SUCCEEDED(rv) && topWinURI) {
8473 rv = thirdPartyUtil->IsThirdPartyURI(aURI, topWinURI,