HomeSort by relevance Sort by last modified time
    Searched refs:LAST_REPORT (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
stats.h 46 LAST_REPORT, // Time of the last time we sent a report.
backend_impl.cc 1057 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
1058 Time last_time = Time::FromInternalValue(last_report);
1059 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
1060 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
1455 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
    [all...]

Completed in 1217 milliseconds