Home
last modified time | relevance | path

Searched refs:is_http (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/proxy/
Dproxy_info.h61 bool is_http() const { in is_http() function
64 return proxy_server().is_http(); in is_http()
Dproxy_server.h52 bool is_http() const { return scheme_ == SCHEME_HTTP; } in is_http() function
Dproxy_server_unittest.cc210 EXPECT_FALSE(uri.is_http()); in TEST()
/external/chromium/net/socket/
Dclient_socket_pool_manager.cc126 if (proxy_info.is_http() || proxy_info.is_https()) { in InitSocketPoolHelper()
203 if (proxy_info.is_http() || proxy_info.is_https()) { in InitSocketPoolHelper()
/external/chromium/net/http/
Dhttp_network_transaction.cc322 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()
Dhttp_stream_factory_impl_job.cc563 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()
/external/chromium/net/url_request/
Durl_request_http_job.cc1330 bool is_http = request_->url().SchemeIs("http"); in RecordCompressionHistograms() local
1332 if (!is_http && !is_https) in RecordCompressionHistograms()