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

  /external/chromium_org/build/android/pylib/perf/
thermal_throttle.py 61 Wait for IsThrottled() to be False before running test
77 HasBeenThrottled or IsThrottled.
81 def IsThrottled(self):
  /external/chromium_org/sync/sessions/
data_type_tracker.cc 52 if (IsThrottled())
68 return !IsThrottled() &&
77 return !IsThrottled() &&
98 DCHECK(!IsThrottled())
131 bool DataTypeTracker::IsThrottled() const {
137 if (!IsThrottled()) {
  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 558 bool NaClBrowser::IsThrottled() {
  /external/chromium_org/ash/display/
display_controller.cc 215 bool DisplayController::DisplayChangeLimiter::IsThrottled() const {
383 if (limiter_->IsThrottled())
400 if (limiter_->IsThrottled())

Completed in 569 milliseconds