Home
last modified time | relevance | path

Searched refs:GetProxyType (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dlibcurl_http_fetcher.h184 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
Dlibcurl_http_fetcher.cc116 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType() function in chromeos_update_engine::LibcurlHttpFetcher
174 if (GetProxyType(GetCurrentProxy(), &type)) { in ResumeTransfer()