Home
last modified time | relevance | path

Searched refs:pac_string (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dconfigured_proxy_resolution_service.cc198 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 Dproxy_info.cc45 void ProxyInfo::UsePacString(const std::string& pac_string) { in UsePacString() argument
47 proxy_list_.SetFromPacString(pac_string); in UsePacString()
H A Dconfigured_proxy_resolution_service.h212 const std::string& pac_string,
219 const std::string& pac_string,
H A Dproxy_list.cc139 void ProxyList::SetFromPacString(const std::string& pac_string) { in SetFromPacString() argument
141 base::StringTokenizer entry_tok(pac_string, ";"); in SetFromPacString()
H A Dproxy_list.h92 void SetFromPacString(const std::string& pac_string);
H A Dproxy_info.h52 void UsePacString(const std::string& pac_string);