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

/external/chromium_org/chrome/browser/prefs/
H A Dproxy_config_dictionary.cc56 bool ProxyConfigDictionary::GetProxyServer(std::string* out) const { function in class:ProxyConfigDictionary
/external/chromium_org/chrome/browser/extensions/api/proxy/
H A Dproxy_api_helpers.cc149 bool GetProxyServer(const base::DictionaryValue* proxy_server, function in namespace:extensions::proxy_api_helpers
215 if (!GetProxyServer(proxy_dict, default_scheme,
217 // Don't set |error| here, as GetProxyServer takes care of that.
370 if (!proxy_config.GetProxyServer(&proxy_servers)) {

Completed in 473 milliseconds