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

  /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()) {
data_type_tracker.h 76 bool IsThrottled() const;
79 // be called unless IsThrottled() returns true. The returned value will be
nudge_tracker.cc 134 if (it->second.IsThrottled()) {
143 return type_trackers_.find(type)->second.IsThrottled();
152 // Return min of GetTimeUntilUnthrottle() values for all IsThrottled() types.
156 if (it->second.IsThrottled()) {
171 if (it->second.IsThrottled()) {
  /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/ash/display/
display_controller.h 204 bool IsThrottled() const;
display_controller.cc 217 bool DisplayController::DisplayChangeLimiter::IsThrottled() const {
455 if (limiter_->IsThrottled())
472 if (limiter_->IsThrottled())
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 76 return self._thermal_throttle.IsThrottled()

Completed in 95 milliseconds