HomeSort by relevance Sort by last modified time
    Searched defs:GetProxyServer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/prefs/
proxy_config_dictionary.cc 56 bool ProxyConfigDictionary::GetProxyServer(std::string* out) const {
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers.cc 149 bool GetProxyServer(const base::DictionaryValue* proxy_server,
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 91 milliseconds