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

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

Completed in 68 milliseconds