HomeSort by relevance Sort by last modified time
    Searched full:have_http (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/proxy/
proxy_config_service_linux.cc 136 bool have_http = GetProxyFromEnvVar("http_proxy", &proxy_server); local
137 if (have_http)
150 if (have_http || have_https || have_ftp) {
1005 bool have_http = GetProxyFromGConf("\/system\/http_proxy\/", false, local
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.cc 142 bool have_http = GetProxyFromEnvVar("http_proxy", &proxy_server); local
143 if (have_http)
157 if (have_http || have_https || have_ftp) {
    [all...]

Completed in 294 milliseconds