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

  /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()) {
data_type_tracker.h 81 bool IsThrottled() const;
84 // be called unless IsThrottled() returns true. The returned value will be
nudge_tracker.cc 143 if (it->second.IsThrottled()) {
152 return type_trackers_.find(type)->second.IsThrottled();
161 // Return min of GetTimeUntilUnthrottle() values for all IsThrottled() types.
165 if (it->second.IsThrottled()) {
180 if (it->second.IsThrottled()) {
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 122 bool IsThrottled();
nacl_browser.cc 558 bool NaClBrowser::IsThrottled() {
nacl_process_host.cc 352 NaClBrowser::GetInstance()->IsThrottled()) {
    [all...]
  /external/chromium_org/ash/display/
display_controller.h 195 bool IsThrottled() const;
display_controller.cc 215 bool DisplayController::DisplayChangeLimiter::IsThrottled() const {
383 if (limiter_->IsThrottled())
400 if (limiter_->IsThrottled())
  /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/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 89 return self._thermal_throttle.IsThrottled()

Completed in 1258 milliseconds