Home
last modified time | relevance | path

Searched refs:proxies_for_https (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/net/proxy/
Dproxy_config.cc89 proxies_for_https = ProxyList(); in ParseFromString()
157 proxies_for_https.Equals(other.proxies_for_https) && in Equals()
170 return &proxies_for_https; in MapUrlSchemeToProxyListNoFallback()
243 AddProxyListToValue("https", proxy_rules_.proxies_for_https, dict2); in ToValue()
Dproxy_config_service_ios.cc84 config->proxy_rules().proxies_for_https.SetSingleProxyServer( in GetCurrentProxyConfig()
Dproxy_config.h132 ProxyList proxies_for_https; member
Dproxy_config_service_android.cc129 rules->proxies_for_https.SetSingleProxyServer( in GetProxyRules()
140 rules->proxies_for_https.IsEmpty() && in GetProxyRules()
Dproxy_config_service_common_unittest.cc112 rules.proxies_for_https, &failure_details, in Matches()
Dproxy_config_unittest.cc320 config.proxy_rules().proxies_for_https); in TEST()
Dproxy_config_service_mac.cc109 config->proxy_rules().proxies_for_https. in GetCurrentProxyConfig()
Dproxy_config_service_linux.cc163 config->proxy_rules().proxies_for_https. in GetConfigFromEnv()
1481 config->proxy_rules().proxies_for_https. in GetConfigFromSettings()
/external/chromium_org/chrome/browser/chromeos/
Dui_proxy_config.cc80 rules.proxies_for_https.IsEmpty() && in FromNetProxyConfig()
88 if (!rules.proxies_for_https.IsEmpty()) in FromNetProxyConfig()
89 https_proxy.server = rules.proxies_for_https.Get(); in FromNetProxyConfig()
/external/chromium_org/chrome/browser/extensions/api/proxy/
Dproxy_api_helpers.cc394 if (!rules.proxies_for_https.IsEmpty()) { in CreateProxyRulesDict()
397 CreateProxyServerDict(rules.proxies_for_https.Get())); in CreateProxyRulesDict()
/external/chromium_org/chrome/browser/net/
Dfirefox_proxy_settings.cc224 config->proxy_rules().proxies_for_https.SetSingleProxyServer( in ToProxyConfig()