/external/chromium/chrome/browser/chromeos/ |
D | proxy_config_service_impl.cc | 78 if (config.bypass_rules.rules().empty()) { in operator <<() 81 const net::ProxyBypassRules& bypass_rules = config.bypass_rules; in operator <<() local 83 for (it = bypass_rules.rules().begin(); in operator <<() 84 it != bypass_rules.rules().end(); ++it) { in operator <<() 130 net_config->proxy_rules().bypass_rules = bypass_rules; in ToNetProxyConfig() 140 net_config->proxy_rules().bypass_rules = bypass_rules; in ToNetProxyConfig() 229 proxy_proto.set_proxy_bypass_list(bypass_rules.ToString()); in Serialize() 285 bypass_rules.ParseFromString(proxy_proto.proxy_bypass_list()); in Deserialize() 411 const net::ProxyBypassRules& bypass_rules) { in UISetProxyConfigBypassRules() argument 422 reference_config_.bypass_rules = bypass_rules; in UISetProxyConfigBypassRules()
|
D | proxy_config_service_impl_unittest.cc | 34 const char* bypass_rules; member 307 if (input.bypass_rules) { in InitConfigWithTestInput() 308 init_config->bypass_rules.ParseFromStringUsingSuffixMatching( in InitConfigWithTestInput() 309 input.bypass_rules); in InitConfigWithTestInput() 454 net::ProxyBypassRules bypass_rules; in TEST_F() local 469 if (input.bypass_rules) { in TEST_F() 470 bypass_rules.ParseFromStringUsingSuffixMatching(input.bypass_rules); in TEST_F() 471 config_service()->UISetProxyConfigBypassRules(bypass_rules); in TEST_F() 491 if (input.bypass_rules) { in TEST_F() 492 bypass_rules.ParseFromStringUsingSuffixMatching(input.bypass_rules); in TEST_F() [all …]
|
D | proxy_cros_settings_provider.cc | 182 net::ProxyBypassRules bypass_rules; in DoSet() local 188 bypass_rules.AddRuleFromString(val); in DoSet() 191 config_service->UISetProxyConfigBypassRules(bypass_rules); in DoSet() 251 net::ProxyBypassRules::RuleList bypass_rules = config.bypass_rules.rules(); in Get() local 252 for (size_t x = 0; x < bypass_rules.size(); x++) { in Get() 253 list->Append(Value::CreateStringValue(bypass_rules[x]->ToString())); in Get()
|
D | proxy_config_service_impl.h | 146 net::ProxyBypassRules bypass_rules; member 195 bool UISetProxyConfigBypassRules(const net::ProxyBypassRules& bypass_rules);
|
/external/chromium/net/proxy/ |
D | proxy_config_service_common_unittest.cc | 38 std::string FlattenProxyBypass(const ProxyBypassRules& bypass_rules) { in FlattenProxyBypass() argument 41 bypass_rules.rules().begin(); in FlattenProxyBypass() 42 it != bypass_rules.rules().end(); ++it) { in FlattenProxyBypass() 92 std::string actual_flattened_bypass = FlattenProxyBypass(rules.bypass_rules); in Matches()
|
D | proxy_config.cc | 41 bool bypass_proxy = bypass_rules.Matches(url); in Apply() 145 bypass_rules.Equals(other.bypass_rules) && in Equals() 228 const ProxyBypassRules& bypass = proxy_rules_.bypass_rules; in ToValue()
|
D | proxy_config_service_android.cc | 42 config.proxy_rules().bypass_rules.AddRuleFromString(exList.substr(0, pos)); in UpdateProxySettings() 45 config.proxy_rules().bypass_rules.AddRuleFromString(exList); in UpdateProxySettings()
|
D | proxy_config_unittest.cc | 75 config2.proxy_rules().bypass_rules.AddRuleFromString("*.google.com"); in TEST() 80 config1.proxy_rules().bypass_rules.AddRuleFromString("*.google.com"); in TEST()
|
D | proxy_config_service_mac.cc | 147 config->proxy_rules().bypass_rules.AddRuleFromString( in GetCurrentProxyConfig() 158 config->proxy_rules().bypass_rules.AddRuleToBypassLocal(); in GetCurrentProxyConfig()
|
D | proxy_config.h | 82 ProxyBypassRules bypass_rules; member
|
D | proxy_config_service_win.cc | 185 config->proxy_rules().bypass_rules.AddRuleFromString(bypass_url_domain); in SetFromIEConfig()
|
D | proxy_config_service_linux.cc | 182 config->proxy_rules().bypass_rules.ParseFromStringUsingSuffixMatching( in GetConfigFromEnv() 1048 config->proxy_rules().bypass_rules.Clear(); in GetConfigFromGConf() 1054 config->proxy_rules().bypass_rules. in GetConfigFromGConf() 1057 config->proxy_rules().bypass_rules.AddRuleFromString(*it); in GetConfigFromGConf()
|
D | proxy_service_unittest.cc | 740 config.proxy_rules().bypass_rules.ParseFromString("*.org"); in TEST() 1387 config.proxy_rules().bypass_rules.ParseFromString("www.google.com"); in TEST()
|
/external/chromium/chrome/browser/importer/ |
D | firefox_proxy_settings_unittest.cc | 63 expected_config.proxy_rules().bypass_rules.ParseFromString( in TEST_F()
|
D | firefox_proxy_settings.cc | 155 config->proxy_rules().bypass_rules.ParseFromStringUsingSuffixMatching( in ToProxyConfig()
|
/external/chromium/chrome/browser/net/ |
D | pref_proxy_config_service.cc | 153 config->proxy_rules().bypass_rules.ParseFromString(proxy_bypass); in PrefConfigToNetConfig()
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider.cc | 556 pc->proxy_rules().bypass_rules.ParseFromString(proxy_bypass_list); in PopulateProxyConfig()
|