Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Dstats.h43 LAST_REPORT, // Time of the last time we sent a report. enumerator
Dbackend_impl.cc989 int64_t last_report = stats_.GetCounter(Stats::LAST_REPORT); in ShouldReportAgain()
992 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue()); in ShouldReportAgain()
1529 int64_t last_report = stats_.GetCounter(Stats::LAST_REPORT); in RestartCache()
1548 stats_.SetCounter(Stats::LAST_REPORT, last_report); in RestartCache()