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

  /external/chromium_org/sync/sessions/
data_type_tracker.cc 193 return !unthrottle_time_.is_null();
203 unthrottle_time_ - now);
208 unthrottle_time_ = std::max(unthrottle_time_, now + duration);
212 if (now >= unthrottle_time_) {
213 unthrottle_time_ = base::TimeTicks();
data_type_tracker.h 112 // If !unthrottle_time_.is_null(), this type is throttled and may not download
114 base::TimeTicks unthrottle_time_; member in class:syncer::sessions::DataTypeTracker

Completed in 48 milliseconds