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

  /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()) {
nudge_tracker.cc 200 if (it->second->IsThrottled()) {
209 return type_trackers_.find(type)->second->IsThrottled();
216 // Return min of GetTimeUntilUnthrottle() values for all IsThrottled() types.
220 if (it->second->IsThrottled()) {
234 if (it->second->IsThrottled()) {
299 if (!tracker.IsThrottled() && tracker.HasPendingInvalidation()) {
302 if (!tracker.IsThrottled() && tracker.HasRefreshRequestPending()) {
305 if (!tracker.IsThrottled() && tracker.HasLocalChangePending()) {
308 if (!tracker.IsThrottled() && tracker.IsInitialSyncRequired()) {
data_type_tracker.h 87 bool IsThrottled() const;
90 // be called unless IsThrottled() returns true. The returned value will be
  /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/ash/display/
display_controller.h 187 bool IsThrottled() const;
display_controller.cc 225 bool DisplayController::DisplayChangeLimiter::IsThrottled() const {
397 if (limiter_->IsThrottled())
414 if (limiter_->IsThrottled())
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 138 bool IsThrottled();
nacl_browser.cc 555 bool NaClBrowser::IsThrottled() {
nacl_process_host.cc 372 NaClBrowser::GetInstance()->IsThrottled()) {
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 122 return self._thermal_throttle.IsThrottled()

Completed in 740 milliseconds