Searched refs:pac_string (Results 1 – 16 of 16) sorted by relevance
41 void UsePacString(const std::string& pac_string) { in UsePacString() argument42 proxy_list_.SetFromPacString(pac_string); in UsePacString()
143 ProxyServer ProxyServer::FromPacString(const std::string& pac_string) { in FromPacString() argument144 return FromPacString(pac_string.begin(), pac_string.end()); in FromPacString()
89 void ProxyList::SetFromPacString(const std::string& pac_string) { in SetFromPacString() argument90 StringTokenizer entry_tok(pac_string, ";"); in SetFromPacString()
54 void SetFromPacString(const std::string& pac_string);
134 ProxyResolverFromPacString(const std::string& pac_string) in ProxyResolverFromPacString() argument136 pac_string_(pac_string) {} in ProxyResolverFromPacString()489 const std::string& pac_string) { in CreateFixedFromPacResult() argument497 new ProxyResolverFromPacString(pac_string)); in CreateFixedFromPacResult()
103 static ProxyServer FromPacString(const std::string& pac_string);
207 static ProxyService* CreateFixedFromPacResult(const std::string& pac_string);
52 void ProxyInfo::UsePacString(const std::string& pac_string) { in UsePacString() argument54 proxy_list_.SetFromPacString(pac_string); in UsePacString()
142 ProxyServer ProxyServer::FromPacString(const std::string& pac_string) { in FromPacString() argument143 return FromPacString(pac_string.begin(), pac_string.end()); in FromPacString()
76 void SetFromPacString(const std::string& pac_string);
131 void ProxyList::SetFromPacString(const std::string& pac_string) { in SetFromPacString() argument132 base::StringTokenizer entry_tok(pac_string, ";"); in SetFromPacString()
47 void UsePacString(const std::string& pac_string);
214 explicit ProxyResolverFromPacString(const std::string& pac_string) in ProxyResolverFromPacString() argument216 pac_string_(pac_string) {} in ProxyResolverFromPacString()941 const std::string& pac_string) { in CreateFixedFromPacResult() argument949 new ProxyResolverFromPacString(pac_string)); in CreateFixedFromPacResult()
244 static ProxyService* CreateFixedFromPacResult(const std::string& pac_string);
489 std::string pac_string = base::StringPrintf( in TEST_F() local500 ProxyService::CreateFixedFromPacResult(pac_string)); in TEST_F()