GetProxyFromSettings 1440 net/proxy/proxy_config_service_linux.cc   if (GetProxyFromSettings(SettingGetter::PROXY_HTTP_HOST, &proxy_for_http))
GetProxyFromSettings 1442 net/proxy/proxy_config_service_linux.cc   if (GetProxyFromSettings(SettingGetter::PROXY_HTTPS_HOST, &proxy_for_https))
GetProxyFromSettings 1444 net/proxy/proxy_config_service_linux.cc   if (GetProxyFromSettings(SettingGetter::PROXY_FTP_HOST, &proxy_for_ftp))
GetProxyFromSettings 1446 net/proxy/proxy_config_service_linux.cc   if (GetProxyFromSettings(SettingGetter::PROXY_SOCKS_HOST, &socks_proxy))
GetProxyFromSettings  227 net/proxy/proxy_config_service_linux.h     bool GetProxyFromSettings(SettingGetter::StringSetting host_key,