/external/cronet/stable/net/http/ |
D | http_auth_handler.cc | 42 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
|
D | http_auth_handler_ntlm_portable.cc | 51 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNTLM
|
D | http_auth_handler_ntlm_win.cc | 69 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNTLM
|
D | http_auth_handler.h | 168 virtual bool AllowsDefaultCredentials();
|
D | http_auth_handler_ntlm.h | 100 bool AllowsDefaultCredentials() override;
|
D | http_auth_handler_mock.h | 99 bool AllowsDefaultCredentials() override;
|
D | http_auth_handler_negotiate.cc | 167 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNegotiate 196 if (!AllowsDefaultCredentials()) { in Init()
|
D | http_auth_handler_negotiate.h | 97 bool AllowsDefaultCredentials() override;
|
D | http_auth_handler_mock.cc | 61 bool HttpAuthHandlerMock::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerMock
|
D | http_auth_handler_ntlm_portable_unittest.cc | 178 ASSERT_FALSE(GetAuthHandler()->AllowsDefaultCredentials()); in TEST_F()
|
D | http_auth_handler_factory.cc | 238 ? std::make_optional((*handler)->AllowsDefaultCredentials()) in CreateAuthHandler()
|
D | http_auth_handler_digest_unittest.cc | 433 EXPECT_FALSE(handler->AllowsDefaultCredentials()); in TEST()
|
/external/cronet/tot/net/http/ |
D | http_auth_handler.cc | 42 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
|
D | http_auth_handler_ntlm_portable.cc | 51 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNTLM
|
D | http_auth_handler_ntlm_win.cc | 69 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNTLM
|
D | http_auth_handler.h | 168 virtual bool AllowsDefaultCredentials();
|
D | http_auth_handler_ntlm.h | 100 bool AllowsDefaultCredentials() override;
|
D | http_auth_handler_mock.h | 99 bool AllowsDefaultCredentials() override;
|
D | http_auth_handler_negotiate.cc | 167 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerNegotiate 196 if (!AllowsDefaultCredentials()) { in Init()
|
D | http_auth_handler_negotiate.h | 97 bool AllowsDefaultCredentials() override;
|
D | http_auth_handler_mock.cc | 61 bool HttpAuthHandlerMock::AllowsDefaultCredentials() { in AllowsDefaultCredentials() function in net::HttpAuthHandlerMock
|
D | http_auth_handler_ntlm_portable_unittest.cc | 178 ASSERT_FALSE(GetAuthHandler()->AllowsDefaultCredentials()); in TEST_F()
|
D | http_auth_handler_factory.cc | 238 ? std::make_optional((*handler)->AllowsDefaultCredentials()) in CreateAuthHandler()
|
D | http_auth_handler_digest_unittest.cc | 433 EXPECT_FALSE(handler->AllowsDefaultCredentials()); in TEST()
|
D | http_auth_controller.cc | 543 if (!default_credentials_used_ && handler_->AllowsDefaultCredentials()) { in SelectNextAuthIdentityToTry()
|