Searched refs:GetProxyType (Results 1 – 2 of 2) sorted by relevance
178 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
64 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType() function in chromeos_update_engine::LibcurlHttpFetcher117 if (GetProxyType(GetCurrentProxy(), &type)) { in ResumeTransfer()