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 123 return !unthrottle_time_.is_null();
133 unthrottle_time_ - now);
138 unthrottle_time_ = std::max(unthrottle_time_, now + duration);
142 if (now >= unthrottle_time_) {
143 unthrottle_time_ = base::TimeTicks();
data_type_tracker.h 113 // If !unthrottle_time_.is_null(), this type is throttled and may not download
115 base::TimeTicks unthrottle_time_; member in class:syncer::sessions::DataTypeTracker

Completed in 63 milliseconds