HomeSort by relevance Sort by last modified time
    Searched defs:AllowsDefaultCredentials (Results 1 - 10 of 10) 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_negotiate.cc 170 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() {
190 if (!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_ntlm_win.cc 37 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
http_auth_handler_mock.cc 94 bool HttpAuthHandlerMock::AllowsDefaultCredentials() {
http_auth_handler_negotiate.cc 176 bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() {
200 if (!AllowsDefaultCredentials())
http_auth_handler_ntlm_portable.cc 644 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.cc 91 bool HttpAuthHandlerSpdyProxy::AllowsDefaultCredentials() {

Completed in 116 milliseconds