HomeSort by relevance Sort by last modified time
    Searched full:allowsdefaultcredentials (Results 1 - 22 of 22) sorted by null

  /external/chromium/net/http/
http_auth_handler.cc 73 DCHECK(username != NULL || AllowsDefaultCredentials());
89 bool HttpAuthHandler::AllowsDefaultCredentials() {
http_auth_handler_ntlm_win.cc 37 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
http_auth_handler.h 57 // the currently logged in user are used. |AllowsDefaultCredentials()| MUST be
135 virtual bool AllowsDefaultCredentials();
http_auth_handler_negotiate.h 112 virtual bool AllowsDefaultCredentials();
http_auth_handler_ntlm.h 111 virtual bool AllowsDefaultCredentials();
http_auth_handler_negotiate.cc 170 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() {
190 if (!AllowsDefaultCredentials())
http_auth_controller.cc 479 if (!default_credentials_used_ && handler_->AllowsDefaultCredentials()) {
http_auth_handler_digest_unittest.cc 366 EXPECT_FALSE(handler->AllowsDefaultCredentials());
http_auth_handler_ntlm_portable.cc 657 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
  /external/chromium_org/net/http/
http_auth_handler.cc 68 DCHECK(credentials != NULL || AllowsDefaultCredentials());
87 bool HttpAuthHandler::AllowsDefaultCredentials() {
http_auth_handler_mock.h 93 virtual bool AllowsDefaultCredentials() OVERRIDE;
http_auth_handler_ntlm_win.cc 37 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
http_auth_handler_mock.cc 94 bool HttpAuthHandlerMock::AllowsDefaultCredentials() {
http_auth_handler_negotiate.h 112 virtual bool AllowsDefaultCredentials() OVERRIDE;
http_auth_handler_ntlm.h 109 virtual bool AllowsDefaultCredentials() OVERRIDE;
http_auth_handler.h 56 // logged in user are used. |AllowsDefaultCredentials()| MUST be true in this
135 virtual bool AllowsDefaultCredentials();
http_auth_handler_negotiate.cc 173 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() {
197 if (!AllowsDefaultCredentials())
http_auth_controller.cc 494 if (!default_credentials_used_ && handler_->AllowsDefaultCredentials()) {
http_auth_handler_digest_unittest.cc 379 EXPECT_FALSE(handler->AllowsDefaultCredentials());
http_auth_handler_ntlm_portable.cc 644 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.h 48 virtual bool AllowsDefaultCredentials() OVERRIDE;
http_auth_handler_spdyproxy.cc 89 bool HttpAuthHandlerSpdyProxy::AllowsDefaultCredentials() {

Completed in 246 milliseconds