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

  /external/chromium/net/http/
http_auth_unittest.cc 253 TEST(HttpAuthTest, CreateAuthHandler) {
258 HttpAuth::CreateAuthHandler("Basic realm=\"FooBar\"",
271 HttpAuth::CreateAuthHandler("UNSUPPORTED realm=\"FooBar\"",
279 HttpAuth::CreateAuthHandler("Digest realm=\"FooBar\", nonce=\"xyz\"",
292 HttpAuth::CreateAuthHandler("NTLM",
http_auth.cc 47 CreateAuthHandler(cur_challenge, target, origin, &cur);
55 void HttpAuth::CreateAuthHandler(const std::string& challenge,
http_auth.h 76 static void CreateAuthHandler(const std::string& challenge,

Completed in 31 milliseconds