HomeSort by relevance Sort by last modified time
    Searched defs:CreateAuthHandler (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/http/
http_auth_handler_basic.cc 93 int HttpAuthHandlerBasic::Factory::CreateAuthHandler(
http_auth_handler_ntlm_win.cc 55 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
http_auth_handler_factory.cc 25 return CreateAuthHandler(&props, target, origin, CREATE_CHALLENGE, 1,
37 return CreateAuthHandler(&props, target, origin, CREATE_PREEMPTIVE,
167 int HttpAuthHandlerRegistryFactory::CreateAuthHandler(
187 return it->second->CreateAuthHandler(challenge, target, origin, reason,
http_auth_handler_factory_unittest.cc 24 virtual int CreateAuthHandler(HttpAuth::ChallengeTokenizer* challenge,
http_auth_handler_mock.cc 151 int HttpAuthHandlerMock::Factory::CreateAuthHandler(
http_auth_handler_digest.cc 89 int HttpAuthHandlerDigest::Factory::CreateAuthHandler(
http_auth_handler_negotiate.cc 38 int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
http_auth_handler_ntlm_portable.cc 718 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(

Completed in 305 milliseconds