Home | History | Annotate | Download | only in proxy

Lines Matching refs:ProxyServer

27     ProxyServer uri = ProxyServer::FromURI(
28 str_tok.token_begin(), str_tok.token_end(), ProxyServer::SCHEME_HTTP);
35 void ProxyList::SetSingleProxyServer(const ProxyServer& proxy_server) {
46 std::vector<ProxyServer> good_proxies;
47 std::vector<ProxyServer> bad_proxies;
49 std::vector<ProxyServer>::const_iterator iter = proxies_.begin();
70 for (std::vector<ProxyServer>::iterator it = proxies_.begin();
84 const ProxyServer& ProxyList::Get() const {
93 ProxyServer uri = ProxyServer::FromPacString(
103 proxies_.push_back(ProxyServer::Direct());
109 std::vector<ProxyServer>::const_iterator iter = proxies_.begin();