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