Searched refs:kProxyServer (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium/chrome/browser/prefs/
H A Dproxy_config_dictionary.cc19 const char kProxyServer[] = "server"; member in namespace:__anon2361
45 return dict_->GetString(kProxyServer, out);
100 dict->SetString(kProxyServer, proxy_server);
H A Dcommand_line_pref_store.cc69 command_line_->HasSwitch(switches::kProxyServer) ||
91 } else if (command_line_->HasSwitch(switches::kProxyServer)) {
93 command_line_->GetSwitchValueASCII(switches::kProxyServer);
H A Dcommand_line_pref_store_unittest.cc84 cl.AppendSwitchASCII(switches::kProxyServer, "proxy");
134 cl2.AppendSwitchASCII(switches::kProxyServer, "server");
145 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy");
157 cl3.AppendSwitchASCII(switches::kProxyServer, "");
H A Dpref_service_unittest.cc223 command_line.AppendSwitchASCII(switches::kProxyServer, "789");
263 command_line.AppendSwitchASCII(switches::kProxyServer, "789");
/external/chromium_org/chrome/browser/prefs/
H A Dproxy_config_dictionary.cc19 const char kProxyServer[] = "server"; member in namespace:__anon5719
57 return dict_->GetString(kProxyServer, out);
139 dict->SetString(kProxyServer, proxy_server);
H A Dcommand_line_pref_store_unittest.cc102 cl.AppendSwitchASCII(switches::kProxyServer, "proxy");
152 cl2.AppendSwitchASCII(switches::kProxyServer, "server");
163 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy");
175 cl3.AppendSwitchASCII(switches::kProxyServer, std::string());
H A Dcommand_line_pref_store.cc100 command_line_->HasSwitch(switches::kProxyServer) ||
157 } else if (command_line_->HasSwitch(switches::kProxyServer)) {
159 command_line_->GetSwitchValueASCII(switches::kProxyServer);
H A Dproxy_policy_unittest.cc122 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
130 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
156 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
/external/chromium_org/chrome/browser/net/
H A Dproxy_policy_handler.cc67 const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer);
110 key::kProxyServer,
134 const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer);
235 const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer);
272 key::kProxyServer,
297 key::kProxyServer,
307 key::kProxyServer,
H A Dproxy_policy_handler_unittest.cc80 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
105 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
207 policy.Set(key::kProxyServer,
276 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
H A Dpref_proxy_config_tracker_impl_unittest.cc398 { switches::kProxyServer, "http://proxy:8888" },
410 { switches::kProxyServer, "http://proxy:8888" },
424 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
440 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
H A Dproxy_browsertest.cc91 command_line->AppendSwitchASCII(switches::kProxyServer,
/external/chromium_org/components/policy/core/common/
H A Dgenerate_policy_source_unittest.cc55 ASSERT_TRUE(subschema.GetProperty(key::kProxyServer).valid());
73 key::kProxyServer,
H A Dpolicy_service_impl.cc26 key::kProxyServer,
/external/chromium/chrome/browser/net/
H A 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/
H A Dchrome_switches.cc796 const char kProxyServer[] = "proxy-server"; member in namespace:switches
H A Dchrome_switches.h227 extern const char kProxyServer[];
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc187 const char kProxyServer[] = "server"; local
194 dict->SetString(kProxyServer, "");
/external/chromium_org/chrome/common/
H A Dchrome_switches.cc1234 const char kProxyServer[] = "proxy-server"; member in namespace:switches
H A Dchrome_switches.h336 extern const char kProxyServer[];
/external/chromium/chrome/browser/policy/
H A Dconfig_dir_policy_provider_unittest.cc272 key::kProxyServer),
H A Dconfiguration_policy_provider_mac_unittest.cc246 key::kProxyServer),
H A Dconfiguration_policy_provider_win_unittest.cc404 key::kProxyServer),
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc574 command_line->AppendSwitchASCII(::switches::kProxyServer,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_policy_decoder_chromeos.cc300 proxy_settings->SetString(key::kProxyServer, container.proxy_server());

Completed in 2175 milliseconds

12