Home
last modified time | relevance | path

Searched refs:CreateAuthHandlerFromString (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_handler_factory_unittest.cc60 registry_factory.CreateAuthHandlerFromString( in TEST()
66 registry_factory.CreateAuthHandlerFromString( in TEST()
69 registry_factory.CreateAuthHandlerFromString( in TEST()
76 registry_factory.CreateAuthHandlerFromString( in TEST()
79 registry_factory.CreateAuthHandlerFromString( in TEST()
85 registry_factory.CreateAuthHandlerFromString( in TEST()
91 registry_factory.CreateAuthHandlerFromString( in TEST()
94 registry_factory.CreateAuthHandlerFromString( in TEST()
110 int rv = http_auth_handler_factory->CreateAuthHandlerFromString( in TEST()
126 int rv = http_auth_handler_factory->CreateAuthHandlerFromString( in TEST()
[all …]
Dhttp_auth_handler_basic_unittest.cc37 EXPECT_EQ(OK, factory.CreateAuthHandlerFromString( in TEST()
88 EXPECT_EQ(OK, factory.CreateAuthHandlerFromString( in TEST()
180 int rv = factory.CreateAuthHandlerFromString( in TEST()
Dhttp_auth_handler_digest_unittest.cc56 int rv_create = factory->CreateAuthHandlerFromString( in RespondToChallenge()
341 int rv = factory->CreateAuthHandlerFromString(tests[i].challenge, in TEST()
506 int rv = factory->CreateAuthHandlerFromString(tests[i].challenge, in TEST()
535 int rv = factory->CreateAuthHandlerFromString( in TEST()
Dhttp_auth_handler_factory.h90 int CreateAuthHandlerFromString(const std::string& challenge,
Dhttp_auth.cc42 int rv = http_auth_handler_factory->CreateAuthHandlerFromString( in ChooseBestChallenge()
Dhttp_auth_handler_factory.cc18 int HttpAuthHandlerFactory::CreateAuthHandlerFromString( in CreateAuthHandlerFromString() function in net::HttpAuthHandlerFactory
Dhttp_auth_handler_negotiate_unittest.cc192 int rv = factory_->CreateAuthHandlerFromString("Negotiate", in CreateHandler()