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

  /external/chromium_org/net/disk_cache/
backend_impl.cc 512 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; local
513 int64 use_hours = total_hours - no_use_hours;
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 527 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; local
528 int64 use_hours = total_hours - no_use_hours;
    [all...]

Completed in 634 milliseconds