Searched refs:AllowsExplicitCredentials (Results 1 - 12 of 12) sorted by relevance

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

Completed in 1532 milliseconds