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

  /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 104 cl.AppendSwitchASCII(switches::kProxyServer, "proxy");
154 cl2.AppendSwitchASCII(switches::kProxyServer, "server");
165 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy");
177 cl3.AppendSwitchASCII(switches::kProxyServer, std::string());
command_line_pref_store.cc 93 command_line_->HasSwitch(switches::kProxyServer) ||
157 } else if (command_line_->HasSwitch(switches::kProxyServer)) {
159 command_line_->GetSwitchValueASCII(switches::kProxyServer);
proxy_policy_unittest.cc 122 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
133 policy.Set(key::kProxyServer,
162 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
  /external/chromium_org/chrome/browser/net/
proxy_policy_handler.cc 67 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,
proxy_policy_handler_unittest.cc 82 policy.Set(key::kProxyServer,
116 policy.Set(key::kProxyServer,
232 policy.Set(key::kProxyServer,
312 policy.Set(key::kProxyServer,
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" },