HomeSort by relevance Sort by last modified time
    Searched defs:ProxyResolver (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/proxy/
proxy_resolver.h 21 // 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 {
31 explicit ProxyResolver(bool expects_pac_bytes)
34 virtual ~ProxyResolver() {}
51 // The PAC script backend can be specified to the ProxyResolver either via
78 DISALLOW_COPY_AND_ASSIGN(ProxyResolver);
  /external/chromium_org/net/proxy/
proxy_resolver.h 22 // 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 {
32 explicit ProxyResolver(bool expects_pac_bytes)
35 virtual ~ProxyResolver() {}
55 // The PAC script backend can be specified to the ProxyResolver either via
78 DISALLOW_COPY_AND_ASSIGN(ProxyResolver);

Completed in 56 milliseconds