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

  /external/chromium_org/net/disk_cache/blockfile/
eviction_v3.h 50 bool ShouldTrimDeleted();
eviction.h 50 bool ShouldTrimDeleted();
eviction_v3.cc 265 bool EvictionV3::ShouldTrimDeleted() {
371 } else if (ShouldTrimDeleted()) {
412 if (deleted_entries && !empty && ShouldTrimDeleted()) {
eviction.cc 243 bool Eviction::ShouldTrimDeleted() {
384 } else if (ShouldTrimDeleted()) {
517 if (deleted_entries && !empty && ShouldTrimDeleted()) {

Completed in 221 milliseconds