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 20 throttle_frame_production(true) {
35 throttle_frame_production(settings.throttle_frame_production) {
57 state->SetBoolean("throttle_frame_production", throttle_frame_production);
scheduler_settings.h 34 bool throttle_frame_production; member in class:cc::SchedulerSettings
scheduler_unittest.cc 90 scheduler_->settings().throttle_frame_production;
1421 bool throttle_frame_production = true; local
1428 bool throttle_frame_production = false; local
1435 bool throttle_frame_production = false; local
1515 bool throttle_frame_production = true; local
1522 bool throttle_frame_production = false; local
1530 bool throttle_frame_production = false; local
    [all...]
scheduler.cc 287 if (settings_.throttle_frame_production) {
345 DCHECK(!settings_.throttle_frame_production);
413 DCHECK(settings_.throttle_frame_production);
478 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 102 settings.throttle_frame_production =
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 174 settings.throttle_frame_production =

Completed in 118 milliseconds