Home
last modified time | relevance | path

Searched refs:probe_start_time_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
Ddns_probe_service.cc174 probe_start_time_ = base::Time::Now(); in StartProbes()
191 HistogramProbe(cached_result_, base::Time::Now() - probe_start_time_); in OnProbeComplete()
223 return base::Time::Now() - probe_start_time_ > kMaxResultAge; in CachedResultIsExpired()
Ddns_probe_service.h69 base::Time probe_start_time_; variable