Home
last modified time | relevance | path

Searched refs:AllowsExplicitCredentials (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/net/http/
Dhttp_auth_handler.h141 virtual bool AllowsExplicitCredentials();
Dhttp_auth_handler_negotiate.cc181 bool HttpAuthHandlerNegotiate::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandlerNegotiate
182 return auth_system_.AllowsExplicitCredentials(); in AllowsExplicitCredentials()
Dhttp_auth_handler.cc92 bool HttpAuthHandler::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandler
Dhttp_auth_handler_mock.h94 virtual bool AllowsExplicitCredentials() OVERRIDE;
Dhttp_auth_handler_negotiate.h113 virtual bool AllowsExplicitCredentials() OVERRIDE;
Dhttp_auth_sspi_win.h136 bool AllowsExplicitCredentials() const;
Dhttp_auth_handler_mock.cc99 bool HttpAuthHandlerMock::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandlerMock
Dhttp_auth_controller_unittest.cc155 !AllowsExplicitCredentials() || in TEST()
Dhttp_auth_gssapi_posix.h242 bool AllowsExplicitCredentials() const;
Dhttp_auth_sspi_win.cc214 bool HttpAuthSSPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthSSPI
Dhttp_auth_controller.cc362 if (!handler_->AllowsExplicitCredentials()) { in HandleAuthChallenge()
Dhttp_auth_gssapi_posix.cc679 bool HttpAuthGSSAPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthGSSAPI
/external/chromium_org/components/data_reduction_proxy/browser/
Dhttp_auth_handler_data_reduction_proxy.h52 virtual bool AllowsExplicitCredentials() OVERRIDE;
Dhttp_auth_handler_data_reduction_proxy.cc107 bool HttpAuthHandlerDataReductionProxy::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in data_reduction_proxy::HttpAuthHandlerDataReductionProxy