Home | History | Annotate | Download | only in http

Lines Matching refs:AUTH_PROXY

225   if (target == HttpAuth::AUTH_PROXY && establishing_tunnel_) {
437 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller;
438 pending_auth_target_ = HttpAuth::AUTH_PROXY;
641 HttpAuth::Target target = HttpAuth::AUTH_PROXY;
729 if (ShouldApplyProxyAuth() && HaveAuth(HttpAuth::AUTH_PROXY))
730 auth_controllers_[HttpAuth::AUTH_PROXY]->AddAuthorizationHeader(
1277 HttpAuth::AUTH_PROXY : HttpAuth::AUTH_SERVER;
1278 if (target == HttpAuth::AUTH_PROXY && proxy_info_.is_direct())
1307 case HttpAuth::AUTH_PROXY: {