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

  /external/chromium/chrome/browser/
io_thread.cc 141 net::HostResolver* global_host_resolver = local
147 global_host_resolver->SetDefaultAddressFamily(net::ADDRESS_FAMILY_IPV4);
150 global_host_resolver->GetAsHostResolverImpl();
162 return global_host_resolver;
165 new net::MappedHostResolver(global_host_resolver);
  /external/chromium_org/chrome/browser/
io_thread.cc 162 scoped_ptr<net::HostResolver> global_host_resolver(
168 global_host_resolver->SetDefaultAddressFamily(
171 global_host_resolver->SetDefaultAddressFamily(net::ADDRESS_FAMILY_IPV4);
178 return global_host_resolver.PassAs<net::HostResolver>();
181 new net::MappedHostResolver(global_host_resolver.Pass()));
    [all...]

Completed in 85 milliseconds