Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dstats.h47 LAST_REPORT_TIMER, // Timer count of the last time we sent a report. enumerator
Dbackend_impl.cc1930 int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; in ReportStats()
1931 stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); in ReportStats()