Searched refs:GetCurrentProxy (Results 1 – 2 of 2) sorted by relevance
161 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer()167 curl_handle_, CURLOPT_PROXY, GetCurrentProxy().c_str()), in ResumeTransfer()171 if (GetProxyType(GetCurrentProxy(), &type)) { in ResumeTransfer()
83 const std::string& GetCurrentProxy() const { return proxies_.front(); } in GetCurrentProxy() function