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

  /external/chromium_org/net/disk_cache/blockfile/
backend_worker_v3.cc 122 if (!restarted_) {
151 if (!restarted_ && (create_files || !data_->header.num_entries))
200 } else if (!restarted_) {
225 restarted_ = true;
backend_impl_v3.h 262 bool restarted_; member in class:disk_cache::BackendImplV3
backend_impl.h 385 bool restarted_; member in class:disk_cache::BackendImpl
backend_impl_v3.cc 69 restarted_(false),
862 restarted_ = true;
1023 if (!restarted_) {
1052 if (!restarted_ && (create_files || !data_->header.num_entries))
1101 } else if (!restarted_) {
    [all...]
backend_impl.cc 127 restarted_(false),
154 restarted_(false),
213 if (!restarted_) {
238 if (!restarted_ && (create_files || !data_->header.num_entries))
287 } else if (!restarted_) {
    [all...]

Completed in 197 milliseconds