Searched refs:throttled (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/scheduler/
H A Dframe_rate_controller.cc118 bool throttled = local
120 TRACE_COUNTER_ID1("cc", "ThrottledCompositor", task_runner_, throttled);
128 client_->FrameRateControllerTick(throttled, args);
131 if (!is_time_source_throttling_ && !throttled)
H A Dframe_rate_controller.h28 virtual void FrameRateControllerTick(bool throttled,
H A Dframe_rate_controller_unittest.cc23 bool throttled, const BeginFrameArgs& args) OVERRIDE {
24 frame_count_ += throttled ? 0 : 1;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dbg.js36 // The type parameter should be "open", "closed", or "throttled".
83 throttled: {color: [255,255,0,255], defaultText: "!"}
88 (/throttled/i).exec(status) ? "throttled" : "closed";
/external/chromium_org/cc/output/
H A Doutput_surface.h164 virtual void FrameRateControllerTick(bool throttled,
H A Doutput_surface.cc130 void OutputSurface::FrameRateControllerTick(bool throttled, argument
133 if (throttled)
/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_file_system_backend_delegate.cc615 bool throttled = now < next_release_time_for_open_filesystem_stat_;
616 if (!throttled) {
625 if (!throttled) { \
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py529 def log_safely(msg, throttled=True):
530 if throttled:
540 log_safely("preparing device", throttled=False)
543 log_safely("device prepared", throttled=False)

Completed in 213 milliseconds