Lines Matching refs:GetProxyFromEnvVar
108 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVar(
132 if (GetProxyFromEnvVar("all_proxy", &proxy_server)) {
136 bool have_http = GetProxyFromEnvVar("http_proxy", &proxy_server);
144 bool have_https = GetProxyFromEnvVar("https_proxy", &proxy_server);
147 bool have_ftp = GetProxyFromEnvVar("ftp_proxy", &proxy_server);