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

  /external/chromium_org/net/disk_cache/blockfile/
eviction_v3.h 68 bool delay_trim_; member in class:disk_cache::EvictionV3
eviction.h 81 bool delay_trim_; member in class:disk_cache::Eviction
eviction_v3.cc 98 delay_trim_ = false;
236 if (delay_trim_)
238 delay_trim_ = true;
247 delay_trim_ = false;
eviction.cc 95 delay_trim_ = false;
214 if (delay_trim_)
216 delay_trim_ = true;
225 delay_trim_ = false;

Completed in 93 milliseconds