Home
last modified time | relevance | path

Searched refs:AllowsDefaultCredentials (Results 1 – 25 of 26) sorted by relevance

12

/external/cronet/stable/net/http/
Dhttp_auth_handler.cc42 params.Set("allows_default_credentials", AllowsDefaultCredentials()); in InitFromChallenge()
61 DCHECK(credentials != nullptr || AllowsDefaultCredentials()); in GenerateAuthToken()
80 bool HttpAuthHandler::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandler
Dhttp_auth_handler_ntlm_portable.cc51 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNTLM
Dhttp_auth_handler_ntlm_win.cc69 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNTLM
Dhttp_auth_handler.h168 virtual bool AllowsDefaultCredentials();
Dhttp_auth_handler_ntlm.h100 bool AllowsDefaultCredentials() override;
Dhttp_auth_handler_mock.h99 bool AllowsDefaultCredentials() override;
Dhttp_auth_handler_negotiate.cc167 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNegotiate
196 if (!AllowsDefaultCredentials()) { in Init()
Dhttp_auth_handler_negotiate.h97 bool AllowsDefaultCredentials() override;
Dhttp_auth_handler_mock.cc61 bool HttpAuthHandlerMock::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerMock
Dhttp_auth_handler_ntlm_portable_unittest.cc178 ASSERT_FALSE(GetAuthHandler()->AllowsDefaultCredentials()); in TEST_F()
Dhttp_auth_handler_factory.cc238 ? std::make_optional((*handler)->AllowsDefaultCredentials()) in CreateAuthHandler()
Dhttp_auth_handler_digest_unittest.cc433 EXPECT_FALSE(handler->AllowsDefaultCredentials()); in TEST()
/external/cronet/tot/net/http/
Dhttp_auth_handler.cc42 params.Set("allows_default_credentials", AllowsDefaultCredentials()); in InitFromChallenge()
61 DCHECK(credentials != nullptr || AllowsDefaultCredentials()); in GenerateAuthToken()
80 bool HttpAuthHandler::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandler
Dhttp_auth_handler_ntlm_portable.cc51 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNTLM
Dhttp_auth_handler_ntlm_win.cc69 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNTLM
Dhttp_auth_handler.h168 virtual bool AllowsDefaultCredentials();
Dhttp_auth_handler_ntlm.h100 bool AllowsDefaultCredentials() override;
Dhttp_auth_handler_mock.h99 bool AllowsDefaultCredentials() override;
Dhttp_auth_handler_negotiate.cc167 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNegotiate
196 if (!AllowsDefaultCredentials()) { in Init()
Dhttp_auth_handler_negotiate.h97 bool AllowsDefaultCredentials() override;
Dhttp_auth_handler_mock.cc61 bool HttpAuthHandlerMock::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerMock
Dhttp_auth_handler_ntlm_portable_unittest.cc178 ASSERT_FALSE(GetAuthHandler()->AllowsDefaultCredentials()); in TEST_F()
Dhttp_auth_handler_factory.cc238 ? std::make_optional((*handler)->AllowsDefaultCredentials()) in CreateAuthHandler()
Dhttp_auth_handler_digest_unittest.cc433 EXPECT_FALSE(handler->AllowsDefaultCredentials()); in TEST()
Dhttp_auth_controller.cc543 if (!default_credentials_used_ && handler_->AllowsDefaultCredentials()) { in SelectNextAuthIdentityToTry()

12