Home
last modified time | relevance | path

Searched refs:classifiedChannel (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/netwerk/ipc/
H A DParentChannelWrapper.cpp61 nsCOMPtr<nsIClassifiedChannel> classifiedChannel =
63 if (classifiedChannel) {
64 classifiedChannel->SetMatchedInfo(aList, aProvider, aFullHash);
72 nsCOMPtr<nsIClassifiedChannel> classifiedChannel =
74 if (classifiedChannel) {
82 classifiedChannel->SetMatchedTrackingInfo(lists, fullhashes);
/dports/www/firefox/firefox-99.0/netwerk/ipc/
H A DParentChannelWrapper.cpp66 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetClassifierMatchedInfo() local
68 if (classifiedChannel) { in SetClassifierMatchedInfo()
69 classifiedChannel->SetMatchedInfo(aList, aProvider, aFullHash); in SetClassifierMatchedInfo()
77 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetClassifierMatchedTrackingInfo() local
79 if (classifiedChannel) { in SetClassifierMatchedTrackingInfo()
87 classifiedChannel->SetMatchedTrackingInfo(lists, fullhashes); in SetClassifierMatchedTrackingInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/ipc/
H A DParentChannelWrapper.cpp61 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetClassifierMatchedInfo() local
63 if (classifiedChannel) { in SetClassifierMatchedInfo()
64 classifiedChannel->SetMatchedInfo(aList, aProvider, aFullHash); in SetClassifierMatchedInfo()
72 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetClassifierMatchedTrackingInfo() local
74 if (classifiedChannel) { in SetClassifierMatchedTrackingInfo()
82 classifiedChannel->SetMatchedTrackingInfo(lists, fullhashes); in SetClassifierMatchedTrackingInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/antitracking/
H A DContentBlockingNotifier.cpp265 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyBlockingDecision() local
267 if (!classifiedChannel) { in NotifyBlockingDecision()
272 classifiedChannel->GetThirdPartyClassificationFlags(); in NotifyBlockingDecision()
315 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyEventInChild() local
318 if (classifiedChannel) { in NotifyEventInChild()
319 Unused << classifiedChannel->GetMatchedTrackingFullHashes( in NotifyEventInChild()
350 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyEventInParent() local
353 if (classifiedChannel) { in NotifyEventInParent()
354 Unused << classifiedChannel->GetMatchedTrackingFullHashes( in NotifyEventInParent()
H A DContentBlocking.cpp875 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ShouldAllowAccessFor() local
877 if (classifiedChannel) { in ShouldAllowAccessFor()
879 classifiedChannel->GetThirdPartyClassificationFlags(); in ShouldAllowAccessFor()
1078 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ShouldAllowAccessFor() local
1081 if (classifiedChannel) { in ShouldAllowAccessFor()
1082 if (!classifiedChannel->IsThirdPartyTrackingResource()) { in ShouldAllowAccessFor()
1088 classifiedChannel->GetThirdPartyClassificationFlags(); in ShouldAllowAccessFor()
1097 if (classifiedChannel && in ShouldAllowAccessFor()
1098 classifiedChannel->IsThirdPartyTrackingResource()) { in ShouldAllowAccessFor()
/dports/www/firefox/firefox-99.0/toolkit/components/antitracking/
H A DContentBlockingNotifier.cpp280 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyBlockingDecision() local
282 if (!classifiedChannel) { in NotifyBlockingDecision()
287 classifiedChannel->GetThirdPartyClassificationFlags(); in NotifyBlockingDecision()
331 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyEventInChild() local
334 if (classifiedChannel) { in NotifyEventInChild()
335 Unused << classifiedChannel->GetMatchedTrackingFullHashes( in NotifyEventInChild()
367 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyEventInParent() local
370 if (classifiedChannel) { in NotifyEventInParent()
371 Unused << classifiedChannel->GetMatchedTrackingFullHashes( in NotifyEventInParent()
H A DContentBlocking.cpp1026 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ShouldAllowAccessFor() local
1028 if (classifiedChannel) { in ShouldAllowAccessFor()
1030 classifiedChannel->GetThirdPartyClassificationFlags(); in ShouldAllowAccessFor()
1213 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ShouldAllowAccessFor() local
1216 if (classifiedChannel) { in ShouldAllowAccessFor()
1217 if (!classifiedChannel->IsThirdPartyTrackingResource()) { in ShouldAllowAccessFor()
1223 classifiedChannel->GetThirdPartyClassificationFlags(); in ShouldAllowAccessFor()
1232 if (classifiedChannel && in ShouldAllowAccessFor()
1233 classifiedChannel->IsThirdPartyTrackingResource()) { in ShouldAllowAccessFor()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/antitracking/
H A DContentBlockingNotifier.cpp279 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyBlockingDecision() local
281 if (!classifiedChannel) { in NotifyBlockingDecision()
286 classifiedChannel->GetThirdPartyClassificationFlags(); in NotifyBlockingDecision()
330 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyEventInChild() local
333 if (classifiedChannel) { in NotifyEventInChild()
334 Unused << classifiedChannel->GetMatchedTrackingFullHashes( in NotifyEventInChild()
366 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyEventInParent() local
369 if (classifiedChannel) { in NotifyEventInParent()
370 Unused << classifiedChannel->GetMatchedTrackingFullHashes( in NotifyEventInParent()
H A DContentBlocking.cpp959 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ShouldAllowAccessFor() local
961 if (classifiedChannel) { in ShouldAllowAccessFor()
963 classifiedChannel->GetThirdPartyClassificationFlags(); in ShouldAllowAccessFor()
1155 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ShouldAllowAccessFor() local
1158 if (classifiedChannel) { in ShouldAllowAccessFor()
1159 if (!classifiedChannel->IsThirdPartyTrackingResource()) { in ShouldAllowAccessFor()
1165 classifiedChannel->GetThirdPartyClassificationFlags(); in ShouldAllowAccessFor()
1174 if (classifiedChannel && in ShouldAllowAccessFor()
1175 classifiedChannel->IsThirdPartyTrackingResource()) { in ShouldAllowAccessFor()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/antitracking/
H A DContentBlockingNotifier.cpp279 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyBlockingDecision() local
281 if (!classifiedChannel) { in NotifyBlockingDecision()
286 classifiedChannel->GetThirdPartyClassificationFlags(); in NotifyBlockingDecision()
330 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyEventInChild() local
333 if (classifiedChannel) { in NotifyEventInChild()
334 Unused << classifiedChannel->GetMatchedTrackingFullHashes( in NotifyEventInChild()
366 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NotifyEventInParent() local
369 if (classifiedChannel) { in NotifyEventInParent()
370 Unused << classifiedChannel->GetMatchedTrackingFullHashes( in NotifyEventInParent()
H A DContentBlocking.cpp959 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ShouldAllowAccessFor() local
961 if (classifiedChannel) { in ShouldAllowAccessFor()
963 classifiedChannel->GetThirdPartyClassificationFlags(); in ShouldAllowAccessFor()
1155 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ShouldAllowAccessFor() local
1158 if (classifiedChannel) { in ShouldAllowAccessFor()
1159 if (!classifiedChannel->IsThirdPartyTrackingResource()) { in ShouldAllowAccessFor()
1165 classifiedChannel->GetThirdPartyClassificationFlags(); in ShouldAllowAccessFor()
1174 if (classifiedChannel && in ShouldAllowAccessFor()
1175 classifiedChannel->IsThirdPartyTrackingResource()) { in ShouldAllowAccessFor()
/dports/www/firefox-esr/firefox-91.8.0/browser/actors/
H A DBlockedSiteChild.jsm19 let classifiedChannel = docShell.failedChannel.QueryInterface(
22 if (classifiedChannel) {
41 list: classifiedChannel.matchedList,
43 provider: classifiedChannel.matchedProvider,
/dports/www/firefox/firefox-99.0/browser/actors/
H A DBlockedSiteChild.jsm19 let classifiedChannel = docShell.failedChannel.QueryInterface(
22 if (classifiedChannel) {
41 list: classifiedChannel.matchedList,
43 provider: classifiedChannel.matchedProvider,
/dports/mail/thunderbird/thunderbird-91.8.0/browser/actors/
H A DBlockedSiteChild.jsm19 let classifiedChannel = docShell.failedChannel.QueryInterface(
22 if (classifiedChannel) {
41 list: classifiedChannel.matchedList,
43 provider: classifiedChannel.matchedProvider,
/dports/lang/spidermonkey78/firefox-78.9.0/browser/actors/
H A DBlockedSiteChild.jsm19 let classifiedChannel = docShell.failedChannel.QueryInterface(
22 if (classifiedChannel) {
41 list: classifiedChannel.matchedList,
43 provider: classifiedChannel.matchedProvider,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp108 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetTrackingInfo() local
112 if (classifiedChannel) { in SetTrackingInfo()
113 classifiedChannel->SetMatchedTrackingInfo(aLists, aFullHashes); in SetTrackingInfo()
187 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetBlockedContent() local
191 if (classifiedChannel) { in SetBlockedContent()
192 classifiedChannel->SetMatchedInfo(aList, aProvider, aFullHash); in SetBlockedContent()
/dports/www/firefox/firefox-99.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp108 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetTrackingInfo() local
112 if (classifiedChannel) { in SetTrackingInfo()
113 classifiedChannel->SetMatchedTrackingInfo(aLists, aFullHashes); in SetTrackingInfo()
187 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetBlockedContent() local
191 if (classifiedChannel) { in SetBlockedContent()
192 classifiedChannel->SetMatchedInfo(aList, aProvider, aFullHash); in SetBlockedContent()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp108 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetTrackingInfo() local
112 if (classifiedChannel) { in SetTrackingInfo()
113 classifiedChannel->SetMatchedTrackingInfo(aLists, aFullHashes); in SetTrackingInfo()
187 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetBlockedContent() local
191 if (classifiedChannel) { in SetBlockedContent()
192 classifiedChannel->SetMatchedInfo(aList, aProvider, aFullHash); in SetBlockedContent()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp112 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetTrackingInfo() local
116 if (classifiedChannel) { in SetTrackingInfo()
117 classifiedChannel->SetMatchedTrackingInfo(aLists, aFullHashes); in SetTrackingInfo()
191 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetBlockedContent() local
195 if (classifiedChannel) { in SetBlockedContent()
196 classifiedChannel->SetMatchedInfo(aList, aProvider, aFullHash); in SetBlockedContent()
/dports/www/firefox/firefox-99.0/dom/base/
H A DThirdPartyUtil.cpp495 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NS_IMETHODIMP_() local
497 if (classifiedChannel) { in NS_IMETHODIMP_()
498 if (classifiedChannel->IsThirdPartyTrackingResource()) { in NS_IMETHODIMP_()
501 if (classifiedChannel->IsThirdPartySocialTrackingResource()) { in NS_IMETHODIMP_()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DThirdPartyUtil.cpp495 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NS_IMETHODIMP_() local
497 if (classifiedChannel) { in NS_IMETHODIMP_()
498 if (classifiedChannel->IsThirdPartyTrackingResource()) { in NS_IMETHODIMP_()
501 if (classifiedChannel->IsThirdPartySocialTrackingResource()) { in NS_IMETHODIMP_()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DThirdPartyUtil.cpp495 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NS_IMETHODIMP_() local
497 if (classifiedChannel) { in NS_IMETHODIMP_()
498 if (classifiedChannel->IsThirdPartyTrackingResource()) { in NS_IMETHODIMP_()
501 if (classifiedChannel->IsThirdPartySocialTrackingResource()) { in NS_IMETHODIMP_()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DThirdPartyUtil.cpp514 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in NS_IMETHODIMP_() local
516 if (classifiedChannel) { in NS_IMETHODIMP_()
517 if (classifiedChannel->IsThirdPartyTrackingResource()) { in NS_IMETHODIMP_()
520 if (classifiedChannel->IsThirdPartySocialTrackingResource()) { in NS_IMETHODIMP_()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/ipc/
H A DDocumentLoadListener.cpp902 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ApplyPendingFunctions() local
904 if (classifiedChannel) { in ApplyPendingFunctions()
905 classifiedChannel->SetMatchedInfo( in ApplyPendingFunctions()
910 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in ApplyPendingFunctions() local
912 if (classifiedChannel) { in ApplyPendingFunctions()
920 classifiedChannel->SetMatchedTrackingInfo(lists, fullhashes); in ApplyPendingFunctions()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsChannelClassifier.cpp785 nsCOMPtr<nsIClassifiedChannel> classifiedChannel = in SetBlockedContent() local
789 if (classifiedChannel) { in SetBlockedContent()
790 classifiedChannel->SetMatchedInfo(aList, aProvider, aFullHash); in SetBlockedContent()

12