Home
last modified time | relevance | path

Searched refs:NS_UsePrivateBrowsing (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsIPrivateBrowsingChannel.idl45 * This attribute is equivalent to NS_UsePrivateBrowsing(), but scriptable.
52 * by NS_UsePrivateBrowsing(), and you should not call it directly.
H A DLoadContextInfo.cpp114 DebugOnly<bool> pb = NS_UsePrivateBrowsing(aChannel); in GetLoadContextInfo()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsIPrivateBrowsingChannel.idl45 * This attribute is equivalent to NS_UsePrivateBrowsing(), but scriptable.
52 * by NS_UsePrivateBrowsing(), and you should not call it directly.
H A DLoadContextInfo.cpp114 DebugOnly<bool> pb = NS_UsePrivateBrowsing(aChannel); in GetLoadContextInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsIPrivateBrowsingChannel.idl45 * This attribute is equivalent to NS_UsePrivateBrowsing(), but scriptable.
52 * by NS_UsePrivateBrowsing(), and you should not call it directly.
H A DLoadContextInfo.cpp114 DebugOnly<bool> pb = NS_UsePrivateBrowsing(aChannel); in GetLoadContextInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsIPrivateBrowsingChannel.idl45 * This attribute is equivalent to NS_UsePrivateBrowsing(), but scriptable.
52 * by NS_UsePrivateBrowsing(), and you should not call it directly.
H A DLoadContextInfo.cpp120 DebugOnly<bool> pb = NS_UsePrivateBrowsing(aChannel); in GetLoadContextInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsIPrivateBrowsingChannel.idl45 * This attribute is equivalent to NS_UsePrivateBrowsing(), but scriptable.
52 * by NS_UsePrivateBrowsing(), and you should not call it directly.
H A DLoadContextInfo.cpp114 DebugOnly<bool> pb = NS_UsePrivateBrowsing(aChannel); in GetLoadContextInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsIPrivateBrowsingChannel.idl45 * This attribute is equivalent to NS_UsePrivateBrowsing(), but scriptable.
52 * by NS_UsePrivateBrowsing(), and you should not call it directly.
H A DLoadContextInfo.cpp114 DebugOnly<bool> pb = NS_UsePrivateBrowsing(aChannel); in GetLoadContextInfo()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/url-classifier/
H A DUrlClassifierFeatureTrackingProtection.cpp90 !(NS_UsePrivateBrowsing(aChannel) && in MaybeCreate()
H A DChannelClassifierService.cpp135 *aIsPrivateBrowsing = NS_UsePrivateBrowsing(mChannel); in GetIsPrivateBrowsing()
/dports/www/firefox/firefox-99.0/netwerk/url-classifier/
H A DUrlClassifierFeatureTrackingProtection.cpp93 !(NS_UsePrivateBrowsing(aChannel) && in MaybeCreate()
H A DChannelClassifierService.cpp138 *aIsPrivateBrowsing = NS_UsePrivateBrowsing(mChannel); in GetIsPrivateBrowsing()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/url-classifier/
H A DUrlClassifierFeatureTrackingProtection.cpp90 !(NS_UsePrivateBrowsing(aChannel) && in MaybeCreate()
H A DChannelClassifierService.cpp135 *aIsPrivateBrowsing = NS_UsePrivateBrowsing(mChannel); in GetIsPrivateBrowsing()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/url-classifier/
H A DChannelClassifierService.cpp135 *aIsPrivateBrowsing = NS_UsePrivateBrowsing(mChannel); in GetIsPrivateBrowsing()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpNTLMAuth.cpp98 if (NS_UsePrivateBrowsing(bareChannel)) { in CanUseDefaultCredentials()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpNTLMAuth.cpp99 if (NS_UsePrivateBrowsing(bareChannel)) { in CanUseDefaultCredentials()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpNTLMAuth.cpp96 if (NS_UsePrivateBrowsing(bareChannel)) { in CanUseDefaultCredentials()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpNTLMAuth.cpp98 if (NS_UsePrivateBrowsing(bareChannel)) { in CanUseDefaultCredentials()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpNTLMAuth.cpp98 if (NS_UsePrivateBrowsing(bareChannel)) { in CanUseDefaultCredentials()
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/exthandler/
H A DnsExternalHelperAppService.cpp1327 bool isPrivate = NS_UsePrivateBrowsing(aChannel); in RetargetLoadNotifications()
2159 mTempFile, this, channel && NS_UsePrivateBrowsing(channel), in CreateTransfer()
2164 channel && NS_UsePrivateBrowsing(channel)); in CreateTransfer()
2228 channel && NS_UsePrivateBrowsing(channel), mBrowsingContext, in CreateFailedTransfer()
2233 channel && NS_UsePrivateBrowsing(channel)); in CreateFailedTransfer()

1234