Searched defs:SetProxyPref (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc895 void SetProxyPref(const std::string& name, const base::Value& value) { function in class:ProxyPreferencesBrowserTest
1051 SetProxyPref(chromeos::kProxySingleHttpPort, base::FundamentalValue(123));
1052 SetProxyPref(chromeos::kProxySingleHttp, base::StringValue("www.adomain.xy"));
1064 SetProxyPref(chromeos::kProxySingle, base::FundamentalValue(false));
1067 SetProxyPref(chromeos::kProxyHttpUrl, base::StringValue("a.com"));
1068 SetProxyPref(chromeos::kProxyHttpsUrl, base::StringValue("4.3.2.1"));
1069 SetProxyPref(chromeos::kProxyFtpUrl, base::StringValue("c.com"));
1070 SetProxyPref(chromeos::kProxySocks, base::StringValue("d.com"));
1078 SetProxyPref(chromeos::kProxyHttpPort, base::FundamentalValue(1));
1079 SetProxyPref(chromeo
[all...]

Completed in 109 milliseconds