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

/external/chromium_org/net/disk_cache/
H A Dbackend_impl.cc512 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; local
513 int64 use_hours = total_hours - no_use_hours;
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.cc527 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; local
528 int64 use_hours = total_hours - no_use_hours;

Completed in 58 milliseconds