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