HomeSort by relevance Sort by last modified time
    Searched refs:CreateAuthHandlerFromString (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/http/
http_auth_handler_factory_unittest.cc 60 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...]
http_auth_handler_basic_unittest.cc 37 EXPECT_EQ(OK, factory.CreateAuthHandlerFromString(
88 EXPECT_EQ(OK, factory.CreateAuthHandlerFromString(
180 int rv = factory.CreateAuthHandlerFromString(
http_auth_handler_digest_unittest.cc 56 int rv_create = factory->CreateAuthHandlerFromString(
341 int rv = factory->CreateAuthHandlerFromString(tests[i].challenge,
506 int rv = factory->CreateAuthHandlerFromString(tests[i].challenge,
535 int rv = factory->CreateAuthHandlerFromString(
http_auth_handler_factory.h 90 int CreateAuthHandlerFromString(const std::string& challenge,
http_auth.cc 42 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
http_auth_handler_factory.cc 18 int HttpAuthHandlerFactory::CreateAuthHandlerFromString(
http_auth_handler_negotiate_unittest.cc 186 // Note: This is a little tricky because CreateAuthHandlerFromString
192 int rv = factory_->CreateAuthHandlerFromString("Negotiate",

Completed in 307 milliseconds