Searched refs:is_http (Results 1 – 7 of 7) sorted by relevance
61 bool is_http() const { in is_http() function64 return proxy_server().is_http(); in is_http()
52 bool is_http() const { return scheme_ == SCHEME_HTTP; } in is_http() function
210 EXPECT_FALSE(uri.is_http()); in TEST()
126 if (proxy_info.is_http() || proxy_info.is_https()) { in InitSocketPoolHelper()203 if (proxy_info.is_http() || proxy_info.is_https()) { in InitSocketPoolHelper()
322 DCHECK(proxy_info_.is_http() || proxy_info_.is_https()); in Read()770 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) && in DoBuildRequest()1258 (proxy_info_.is_https() || proxy_info_.is_http()); in ShouldApplyProxyAuth()
563 if (proxy_info_.is_http() || proxy_info_.is_https()) in DoInitConnection()731 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) && in DoCreateStream()
1330 bool is_http = request_->url().SchemeIs("http"); in RecordCompressionHistograms() local1332 if (!is_http && !is_https) in RecordCompressionHistograms()