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

  /external/chromium_org/cc/scheduler/
scheduler_settings.cc 19 throttle_frame_production(true) {
34 throttle_frame_production(settings.throttle_frame_production) {
54 state->SetBoolean("throttle_frame_production", throttle_frame_production);
scheduler_settings.h 28 bool throttle_frame_production; member in class:cc::SchedulerSettings
scheduler_unittest.cc 250 scheduler->settings().throttle_frame_production;
1431 bool throttle_frame_production = true; local
1438 bool throttle_frame_production = false; local
1445 bool throttle_frame_production = false; local
1525 bool throttle_frame_production = true; local
1532 bool throttle_frame_production = false; local
1540 bool throttle_frame_production = false; local
    [all...]
scheduler.cc 277 if (settings_.throttle_frame_production) {
335 DCHECK(!settings_.throttle_frame_production);
403 DCHECK(settings_.throttle_frame_production);
462 DCHECK(settings_.throttle_frame_production);
  /external/chromium_org/cc/trees/
layer_tree_settings.cc 18 throttle_frame_production(true),
layer_tree_settings.h 23 bool throttle_frame_production; member in class:cc::LayerTreeSettings
layer_tree_host_perftest.cc 48 settings->throttle_frame_production = false;
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/ui/compositor/
compositor.cc 101 settings.throttle_frame_production =
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 100 settings.throttle_frame_production =

Completed in 427 milliseconds