Searched refs:IsThrottled (Results 1 - 10 of 10) sorted by relevance

/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()) {
H A Dnudge_tracker.cc200 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()) {
H A Ddata_type_tracker.h87 bool IsThrottled() const;
90 // be called unless IsThrottled() returns true. The returned value will be
/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/components/nacl/browser/
H A Dnacl_browser.h138 bool IsThrottled();
H A Dnacl_browser.cc555 bool NaClBrowser::IsThrottled() { function in class:nacl::NaClBrowser
H A Dnacl_process_host.cc372 NaClBrowser::GetInstance()->IsThrottled()) {
/external/chromium_org/ash/display/
H A Ddisplay_controller.h187 bool IsThrottled() const;
H A Ddisplay_controller.cc225 bool DisplayController::DisplayChangeLimiter::IsThrottled() const { function in class:ash::DisplayController::DisplayChangeLimiter
397 if (limiter_->IsThrottled())
414 if (limiter_->IsThrottled())
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dandroid_platform_backend.py122 return self._thermal_throttle.IsThrottled()

Completed in 3119 milliseconds