Searched refs:HostsReader (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_config_service_posix.h34 class HostsReader;
41 scoped_refptr<HostsReader> hosts_reader_;
H A Ddns_config_service_win.h133 class HostsReader;
144 scoped_refptr<HostsReader> hosts_reader_;
H A Ddns_config_service_posix.cc204 class DnsConfigServicePosix::HostsReader : public SerialWorker { class in class:net::internal::DnsConfigServicePosix
206 explicit HostsReader(DnsConfigServicePosix* service) function in class:net::internal::DnsConfigServicePosix::HostsReader
210 virtual ~HostsReader() {}
234 DISALLOW_COPY_AND_ASSIGN(HostsReader);
239 hosts_reader_(new HostsReader(this)) {}
H A Ddns_config_service_win.cc640 class DnsConfigServiceWin::HostsReader : public SerialWorker { class in class:net::internal::DnsConfigServiceWin
642 explicit HostsReader(DnsConfigServiceWin* service) function in class:net::internal::DnsConfigServiceWin::HostsReader
649 virtual ~HostsReader() {}
679 DISALLOW_COPY_AND_ASSIGN(HostsReader);
684 hosts_reader_(new HostsReader(this)) {}

Completed in 28 milliseconds