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

  /external/chromium_org/chrome/browser/net/
dns_probe_service.h 30 class DnsProbeService : public net::NetworkChangeNotifier::DNSObserver {
35 DnsProbeService();
36 virtual ~DnsProbeService();
76 DISALLOW_COPY_AND_ASSIGN(DnsProbeService);
dns_probe_service.cc 30 // 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()
96 DnsProbeService::~DnsProbeService() {
100 void DnsProbeService::ProbeDns(const DnsProbeService::ProbeCallback& callback) {
119 void DnsProbeService::OnDNSChanged() {
124 void DnsProbeService::SetSystemClientForTesting
    [all...]

Completed in 52 milliseconds