Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_fetcher.h51 proxies_(1, kNoProxy), in HttpFetcher()
73 proxies_ = proxies; in SetProxies()
76 return proxies_.front(); in GetCurrentProxy()
78 bool HasProxy() const { return !proxies_.empty(); } in HasProxy()
79 void PopProxy() { proxies_.pop_front(); } in PopProxy()
158 std::deque<std::string> proxies_; variable