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

  /external/chromium_org/net/proxy/
proxy_config.cc 89 proxies_for_https = ProxyList();
157 proxies_for_https.Equals(other.proxies_for_https) &&
170 return &proxies_for_https;
243 AddProxyListToValue("https", proxy_rules_.proxies_for_https, dict2);
proxy_config_service_ios.cc 84 config->proxy_rules().proxies_for_https.SetSingleProxyServer(
proxy_config.h 110 // Returns one of {&proxies_for_http, &proxies_for_https, &proxies_for_ftp,
132 ProxyList proxies_for_https; member in struct:net::ProxyConfig::ProxyRules
140 // Returns one of {&proxies_for_http, &proxies_for_https, &proxies_for_ftp}
proxy_config_service_common_unittest.cc 112 rules.proxies_for_https, &failure_details,
proxy_config_service_android.cc 129 rules->proxies_for_https.SetSingleProxyServer(
140 rules->proxies_for_https.IsEmpty() &&
proxy_config_service_mac.cc 111 config->proxy_rules().proxies_for_https.
proxy_config_unittest.cc 320 config.proxy_rules().proxies_for_https);
proxy_config_service_linux.cc 152 config->proxy_rules().proxies_for_https.
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config.cc 80 rules.proxies_for_https.IsEmpty() &&
88 if (!rules.proxies_for_https.IsEmpty())
89 https_proxy.server = rules.proxies_for_https.Get();
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers.cc 395 if (!rules.proxies_for_https.IsEmpty()) {
398 CreateProxyServerDict(rules.proxies_for_https.Get()));
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 223 config->proxy_rules().proxies_for_https.SetSingleProxyServer(

Completed in 4005 milliseconds