Home
last modified time | relevance | path

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

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