/aosp_15_r20/external/cronet/net/http/ |
H A D | http_auth_handler_ntlm_portable_unittest.cc | 175 TEST_F(HttpAuthHandlerNtlmPortableTest, AllowsExplicitCredentials) { in TEST_F() argument 177 ASSERT_TRUE(GetAuthHandler()->AllowsExplicitCredentials()); in TEST_F()
|
H A D | http_auth_handler_negotiate.cc | 175 bool HttpAuthHandlerNegotiate::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandlerNegotiate 176 return auth_system_->AllowsExplicitCredentials(); in AllowsExplicitCredentials()
|
H A D | http_auth_controller.cc | 372 if (!handler_->AllowsExplicitCredentials()) { in HandleAuthChallenge() 600 if (!handler_->AllowsExplicitCredentials()) { in HandleGenerateTokenResult()
|
H A D | http_auth_mechanism.h | 33 virtual bool AllowsExplicitCredentials() const = 0;
|
H A D | http_auth_ntlm_mechanism.h | 59 bool AllowsExplicitCredentials() const override;
|
H A D | http_auth_handler.h | 173 virtual bool AllowsExplicitCredentials();
|
H A D | http_auth_handler_mock.h | 100 bool AllowsExplicitCredentials() override;
|
H A D | http_auth_handler.cc | 84 bool HttpAuthHandler::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandler
|
H A D | http_auth_handler_negotiate.h | 98 bool AllowsExplicitCredentials() override;
|
H A D | http_auth_ntlm_mechanism.cc | 98 bool HttpAuthNtlmMechanism::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthNtlmMechanism
|
H A D | http_auth_sspi_win.h | 155 bool AllowsExplicitCredentials() const override;
|
H A D | http_auth_handler_mock.cc | 60 bool HttpAuthHandlerMock::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandlerMock
|
H A D | http_auth_controller_unittest.cc | 213 !AllowsExplicitCredentials() || in TEST()
|
H A D | http_auth_gssapi_posix.h | 232 bool AllowsExplicitCredentials() const override;
|
H A D | http_auth_handler_negotiate_unittest.cc | 504 bool AllowsExplicitCredentials() const override { return true; } in AllowsExplicitCredentials() function in net::TestAuthSystem
|
H A D | http_auth_sspi_win.cc | 384 bool HttpAuthSSPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthSSPI
|
H A D | http_auth_gssapi_posix.cc | 668 bool HttpAuthGSSAPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthGSSAPI
|
/aosp_15_r20/external/cronet/net/android/ |
H A D | http_auth_negotiate_android.h | 79 bool AllowsExplicitCredentials() const override;
|
H A D | http_auth_negotiate_android.cc | 78 bool HttpAuthNegotiateAndroid::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::android::HttpAuthNegotiateAndroid
|