HomeSort by relevance Sort by last modified time
    Searched refs:kProxyServer (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/prefs/
proxy_config_dictionary.cc 19 const char kProxyServer[] = "server";
45 return dict_->GetString(kProxyServer, out);
100 dict->SetString(kProxyServer, proxy_server);
command_line_pref_store.cc 69 command_line_->HasSwitch(switches::kProxyServer) ||
91 } else if (command_line_->HasSwitch(switches::kProxyServer)) {
93 command_line_->GetSwitchValueASCII(switches::kProxyServer);
command_line_pref_store_unittest.cc 84 cl.AppendSwitchASCII(switches::kProxyServer, "proxy");
134 cl2.AppendSwitchASCII(switches::kProxyServer, "server");
145 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy");
157 cl3.AppendSwitchASCII(switches::kProxyServer, "");
pref_service_unittest.cc 223 command_line.AppendSwitchASCII(switches::kProxyServer, "789");
263 command_line.AppendSwitchASCII(switches::kProxyServer, "789");
  /external/chromium_org/chrome/browser/prefs/
proxy_config_dictionary.cc 19 const char kProxyServer[] = "server";
57 return dict_->GetString(kProxyServer, out);
139 dict->SetString(kProxyServer, proxy_server);
command_line_pref_store_unittest.cc 102 cl.AppendSwitchASCII(switches::kProxyServer, "proxy");
152 cl2.AppendSwitchASCII(switches::kProxyServer, "server");
163 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy");
175 cl3.AppendSwitchASCII(switches::kProxyServer, std::string());
command_line_pref_store.cc 99 command_line_->HasSwitch(switches::kProxyServer) ||
156 } else if (command_line_->HasSwitch(switches::kProxyServer)) {
158 command_line_->GetSwitchValueASCII(switches::kProxyServer);
proxy_policy_unittest.cc 120 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
128 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
154 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
  /external/chromium_org/chrome/browser/policy/
configuration_policy_provider.cc 20 key::kProxyServer,
configuration_policy_handler.cc     [all...]
configuration_policy_pref_store_unittest.cc 417 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
442 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
545 policy.Set(key::kProxyServer,
614 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
    [all...]
  /external/chromium/chrome/browser/net/
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_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 397 { switches::kProxyServer, "http://proxy:8888" },
409 { switches::kProxyServer, "http://proxy:8888" },
423 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
439 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
proxy_browsertest.cc 91 command_line->AppendSwitchASCII(switches::kProxyServer,
  /external/chromium/chrome/common/
chrome_switches.cc     [all...]
chrome_switches.h 227 extern const char kProxyServer[];
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc 180 const char kProxyServer[] = "server";
187 dict->SetString(kProxyServer, "");
  /external/chromium_org/chrome/test/webdriver/
webdriver_capabilities_parser_unittest.cc 198 caps.command.GetSwitchValueASCII(switches::kProxyServer).c_str());
258 caps.command.GetSwitchValueASCII(switches::kProxyServer).c_str());
webdriver_capabilities_parser.cc 415 caps_->command.AppendSwitchASCII(switches::kProxyServer, proxy_server_value);
  /external/chromium_org/chrome/common/
chrome_switches.cc     [all...]
chrome_switches.h 317 extern const char kProxyServer[];
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider_unittest.cc 272 key::kProxyServer),
configuration_policy_provider_mac_unittest.cc 246 key::kProxyServer),
configuration_policy_provider_win_unittest.cc 404 key::kProxyServer),
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 297 proxy_settings->SetString(key::kProxyServer, container.proxy_server());

Completed in 711 milliseconds

1 2