HomeSort by relevance Sort by last modified time
    Searched refs:AllowsExplicitCredentials (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/components/data_reduction_proxy/browser/
http_auth_handler_data_reduction_proxy.h 52 virtual bool AllowsExplicitCredentials() OVERRIDE;
http_auth_handler_data_reduction_proxy.cc 107 bool HttpAuthHandlerDataReductionProxy::AllowsExplicitCredentials() {
  /external/chromium_org/net/http/
http_auth_handler.h 141 virtual bool AllowsExplicitCredentials();
http_auth_handler_mock.h 94 virtual bool AllowsExplicitCredentials() OVERRIDE;
http_auth_handler.cc 92 bool HttpAuthHandler::AllowsExplicitCredentials() {
http_auth_handler_negotiate.h 113 virtual bool AllowsExplicitCredentials() OVERRIDE;
http_auth_handler_negotiate.cc 181 bool HttpAuthHandlerNegotiate::AllowsExplicitCredentials() {
182 return auth_system_.AllowsExplicitCredentials();
http_auth_handler_mock.cc 99 bool HttpAuthHandlerMock::AllowsExplicitCredentials() {
http_auth_sspi_win.h 136 bool AllowsExplicitCredentials() const;
http_auth_controller_unittest.cc 155 !AllowsExplicitCredentials() ||
http_auth_gssapi_posix.h 242 bool AllowsExplicitCredentials() const;
http_auth_sspi_win.cc 214 bool HttpAuthSSPI::AllowsExplicitCredentials() const {
http_auth_controller.cc 362 if (!handler_->AllowsExplicitCredentials()) {
http_auth_gssapi_posix.cc 679 bool HttpAuthGSSAPI::AllowsExplicitCredentials() const {

Completed in 1360 milliseconds