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

  /external/chromium_org/net/disk_cache/blockfile/
eviction_v3.h 67 bool trimming_; member in class:disk_cache::EvictionV3
eviction_v3.cc 97 trimming_ = false;
112 DCHECK(!trimming_);
113 trimming_ = true;
119 if (backend_->disabled_ || trimming_)
129 trimming_ = true;
168 trimming_ = false;
307 trimming_ = true;
385 trimming_ = false;
eviction.h 80 bool trimming_; member in class:disk_cache::Eviction
eviction.cc 94 trimming_ = false;
109 DCHECK(!trimming_);
110 trimming_ = true;
115 if (backend_->disabled_ || trimming_)
125 trimming_ = true;
164 trimming_ = false;
320 trimming_ = true;
398 trimming_ = false;

Completed in 155 milliseconds