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/v3/
eviction_v3.h 45 bool ShouldTrimDeleted();
eviction_v3.cc 256 bool Eviction::ShouldTrimDeleted() {
362 } else if (ShouldTrimDeleted()) {
403 if (deleted_entries && !empty && ShouldTrimDeleted()) {
  /external/chromium_org/net/disk_cache/
eviction.h 50 bool ShouldTrimDeleted();
eviction.cc 239 bool Eviction::ShouldTrimDeleted() {
379 } else if (ShouldTrimDeleted()) {
512 if (deleted_entries && !empty && ShouldTrimDeleted()) {

Completed in 62 milliseconds