Searched refs:pac_string (Results 1 - 16 of 16) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_info.h41 void UsePacString(const std::string& pac_string) { argument
42 proxy_list_.SetFromPacString(pac_string);
H A Dproxy_list.h48 // Sets the list by parsing the pac result |pac_string|.
49 // Some examples for |pac_string|:
54 void SetFromPacString(const std::string& pac_string);
H A Dproxy_list.cc89 void ProxyList::SetFromPacString(const std::string& pac_string) { argument
90 StringTokenizer entry_tok(pac_string, ";");
H A Dproxy_server.h103 static ProxyServer FromPacString(const std::string& pac_string);
H A Dproxy_server.cc143 ProxyServer ProxyServer::FromPacString(const std::string& pac_string) { argument
144 return FromPacString(pac_string.begin(), pac_string.end());
H A Dproxy_service.cc131 // |pac_string| for every single URL.
134 ProxyResolverFromPacString(const std::string& pac_string) argument
136 pac_string_(pac_string) {}
489 const std::string& pac_string) {
497 new ProxyResolverFromPacString(pac_string));
723 "pac_string", result->ToPacString())));
488 CreateFixedFromPacResult( const std::string& pac_string) argument
H A Dproxy_service.h203 // hardcoded proxy fallback list (|pac_string|) for every URL.
205 // |pac_string| is a list of proxy servers, in the format that a PAC script
207 static ProxyService* CreateFixedFromPacResult(const std::string& pac_string);
/external/chromium_org/net/proxy/
H A Dproxy_list.h69 // Sets the list by parsing the pac result |pac_string|.
70 // Some examples for |pac_string|:
75 void SetFromPacString(const std::string& pac_string);
H A Dproxy_info.cc52 void ProxyInfo::UsePacString(const std::string& pac_string) { argument
54 proxy_list_.SetFromPacString(pac_string);
H A Dproxy_info.h47 void UsePacString(const std::string& pac_string);
H A Dproxy_server.h103 static ProxyServer FromPacString(const std::string& pac_string);
H A Dproxy_server.cc142 ProxyServer ProxyServer::FromPacString(const std::string& pac_string) { argument
143 return FromPacString(pac_string.begin(), pac_string.end());
H A Dproxy_list.cc131 void ProxyList::SetFromPacString(const std::string& pac_string) { argument
132 base::StringTokenizer entry_tok(pac_string, ";");
H A Dproxy_service.cc209 // |pac_string| for every single URL.
212 explicit ProxyResolverFromPacString(const std::string& pac_string) argument
214 pac_string_(pac_string) {}
307 dict->SetString("pac_string", result->ToPacString());
939 const std::string& pac_string) {
947 new ProxyResolverFromPacString(pac_string));
938 CreateFixedFromPacResult( const std::string& pac_string) argument
H A Dproxy_service.h234 // hardcoded proxy fallback list (|pac_string|) for every URL.
236 // |pac_string| is a list of proxy servers, in the format that a PAC script
238 static ProxyService* CreateFixedFromPacResult(const std::string& pac_string);
/external/chromium_org/net/http/
H A Dhttp_network_layer_unittest.cc210 std::string pac_string = base::StringPrintf( local
212 ConfigureTestDependencies(ProxyService::CreateFixedFromPacResult(pac_string));

Completed in 138 milliseconds