Searched refs:TRIM_ENTRY (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dstats.h34 TRIM_ENTRY, enumerator in enum:disk_cache::Stats::Counters
H A Deviction_v3.cc298 backend_->OnEvent(Stats::TRIM_ENTRY);
H A Deviction.cc309 backend_->OnEvent(Stats::TRIM_ENTRY);
H A Dbackend_impl_v3.cc1288 int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours;
1312 stats_.SetCounter(Stats::TRIM_ENTRY, 0);
H A Dbackend_impl.cc1910 int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours;
1937 stats_.SetCounter(Stats::TRIM_ENTRY, 0);

Completed in 107 milliseconds