Searched refs:GetAuthorizationHeaderName (Results 1 – 5 of 5) sorted by relevance
243 TEST(HttpAuthTest, GetAuthorizationHeaderName) { in TEST() argument246 name = HttpAuth::GetAuthorizationHeaderName(HttpAuth::AUTH_SERVER); in TEST()249 name = HttpAuth::GetAuthorizationHeaderName(HttpAuth::AUTH_PROXY); in TEST()
71 static std::string GetAuthorizationHeaderName(Target target);
163 std::string HttpAuth::GetAuthorizationHeaderName(Target target) { in GetAuthorizationHeaderName() function in net::HttpAuth
1637 return HttpAuth::GetAuthorizationHeaderName(target) + in BuildAuthorizationHeader()
565 HttpAuth::GetAuthorizationHeaderName(HttpAuth::AUTH_PROXY) + in DoWriteTunnelHeaders()