Searched defs:ProxyResolver (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/proxy/
H A Dproxy_resolver.h22 // Interface for "proxy resolvers". A ProxyResolver fills in a list of proxies
23 // to use for a particular URL. Generally the backend for a ProxyResolver is
24 // a PAC script, but it doesn't need to be. ProxyResolver can service multiple
26 class NET_EXPORT_PRIVATE ProxyResolver { class in namespace:net
32 explicit ProxyResolver(bool expects_pac_bytes) function in class:net::ProxyResolver
35 virtual ~ProxyResolver() {}
55 // The PAC script backend can be specified to the ProxyResolver either via
73 DISALLOW_COPY_AND_ASSIGN(ProxyResolver);

Completed in 249 milliseconds