Home | History | Annotate | Download | only in proxy

Lines Matching refs:iter

49   std::vector<ProxyServer>::const_iterator iter = proxies_.begin();
50 for (; iter != proxies_.end(); ++iter) {
52 proxy_retry_info.find(iter->ToURI());
57 bad_proxies.push_back(*iter);
61 good_proxies.push_back(*iter);
109 std::vector<ProxyServer>::const_iterator iter = proxies_.begin();
110 for (; iter != proxies_.end(); ++iter) {
113 proxy_list += iter->ToPacString();
144 ProxyRetryInfoMap::iterator iter = proxy_retry_info->find(key);
145 if (iter != proxy_retry_info->end()) {
148 iter->second.bad_until = TimeTicks::Now() + iter->second.current_delay;