Searched refs:proxy_for_https (Results 1 – 11 of 11) sorted by relevance
/external/chromium/net/proxy/ |
D | proxy_config_service_common_unittest.cc | 56 const char* proxy_for_https, in ProxyRulesExpectation() argument 64 proxy_for_https(proxy_for_https), in ProxyRulesExpectation() 87 MatchesProxyServerHelper("Bad proxy_for_https", proxy_for_https, in Matches() 88 rules.proxy_for_https, &failure_details, &failed); in Matches()
|
D | proxy_config.cc | 78 proxy_for_https = ProxyServer(); in ParseFromString() 142 proxy_for_https == other.proxy_for_https && in Equals() 155 return &proxy_for_https; in MapUrlSchemeToProxyNoFallback() 217 AddProxyToValue("https", proxy_rules_.proxy_for_https, dict2); in ToValue()
|
D | proxy_config_service_common_unittest.h | 23 const char* proxy_for_https, 72 const char* proxy_for_https; member
|
D | proxy_config_unittest.cc | 105 const char* proxy_for_https; in TEST() member 245 ExpectProxyServerEquals(tests[i].proxy_for_https, in TEST() 246 config.proxy_rules().proxy_for_https); in TEST()
|
D | proxy_config.h | 94 ProxyServer proxy_for_https; member
|
D | proxy_config_service_mac.cc | 111 config->proxy_rules().proxy_for_https = proxy_server; in GetCurrentProxyConfig()
|
D | proxy_config_service_linux.cc | 146 config->proxy_rules().proxy_for_https = proxy_server; in GetConfigFromEnv() 1019 config->proxy_rules().proxy_for_https = proxy_server; in GetConfigFromGConf()
|
/external/chromium/chrome/browser/chromeos/ |
D | proxy_config_service_impl.cc | 137 net_config->proxy_rules().proxy_for_https = https_proxy.server; in ToNetProxyConfig() 263 !rules.proxy_for_https.is_valid() && in Deserialize() 271 if (rules.proxy_for_https.is_valid()) in Deserialize() 272 https_proxy.server = rules.proxy_for_https; in Deserialize()
|
D | proxy_config_service_impl_unittest.cc | 520 EXPECT_EQ(proxy_rules.proxy_for_https, in TEST_F()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_proxy_api_helpers.cc | 353 if (rules.proxy_for_https.is_valid()) { in CreateProxyRulesDict() 356 CreateProxyServerDict(rules.proxy_for_https)); in CreateProxyRulesDict()
|
/external/chromium/chrome/browser/importer/ |
D | firefox_proxy_settings.cc | 141 config->proxy_rules().proxy_for_https = net::ProxyServer( in ToProxyConfig()
|