Searched defs:ProxyResolver (Results 1 - 2 of 2) 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
78 DISALLOW_COPY_AND_ASSIGN(ProxyResolver);
/external/chromium/net/proxy/
H A Dproxy_resolver.h21 // Interface for "proxy resolvers". A ProxyResolver fills in a list of proxies
22 // to use for a particular URL. Generally the backend for a ProxyResolver is
23 // a PAC script, but it doesn't need to be. ProxyResolver can service multiple
25 class ProxyResolver { class in namespace:net
31 explicit ProxyResolver(bool expects_pac_bytes) function in class:net::ProxyResolver
34 virtual ~ProxyResolver() {}
51 // The PAC script backend can be specified to the ProxyResolver either via
78 DISALLOW_COPY_AND_ASSIGN(ProxyResolver);

Completed in 100 milliseconds