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

  /external/chromium/net/http/
http_auth_handler.cc 73 DCHECK(username != NULL || AllowsDefaultCredentials());
89 bool HttpAuthHandler::AllowsDefaultCredentials() {
http_auth_handler.h 57 // the currently logged in user are used. |AllowsDefaultCredentials()| MUST be
135 virtual bool AllowsDefaultCredentials();
http_auth_handler_ntlm_win.cc 37 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
http_auth_handler_ntlm.h 111 virtual bool AllowsDefaultCredentials();
http_auth_handler_negotiate.h 112 virtual bool AllowsDefaultCredentials();
http_auth_handler_negotiate.cc 170 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() {
190 if (!AllowsDefaultCredentials())
http_auth_handler_digest_unittest.cc 366 EXPECT_FALSE(handler->AllowsDefaultCredentials());
http_auth_controller.cc 479 if (!default_credentials_used_ && handler_->AllowsDefaultCredentials()) {
http_auth_handler_ntlm_portable.cc 653 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {

Completed in 344 milliseconds