Searched defs:DnsProbeService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Ddns_probe_service.h30 class DnsProbeService : public net::NetworkChangeNotifier::DNSObserver { class in namespace:chrome_browser_net
35 DnsProbeService();
36 virtual ~DnsProbeService();
76 DISALLOW_COPY_AND_ASSIGN(DnsProbeService);
H A Ddns_probe_service.cc30 // How long the DnsProbeService will cache the probe result for.
35 // The public DNS servers used by the DnsProbeService to verify internet
89 DnsProbeService::DnsProbeService() function in class:chrome_browser_net::DnsProbeService
96 DnsProbeService::~DnsProbeService() {
100 void DnsProbeService::ProbeDns(const DnsProbeService::ProbeCallback& callback) {
119 void DnsProbeService::OnDNSChanged() {
124 void DnsProbeService
[all...]

Completed in 141 milliseconds