Home
last modified time | relevance | path

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

12

/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DLoadContext.cpp157 LoadContext::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
160 NS_ENSURE_ARG_POINTER(aUseTrackingProtection); in GetUseTrackingProtection()
162 *aUseTrackingProtection = mUseTrackingProtection; in GetUseTrackingProtection()
167 LoadContext::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
H A DLoadContext.h72 bool aUseTrackingProtection, const OriginAttributes& aAttrs) in LoadContext() argument
77 mUseTrackingProtection(aUseTrackingProtection), in LoadContext()
H A DnsDocShell.cpp12685 nsDocShell::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
12686 *aUseTrackingProtection = false; in GetUseTrackingProtection()
12702 *aUseTrackingProtection = true; in GetUseTrackingProtection()
12708 return parent->GetUseTrackingProtection(aUseTrackingProtection); in GetUseTrackingProtection()
12715 nsDocShell::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
12716 mUseTrackingProtection = aUseTrackingProtection; in SetUseTrackingProtection()
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DLoadContext.cpp186 LoadContext::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
189 NS_ENSURE_ARG_POINTER(aUseTrackingProtection); in GetUseTrackingProtection()
191 *aUseTrackingProtection = mUseTrackingProtection; in GetUseTrackingProtection()
196 LoadContext::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
H A DBrowsingContext.cpp1537 bool aUseTrackingProtection, ErrorResult& aRv) { in SetUseTrackingProtectionWebIDL() argument
1538 SetForceEnableTrackingProtection(aUseTrackingProtection, aRv); in SetUseTrackingProtectionWebIDL()
1672 bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
1673 *aUseTrackingProtection = false; in GetUseTrackingProtection()
1679 *aUseTrackingProtection = true; in GetUseTrackingProtection()
1684 return GetParent()->GetUseTrackingProtection(aUseTrackingProtection); in GetUseTrackingProtection()
1691 bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
1692 return SetForceEnableTrackingProtection(aUseTrackingProtection); in SetUseTrackingProtection()
H A DBrowsingContext.h521 void SetUseTrackingProtectionWebIDL(bool aUseTrackingProtection,
H A DnsDocShell.cpp12379 nsDocShell::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
12380 return mBrowsingContext->GetUseTrackingProtection(aUseTrackingProtection); in GetUseTrackingProtection()
12384 nsDocShell::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
12385 return mBrowsingContext->SetUseTrackingProtection(aUseTrackingProtection); in SetUseTrackingProtection()
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DLoadContext.cpp185 LoadContext::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
188 NS_ENSURE_ARG_POINTER(aUseTrackingProtection); in GetUseTrackingProtection()
190 *aUseTrackingProtection = mUseTrackingProtection; in GetUseTrackingProtection()
195 LoadContext::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
H A DBrowsingContext.cpp1174 bool aUseTrackingProtection) { in SetUseTrackingProtectionWebIDL() argument
1175 SetForceEnableTrackingProtection(aUseTrackingProtection); in SetUseTrackingProtectionWebIDL()
1305 bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
1306 *aUseTrackingProtection = false; in GetUseTrackingProtection()
1312 *aUseTrackingProtection = true; in GetUseTrackingProtection()
1317 return GetParent()->GetUseTrackingProtection(aUseTrackingProtection); in GetUseTrackingProtection()
1324 bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
1325 SetForceEnableTrackingProtection(aUseTrackingProtection); in SetUseTrackingProtection()
H A DBrowsingContext.h383 void SetUseTrackingProtectionWebIDL(bool aUseTrackingProtection);
H A DnsDocShell.cpp11586 nsDocShell::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
11587 return mBrowsingContext->GetUseTrackingProtection(aUseTrackingProtection); in GetUseTrackingProtection()
11591 nsDocShell::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
11592 return mBrowsingContext->SetUseTrackingProtection(aUseTrackingProtection); in SetUseTrackingProtection()
/dports/www/firefox/firefox-99.0/docshell/base/
H A DLoadContext.cpp186 LoadContext::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
189 NS_ENSURE_ARG_POINTER(aUseTrackingProtection); in GetUseTrackingProtection()
191 *aUseTrackingProtection = mUseTrackingProtection; in GetUseTrackingProtection()
196 LoadContext::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
H A DBrowsingContext.cpp1593 bool aUseTrackingProtection, ErrorResult& aRv) { in SetUseTrackingProtectionWebIDL() argument
1594 SetForceEnableTrackingProtection(aUseTrackingProtection, aRv); in SetUseTrackingProtectionWebIDL()
1728 bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
1729 *aUseTrackingProtection = false; in GetUseTrackingProtection()
1735 *aUseTrackingProtection = true; in GetUseTrackingProtection()
1740 return GetParent()->GetUseTrackingProtection(aUseTrackingProtection); in GetUseTrackingProtection()
1747 bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
1748 return SetForceEnableTrackingProtection(aUseTrackingProtection); in SetUseTrackingProtection()
H A DBrowsingContext.h544 void SetUseTrackingProtectionWebIDL(bool aUseTrackingProtection,
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DLoadContext.cpp186 LoadContext::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
189 NS_ENSURE_ARG_POINTER(aUseTrackingProtection); in GetUseTrackingProtection()
191 *aUseTrackingProtection = mUseTrackingProtection; in GetUseTrackingProtection()
196 LoadContext::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
H A DBrowsingContext.cpp1537 bool aUseTrackingProtection, ErrorResult& aRv) { in SetUseTrackingProtectionWebIDL() argument
1538 SetForceEnableTrackingProtection(aUseTrackingProtection, aRv); in SetUseTrackingProtectionWebIDL()
1672 bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
1673 *aUseTrackingProtection = false; in GetUseTrackingProtection()
1679 *aUseTrackingProtection = true; in GetUseTrackingProtection()
1684 return GetParent()->GetUseTrackingProtection(aUseTrackingProtection); in GetUseTrackingProtection()
1691 bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
1692 return SetForceEnableTrackingProtection(aUseTrackingProtection); in SetUseTrackingProtection()
H A DBrowsingContext.h521 void SetUseTrackingProtectionWebIDL(bool aUseTrackingProtection,
H A DnsDocShell.cpp12379 nsDocShell::GetUseTrackingProtection(bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
12380 return mBrowsingContext->GetUseTrackingProtection(aUseTrackingProtection); in GetUseTrackingProtection()
12384 nsDocShell::SetUseTrackingProtection(bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
12385 return mBrowsingContext->SetUseTrackingProtection(aUseTrackingProtection); in SetUseTrackingProtection()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DURLClassifierParent.cpp20 nsIPrincipal* aPrincipal, bool aUseTrackingProtection, bool* aSuccess) { in NS_IMPL_ISUPPORTS()
28 rv = uriClassifier->Classify(aPrincipal, nullptr, aUseTrackingProtection, in NS_IMPL_ISUPPORTS()
H A DURLClassifierParent.h54 bool aUseTrackingProtection,
H A DContentParent.h534 const Principal& aPrincipal, const bool& aUseTrackingProtection,
538 const bool& aUseTrackingProtection, bool* aSuccess) override;
H A DContentChild.h615 const Principal& aPrincipal, const bool& aUseTrackingProtection,
H A DContentParent.cpp4899 const Principal& aPrincipal, const bool& aUseTrackingProtection, in AllocPURLClassifierParent() argument
4910 const bool& aUseTrackingProtection, bool* aSuccess) { in RecvPURLClassifierConstructor() argument
4921 return actor->StartClassify(principal, aUseTrackingProtection, aSuccess); in RecvPURLClassifierConstructor()
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/prefetch/
H A DOfflineCacheUpdateParent.cpp276 bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
282 bool aUseTrackingProtection) { in SetUseTrackingProtection() argument
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/prefetch/
H A DOfflineCacheUpdateParent.cpp266 bool* aUseTrackingProtection) { in GetUseTrackingProtection() argument
272 bool aUseTrackingProtection) { in SetUseTrackingProtection() argument

12