Searched refs:LAST_REPORT (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dstats.h46 LAST_REPORT, // Time of the last time we sent a report. enumerator in enum:disk_cache::Stats::Counters
H A Dbackend_impl_v3.cc249 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT);
252 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
827 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT);
846 stats_.SetCounter(Stats::LAST_REPORT, last_report);
H A Dbackend_impl.cc965 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT);
968 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
1466 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT);
1485 stats_.SetCounter(Stats::LAST_REPORT, last_report);

Completed in 95 milliseconds