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

  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.h 50 virtual bool AllowsExplicitCredentials() OVERRIDE;
http_auth_handler_spdyproxy.cc 95 bool HttpAuthHandlerSpdyProxy::AllowsExplicitCredentials() {
  /external/chromium_org/net/http/
http_auth_handler.h 140 virtual bool AllowsExplicitCredentials();
http_auth_handler.cc 91 bool HttpAuthHandler::AllowsExplicitCredentials() {
http_auth_handler_mock.h 94 virtual bool AllowsExplicitCredentials() OVERRIDE;
http_auth_handler_negotiate.h 113 virtual bool AllowsExplicitCredentials() OVERRIDE;
http_auth_handler_negotiate.cc 184 bool HttpAuthHandlerNegotiate::AllowsExplicitCredentials() {
185 return auth_system_.AllowsExplicitCredentials();
http_auth_handler_mock.cc 98 bool HttpAuthHandlerMock::AllowsExplicitCredentials() {
http_auth_sspi_win.h 134 bool AllowsExplicitCredentials() const;
http_auth_controller_unittest.cc 154 !AllowsExplicitCredentials() ||
http_auth_gssapi_posix.h 240 bool AllowsExplicitCredentials() const;
http_auth_sspi_win.cc 213 bool HttpAuthSSPI::AllowsExplicitCredentials() const {
http_auth_controller.cc 362 if (!handler_->AllowsExplicitCredentials()) {
http_auth_gssapi_posix.cc 678 bool HttpAuthGSSAPI::AllowsExplicitCredentials() const {

Completed in 138 milliseconds