Searched defs:AllowsDefaultCredentials (Results 1 - 4 of 4) sorted by relevance
/external/chromium/net/http/ | ||
H A D | http_auth_handler.cc | 73 DCHECK(username != NULL || AllowsDefaultCredentials()); 89 bool HttpAuthHandler::AllowsDefaultCredentials() { function in class:net::HttpAuthHandler |
H A D | http_auth_handler_ntlm_win.cc | 37 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { function in class:net::HttpAuthHandlerNTLM |
H A D | http_auth_handler_negotiate.cc | 170 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() { function in class:net::HttpAuthHandlerNegotiate 190 if (!AllowsDefaultCredentials()) |
H A D | http_auth_handler_ntlm_portable.cc | 657 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { function in class:net::HttpAuthHandlerNTLM |
Completed in 78 milliseconds