Searched refs:proxy_for_https (Results 1 - 15 of 15) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_config_service_common_unittest.h23 const char* proxy_for_https,
72 const char* proxy_for_https; member in struct:net::ProxyRulesExpectation
H A Dproxy_config_service_common_unittest.cc56 const char* proxy_for_https,
64 proxy_for_https(proxy_for_https),
87 MatchesProxyServerHelper("Bad proxy_for_https", proxy_for_https,
88 rules.proxy_for_https, &failure_details, &failed);
52 ProxyRulesExpectation( ProxyConfig::ProxyRules::Type type, const char* single_proxy, const char* proxy_for_http, const char* proxy_for_https, const char* proxy_for_ftp, const char* fallback_proxy, const char* flattened_bypass_rules, bool reverse_bypass) argument
H A Dproxy_config.cc78 proxy_for_https = ProxyServer();
142 proxy_for_https == other.proxy_for_https &&
155 return &proxy_for_https;
217 AddProxyToValue("https", proxy_rules_.proxy_for_https, dict2);
H A Dproxy_config_unittest.cc105 const char* proxy_for_https; member in struct:net::__anon3171::__anon3172
245 ExpectProxyServerEquals(tests[i].proxy_for_https,
246 config.proxy_rules().proxy_for_https);
H A Dproxy_config.h74 // Returns one of {&proxy_for_http, &proxy_for_https, &proxy_for_ftp,
95 ProxyServer proxy_for_https; member in struct:net::ProxyConfig::ProxyRules
102 // Returns one of {&proxy_for_http, &proxy_for_https, &proxy_for_ftp}
H A Dproxy_config_service_mac.cc111 config->proxy_rules().proxy_for_https = proxy_server;
H A Dproxy_config_service_linux.cc146 config->proxy_rules().proxy_for_https = proxy_server;
1019 config->proxy_rules().proxy_for_https = proxy_server;
/external/chromium_org/net/proxy/
H A Dproxy_config_service_common_unittest.h22 const char* proxy_for_https,
71 const char* proxy_for_https; member in struct:net::ProxyRulesExpectation
H A Dproxy_config_service_common_unittest.cc79 const char* proxy_for_https,
87 proxy_for_https(proxy_for_https),
111 MatchesProxyServerHelper("Bad proxy_for_https", proxy_for_https,
75 ProxyRulesExpectation( ProxyConfig::ProxyRules::Type type, const char* single_proxy, const char* proxy_for_http, const char* proxy_for_https, const char* proxy_for_ftp, const char* fallback_proxy, const char* flattened_bypass_rules, bool reverse_bypass) argument
H A Dproxy_config_unittest.cc106 const char* proxy_for_https; member in struct:net::__anon8859::__anon8860
319 ExpectProxyServerEquals(tests[i].proxy_for_https,
H A Dproxy_config_service_linux.cc1430 ProxyServer proxy_for_https; local
1441 if (GetProxyFromSettings(SettingGetter::PROXY_HTTPS_HOST, &proxy_for_https))
1466 SetSingleProxyServer(proxy_for_https);
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl.cc137 net_config->proxy_rules().proxy_for_https = https_proxy.server;
263 !rules.proxy_for_https.is_valid() &&
271 if (rules.proxy_for_https.is_valid())
272 https_proxy.server = rules.proxy_for_https;
H A Dproxy_config_service_impl_unittest.cc520 EXPECT_EQ(proxy_rules.proxy_for_https,
/external/chromium/chrome/browser/extensions/
H A Dextension_proxy_api_helpers.cc353 if (rules.proxy_for_https.is_valid()) {
356 CreateProxyServerDict(rules.proxy_for_https));
/external/chromium/chrome/browser/importer/
H A Dfirefox_proxy_settings.cc141 config->proxy_rules().proxy_for_https = net::ProxyServer(

Completed in 999 milliseconds