HomeSort by relevance Sort by last modified time
    Searched defs:throttled (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/scheduler/
frame_rate_controller.cc 115 bool throttled = local
117 TRACE_COUNTER_ID1("cc", "ThrottledCompositor", task_runner_, throttled);
124 throttled,
128 if (!is_time_source_throttling_ && !throttled)
  /external/chromium_org/webkit/browser/fileapi/
sandbox_context.cc 389 bool throttled = now < next_release_time_for_open_filesystem_stat_; local
390 if (!throttled) {
399 if (!throttled) { \

Completed in 101 milliseconds