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 105 if (IsThrottled())
133 return !IsThrottled() && (HasLocalChangePending() || IsGetUpdatesRequired());
137 return !IsThrottled() &&
156 DCHECK(!IsThrottled())
192 bool DataTypeTracker::IsThrottled() const {
198 if (!IsThrottled()) {
data_type_tracker.h 83 bool IsThrottled() const;
86 // be called unless IsThrottled() returns true. The returned value will be
nudge_tracker.cc 162 if (it->second.IsThrottled()) {
171 return type_trackers_.find(type)->second.IsThrottled();
178 // Return min of GetTimeUntilUnthrottle() values for all IsThrottled() types.
182 if (it->second.IsThrottled()) {
197 if (it->second.IsThrottled()) {
261 if (!tracker.IsThrottled() && tracker.HasPendingInvalidation()) {
264 if (!tracker.IsThrottled() && tracker.HasRefreshRequestPending()) {
267 if (!tracker.IsThrottled() && tracker.HasLocalChangePending()) {
  /external/chromium_org/ash/display/
display_controller.h 192 bool IsThrottled() const;
display_controller.cc 225 bool DisplayController::DisplayChangeLimiter::IsThrottled() const {
392 if (limiter_->IsThrottled())
409 if (limiter_->IsThrottled())
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 137 bool IsThrottled();
nacl_browser.cc 554 bool NaClBrowser::IsThrottled() {
nacl_process_host.cc 394 NaClBrowser::GetInstance()->IsThrottled()) {
    [all...]
  /external/chromium_org/build/android/pylib/perf/
thermal_throttle.py 72 Wait for IsThrottled() to be False before running test
91 HasBeenThrottled or IsThrottled.
95 def IsThrottled(self):
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 105 return self._thermal_throttle.IsThrottled()

Completed in 443 milliseconds