Home | History | Annotate | Download | only in http

Lines Matching defs:HaveAuth

247   DCHECK(HaveAuth(target));
301 HaveAuth(pending_auth_target_);
729 if (ShouldApplyProxyAuth() && HaveAuth(HttpAuth::AUTH_PROXY))
732 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER))
1300 bool HttpNetworkTransaction::HaveAuth(HttpAuth::Target target) const {
1302 auth_controllers_[target]->HaveAuth();