Searched refs:kProxyServer (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/prefs/ |
D | proxy_config_dictionary.cc | 19 const char kProxyServer[] = "server"; variable 45 return dict_->GetString(kProxyServer, out); in GetProxyServer() 100 dict->SetString(kProxyServer, proxy_server); in CreateDictionary()
|
D | command_line_pref_store_unittest.cc | 84 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()
|
D | command_line_pref_store.cc | 69 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()
|
D | pref_service_unittest.cc | 223 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST() 263 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
|
/external/chromium/chrome/browser/net/ |
D | pref_proxy_config_service_unittest.cc | 369 { 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/ |
D | chrome_switches.h | 227 extern const char kProxyServer[];
|
D | chrome_switches.cc | 796 const char kProxyServer[] = "proxy-server"; variable
|
/external/chromium/chrome/browser/policy/ |
D | configuration_policy_provider_mac_unittest.cc | 246 key::kProxyServer),
|
D | config_dir_policy_provider_unittest.cc | 272 key::kProxyServer),
|
D | configuration_policy_provider_win_unittest.cc | 404 key::kProxyServer),
|
D | configuration_policy_pref_store.cc | 862 { kPolicyProxyServer, Value::TYPE_STRING, key::kProxyServer }, in GetChromePolicyDefinitionList()
|