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 70 Wait for IsThrottled() to be False before running test
89 HasBeenThrottled or IsThrottled.
93 def IsThrottled(self):
  /external/chromium_org/sync/sessions/
data_type_tracker.cc 98 if (IsThrottled())
130 return !IsThrottled() && (HasLocalChangePending() || IsGetUpdatesRequired());
134 return !IsThrottled() &&
157 DCHECK(!IsThrottled())
197 bool DataTypeTracker::IsThrottled() const {
203 if (!IsThrottled()) {
  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 555 bool NaClBrowser::IsThrottled() {
  /external/chromium_org/ash/display/
display_controller.cc 225 bool DisplayController::DisplayChangeLimiter::IsThrottled() const {
397 if (limiter_->IsThrottled())
414 if (limiter_->IsThrottled())

Completed in 861 milliseconds