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

  /external/chromium/chrome/browser/prefs/
proxy_config_dictionary.cc 44 bool ProxyConfigDictionary::GetProxyServer(std::string* out) const {
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc 122 bool GetProxyServer(const DictionaryValue* proxy_server,
184 if (!GetProxyServer(proxy_dict, default_scheme,
186 // Don't set |error| here, as GetProxyServer takes care of that.
331 if (!proxy_config.GetProxyServer(&proxy_servers)) {

Completed in 307 milliseconds