Home
last modified time | relevance | path

Searched refs:kProxyConfigBypassList (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/proxy/
Dproxy_api_constants.h23 extern const char kProxyConfigBypassList[];
Dproxy_api_constants.cc23 const char kProxyConfigBypassList[] = "bypassList"; variable
Dproxy_api_helpers.cc295 if (!proxy_rules->HasKey(keys::kProxyConfigBypassList)) { in GetBypassListFromExtensionPref()
300 if (!proxy_rules->GetList(keys::kProxyConfigBypassList, &bypass_list)) { in GetBypassListFromExtensionPref()
424 extension_proxy_rules->Set(keys::kProxyConfigBypassList, bypass_list); in CreateProxyRulesDict()
Dproxy_api_helpers_unittest.cc210 proxy_rules->Set(keys::kProxyConfigBypassList, bypass_list); in TEST()
359 expected->Set(keys::kProxyConfigBypassList, bypass_list); in TEST()
387 expected->Set(keys::kProxyConfigBypassList, bypass_list); in TEST()