Searched refs:trimming_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Deviction_v3.h67 bool trimming_; member in class:disk_cache::EvictionV3
H A Deviction_v3.cc97 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;
H A Deviction.h80 bool trimming_; member in class:disk_cache::Eviction
H A Deviction.cc94 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 293 milliseconds