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

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h266 bool first_timer_; // True if the timer has not been called. member in class:disk_cache::BackendImplV3
H A Dbackend_impl.h390 bool first_timer_; // True if the timer has not been called. member in class:disk_cache::BackendImpl
H A Dbackend_impl_v3.cc73 first_timer_(true),
344 first_timer_ = false;
345 if (first_timer_) {
346 first_timer_ = false;
H A Dbackend_impl.cc132 first_timer_(true),
159 first_timer_(true),
1090 first_timer_ = false;
1091 if (first_timer_) {
1092 first_timer_ = false;

Completed in 637 milliseconds