Home
last modified time | relevance | path

Searched refs:TestNotInPBMode (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp78 static bool TestNotInPBMode(nsIHttpAuthenticableChannel* authChannel, in TestNotInPBMode() function
186 TestNotInPBMode(authChannel, isProxyAuth) && in ChallengeReceived()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp75 static bool TestNotInPBMode(nsIHttpAuthenticableChannel* authChannel, in TestNotInPBMode() function
183 TestNotInPBMode(authChannel, isProxyAuth) && in ChallengeReceived()
/dports/www/firefox/firefox-99.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp78 static bool TestNotInPBMode(nsIHttpAuthenticableChannel* authChannel, in TestNotInPBMode() function
187 TestNotInPBMode(authChannel, isProxyAuth) && in ChallengeReceived()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp78 static bool TestNotInPBMode(nsIHttpAuthenticableChannel* authChannel, in TestNotInPBMode() function
186 TestNotInPBMode(authChannel, isProxyAuth) && in ChallengeReceived()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp75 static bool TestNotInPBMode(nsIHttpAuthenticableChannel *authChannel, in TestNotInPBMode() function
167 TestNotInPBMode(authChannel, isProxyAuth) && in ChallengeReceived()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/auth/
H A DnsHttpNegotiateAuth.cpp68 TestNotInPBMode(nsIHttpAuthenticableChannel *authChannel, bool proxyAuth) in TestNotInPBMode() function
165 bool allowed = TestNotInPBMode(authChannel, isProxyAuth) && in ChallengeReceived()