http_auth_handler_basic_unittest.cc | 25 { "foo", "bar", "Basic Zm9vOmJhcg==" }, 27 { "", "foobar", "Basic OmZvb2Jhcg==" }, 29 { "anon", "", "Basic YW5vbjo=" }, 31 { "", "", "Basic Og==" }, 36 std::string challenge = "Basic realm=\"Atlantis\""; 37 scoped_ptr<HttpAuthHandler> basic; local 39 challenge, HttpAuth::AUTH_SERVER, origin, BoundNetLog(), &basic)); 44 int rv = basic->GenerateAuthToken(&credentials, &request_info, 61 "Basic realm=\"First\"", 67 "Basic realm=\"Second\"" 88 scoped_ptr<HttpAuthHandler> basic; local 188 scoped_ptr<HttpAuthHandler> basic; local [all...] |