Searched defs:IsThrottled (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/build/android/pylib/perf/
H A Dthermal_throttle.py70 Wait for IsThrottled() to be False before running test
89 HasBeenThrottled or IsThrottled.
93 def IsThrottled(self): member in class:ThermalThrottle
/external/chromium_org/sync/sessions/
H A Ddata_type_tracker.cc98 if (IsThrottled())
130 return !IsThrottled() && (HasLocalChangePending() || IsGetUpdatesRequired());
134 return !IsThrottled() &&
157 DCHECK(!IsThrottled())
197 bool DataTypeTracker::IsThrottled() const { function in class:syncer::sessions::DataTypeTracker
203 if (!IsThrottled()) {
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc555 bool NaClBrowser::IsThrottled() { function in class:nacl::NaClBrowser
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc225 bool DisplayController::DisplayChangeLimiter::IsThrottled() const { function in class:ash::DisplayController::DisplayChangeLimiter
397 if (limiter_->IsThrottled())
414 if (limiter_->IsThrottled())

Completed in 1415 milliseconds