HomeSort by relevance Sort by last modified time
    Searched defs:IsThrottled (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/build/android/pylib/
thermal_throttle.py 11 Wait for IsThrottled() to be False before running test
24 HasBeenThrottled or IsThrottled
28 def IsThrottled(self):
  /external/chromium_org/sync/sessions/
data_type_tracker.cc 43 if (IsThrottled())
59 return !IsThrottled() &&
68 return !IsThrottled() &&
89 DCHECK(!IsThrottled())
122 bool DataTypeTracker::IsThrottled() const {
128 if (!IsThrottled()) {
  /external/chromium_org/ash/display/
display_controller.cc 217 bool DisplayController::DisplayChangeLimiter::IsThrottled() const {
455 if (limiter_->IsThrottled())
472 if (limiter_->IsThrottled())
    [all...]

Completed in 212 milliseconds