Searched refs:pac_string (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/net/proxy_resolution/ |
H A D | configured_proxy_resolution_service.cc | 198 explicit ProxyResolverFromPacString(const std::string& pac_string) in ProxyResolverFromPacString() argument 199 : pac_string_(pac_string) {} in ProxyResolverFromPacString() 293 explicit ProxyResolverFactoryForPacResult(const std::string& pac_string) in ProxyResolverFactoryForPacResult() argument 294 : ProxyResolverFactory(false), pac_string_(pac_string) {} in ProxyResolverFactoryForPacResult() 910 const std::string& pac_string, in CreateFixedFromPacResultForTest() argument 921 std::make_unique<ProxyResolverFactoryForPacResult>(pac_string), nullptr, in CreateFixedFromPacResultForTest() 928 const std::string& pac_string, in CreateFixedFromAutoDetectedPacResultForTest() argument 936 std::make_unique<ProxyResolverFactoryForPacResult>(pac_string), nullptr, in CreateFixedFromAutoDetectedPacResultForTest()
|
H A D | proxy_info.cc | 45 void ProxyInfo::UsePacString(const std::string& pac_string) { in UsePacString() argument 47 proxy_list_.SetFromPacString(pac_string); in UsePacString()
|
H A D | configured_proxy_resolution_service.h | 212 const std::string& pac_string, 219 const std::string& pac_string,
|
H A D | proxy_list.cc | 139 void ProxyList::SetFromPacString(const std::string& pac_string) { in SetFromPacString() argument 141 base::StringTokenizer entry_tok(pac_string, ";"); in SetFromPacString()
|
H A D | proxy_list.h | 92 void SetFromPacString(const std::string& pac_string);
|
H A D | proxy_info.h | 52 void UsePacString(const std::string& pac_string);
|