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

  /external/chromium_org/net/disk_cache/blockfile/
stats.h 46 LAST_REPORT, // Time of the last time we sent a report.
backend_impl.cc 914 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
915 Time last_time = Time::FromInternalValue(last_report);
916 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
917 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
1398 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
    [all...]
backend_impl_v3.cc 256 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
257 Time last_time = Time::FromInternalValue(last_report);
258 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
259 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
824 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
843 stats_.SetCounter(Stats::LAST_REPORT, last_report);
    [all...]

Completed in 539 milliseconds