Home
last modified time | relevance | path

Searched refs:isThirdPartyWindow (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DmozIThirdPartyUtil.idl41 * isThirdPartyWindow
78 boolean isThirdPartyWindow(in mozIDOMWindowProxy aWindow, [optional] in nsIURI aURI);
100 * b) Otherwise, return the result of isThirdPartyWindow with arguments
120 * an associated window; or isThirdPartyWindow throws.
122 * @see isThirdPartyWindow
H A DnsChannelClassifier.cpp346 bool isThirdPartyWindow = true; in ShouldEnableTrackingProtectionInternal() local
347 thirdPartyUtil->IsThirdPartyURI(chanURI, topWinURI, &isThirdPartyWindow); in ShouldEnableTrackingProtectionInternal()
349 if (!isThirdPartyWindow || !isThirdPartyChannel) { in ShouldEnableTrackingProtectionInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DmozIThirdPartyUtil.idl41 * isThirdPartyWindow
78 boolean isThirdPartyWindow(in mozIDOMWindowProxy aWindow, [optional] in nsIURI aURI);
100 * b) Otherwise, return the result of isThirdPartyWindow with arguments
120 * an associated window; or isThirdPartyWindow throws.
122 * @see isThirdPartyWindow
H A DnsChannelClassifier.cpp104 bool isThirdPartyWindow = true; in ShouldEnableTrackingProtection() local
105 thirdPartyUtil->IsThirdPartyURI(chanURI, topWinURI, &isThirdPartyWindow); in ShouldEnableTrackingProtection()
107 if (!isThirdPartyWindow || !isThirdPartyChannel) { in ShouldEnableTrackingProtection()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DmozIThirdPartyUtil.idl63 * isThirdPartyWindow
100 boolean isThirdPartyWindow(in mozIDOMWindowProxy aWindow, [optional] in nsIURI aURI);
122 * b) Otherwise, return the result of isThirdPartyWindow with arguments
142 * an associated window; or isThirdPartyWindow throws.
144 * @see isThirdPartyWindow
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DmozIThirdPartyUtil.idl63 * isThirdPartyWindow
100 boolean isThirdPartyWindow(in mozIDOMWindowProxy aWindow, [optional] in nsIURI aURI);
122 * b) Otherwise, return the result of isThirdPartyWindow with arguments
142 * an associated window; or isThirdPartyWindow throws.
144 * @see isThirdPartyWindow
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DmozIThirdPartyUtil.idl63 * isThirdPartyWindow
100 boolean isThirdPartyWindow(in mozIDOMWindowProxy aWindow, [optional] in nsIURI aURI);
122 * b) Otherwise, return the result of isThirdPartyWindow with arguments
142 * an associated window; or isThirdPartyWindow throws.
144 * @see isThirdPartyWindow
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DmozIThirdPartyUtil.idl63 * isThirdPartyWindow
100 boolean isThirdPartyWindow(in mozIDOMWindowProxy aWindow, [optional] in nsIURI aURI);
122 * b) Otherwise, return the result of isThirdPartyWindow with arguments
142 * an associated window; or isThirdPartyWindow throws.
144 * @see isThirdPartyWindow
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp8467 bool isThirdPartyWindow = true; local
8474 &isThirdPartyWindow);
8476 thirdParty = thirdParty && isThirdPartyWindow;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp8144 bool isThirdPartyWindow = true; local
8151 &isThirdPartyWindow);
8153 thirdParty = thirdParty && isThirdPartyWindow;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp8467 bool isThirdPartyWindow = true; local
8474 &isThirdPartyWindow);
8476 thirdParty = thirdParty && isThirdPartyWindow;