Home
last modified time | relevance | path

Searched refs:kProxyServer (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dproxy_config_dictionary.cc19 const char kProxyServer[] = "server"; variable
45 return dict_->GetString(kProxyServer, out); in GetProxyServer()
100 dict->SetString(kProxyServer, proxy_server); in CreateDictionary()
Dcommand_line_pref_store_unittest.cc84 cl.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
134 cl2.AppendSwitchASCII(switches::kProxyServer, "server"); in TEST()
145 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
157 cl3.AppendSwitchASCII(switches::kProxyServer, ""); in TEST()
Dcommand_line_pref_store.cc69 command_line_->HasSwitch(switches::kProxyServer) || in ValidateProxySwitches()
91 } else if (command_line_->HasSwitch(switches::kProxyServer)) { in ApplyProxyMode()
93 command_line_->GetSwitchValueASCII(switches::kProxyServer); in ApplyProxyMode()
Dpref_service_unittest.cc223 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
263 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
/external/chromium/chrome/browser/net/
Dpref_proxy_config_service_unittest.cc369 { switches::kProxyServer, "http://proxy:8888" },
381 { switches::kProxyServer, "http://proxy:8888" },
395 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
411 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
/external/chromium/chrome/common/
Dchrome_switches.h227 extern const char kProxyServer[];
Dchrome_switches.cc796 const char kProxyServer[] = "proxy-server"; variable
/external/chromium/chrome/browser/policy/
Dconfiguration_policy_provider_mac_unittest.cc246 key::kProxyServer),
Dconfig_dir_policy_provider_unittest.cc272 key::kProxyServer),
Dconfiguration_policy_provider_win_unittest.cc404 key::kProxyServer),
Dconfiguration_policy_pref_store.cc862 { kPolicyProxyServer, Value::TYPE_STRING, key::kProxyServer }, in GetChromePolicyDefinitionList()