Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_config.cc90 proxies_for_https = ProxyList(); in ParseFromString()
159 proxies_for_https.Equals(other.proxies_for_https) && in Equals()
172 return &proxies_for_https; in MapUrlSchemeToProxyListNoFallback()
203 if (!proxies_for_https.IsEmpty()) in GetProxyListForWebSocketScheme()
204 return &proxies_for_https; in GetProxyListForWebSocketScheme()
258 AddProxyListToValue("https", proxy_rules_.proxies_for_https, &dict2); in ToValue()
H A Dproxy_config_service_android.cc134 rules->proxies_for_https.SetSingleProxyServer( in GetProxyRules()
145 rules->proxies_for_https.IsEmpty() && in GetProxyRules()
233 proxy_rules->proxies_for_https.AddProxyChain(proxy_chain); in ParseOverrideRules()
243 proxy_rules->proxies_for_https.IsEmpty() && in ParseOverrideRules()
H A Dproxy_config_service_ios.cc84 proxy_config.proxy_rules().proxies_for_https.SetSingleProxyChain( in GetCurrentProxyConfig()
H A Dproxy_config.h136 ProxyList proxies_for_https; member
H A Dproxy_config_service_common_unittest.cc112 rules.proxies_for_https, &failure_details, in Matches()
H A Dproxy_config_service_mac.cc106 proxy_config.proxy_rules().proxies_for_https.SetSingleProxyChain( in GetCurrentProxyConfig()
H A Dproxy_config_unittest.cc449 config.proxy_rules().proxies_for_https); in TEST()
H A Dproxy_config_service_linux.cc187 config.proxy_rules().proxies_for_https.SetSingleProxyChain(proxy_chain); in GetConfigFromEnv()
1169 config.proxy_rules().proxies_for_https.SetSingleProxyServer( in GetConfigFromSettings()