Searched refs:no_use_hours (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc445 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; local
446 int64 use_hours = total_hours - no_use_hours;
H A Dbackend_impl.cc481 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; local
482 int64 use_hours = total_hours - no_use_hours;

Completed in 613 milliseconds