HomeSort by relevance Sort by last modified time
    Searched refs:is_http (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/proxy/
proxy_info.h 61 bool is_http() const { function in class:net::ProxyInfo
64 return proxy_server().is_http();
proxy_server.h 52 bool is_http() const { return scheme_ == SCHEME_HTTP; } function in class:net::ProxyServer
proxy_server_unittest.cc 210 EXPECT_FALSE(uri.is_http());
  /external/chromium/net/socket/
client_socket_pool_manager.cc 126 if (proxy_info.is_http() || proxy_info.is_https()) {
203 if (proxy_info.is_http() || proxy_info.is_https()) {
  /external/chromium/net/http/
http_network_transaction.cc 322 DCHECK(proxy_info_.is_http() || proxy_info_.is_https());
770 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
    [all...]
http_stream_factory_impl_job.cc 563 if (proxy_info_.is_http() || proxy_info_.is_https())
731 bool using_proxy = (proxy_info_.is_http() || proxy_info_.is_https()) &&
    [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc     [all...]

Completed in 260 milliseconds