HomeSort by relevance Sort by last modified time
    Searched refs:HOST_RESOLVER_LOOPBACK_ONLY (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/base/
address_family.h 25 HOST_RESOLVER_LOOPBACK_ONLY = 1 << 1,
  /external/chromium_org/net/dns/
mock_host_resolver.cc 268 HostResolverFlags flags = HOST_RESOLVER_LOOPBACK_ONLY |
288 HostResolverFlags flags = HOST_RESOLVER_LOOPBACK_ONLY |
303 HostResolverFlags flags = HOST_RESOLVER_LOOPBACK_ONLY |
317 HostResolverFlags flags = HOST_RESOLVER_LOOPBACK_ONLY |
331 HostResolverFlags flags = HOST_RESOLVER_LOOPBACK_ONLY |
host_resolver_proc.cc 179 if (host_resolver_flags & HOST_RESOLVER_LOOPBACK_ONLY)
host_cache_unittest.cc 225 HOST_RESOLVER_LOOPBACK_ONLY);
host_resolver_impl.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_host_resolver_message_filter.cc 56 host_resolver_flags |= net::HOST_RESOLVER_LOOPBACK_ONLY;

Completed in 587 milliseconds