Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dstats.h47 LAST_REPORT_TIMER, // Timer count of the last time we sent a report. enumerator
Dbackend_impl_v3.cc445 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; in OpenEntry()
1275 int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; in ReportStats()
1276 stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); in ReportStats()
Dbackend_impl.cc481 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; in OpenEntryImpl()
1891 int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; in ReportStats()
1892 stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); in ReportStats()