Searched refs:CreateAuthHandlerFromString (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_handler_factory_unittest.cc60 registry_factory.CreateAuthHandlerFromString(
66 registry_factory.CreateAuthHandlerFromString(
69 registry_factory.CreateAuthHandlerFromString(
76 registry_factory.CreateAuthHandlerFromString(
79 registry_factory.CreateAuthHandlerFromString(
85 registry_factory.CreateAuthHandlerFromString(
91 registry_factory.CreateAuthHandlerFromString(
94 registry_factory.CreateAuthHandlerFromString(
110 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
126 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
[all...]
H A Dhttp_auth_handler_basic_unittest.cc38 EXPECT_EQ(OK, factory.CreateAuthHandlerFromString(
89 EXPECT_EQ(OK, factory.CreateAuthHandlerFromString(
189 int rv = factory.CreateAuthHandlerFromString(
H A Dhttp_auth_handler_digest_unittest.cc57 int rv_create = factory->CreateAuthHandlerFromString(
356 int rv = factory->CreateAuthHandlerFromString(tests[i].challenge,
521 int rv = factory->CreateAuthHandlerFromString(tests[i].challenge,
551 int rv = factory->CreateAuthHandlerFromString(
H A Dhttp_auth_handler_factory.h90 int CreateAuthHandlerFromString(const std::string& challenge,
H A Dhttp_auth.cc43 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
H A Dhttp_auth_handler_negotiate_unittest.cc184 // Note: This is a little tricky because CreateAuthHandlerFromString
190 int rv = factory_->CreateAuthHandlerFromString("Negotiate",
355 int rv = negotiate_factory->CreateAuthHandlerFromString(
H A Dhttp_auth_handler_factory.cc22 int HttpAuthHandlerFactory::CreateAuthHandlerFromString( function in class:net::HttpAuthHandlerFactory
/external/chromium_org/net/url_request/
H A Durl_request_context_builder_unittest.cc122 context->http_auth_handler_factory()->CreateAuthHandlerFromString(
130 context->http_auth_handler_factory()->CreateAuthHandlerFromString(

Completed in 703 milliseconds