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

  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 177 void SetSmoothnessTakesPriority(bool smoothness_takes_priority);
178 bool smoothness_takes_priority() const { return smoothness_takes_priority_; } function in class:cc::SchedulerStateMachine
scheduler.h 89 void SetSmoothnessTakesPriority(bool smoothness_takes_priority);
scheduler.cc 212 void Scheduler::SetSmoothnessTakesPriority(bool smoothness_takes_priority) {
213 state_machine_.SetSmoothnessTakesPriority(smoothness_takes_priority);
510 if (!state_machine_.smoothness_takes_priority() &&
scheduler_state_machine.cc 230 minor_state->SetBoolean("smoothness_takes_priority",
431 // because of smoothness_takes_priority.
    [all...]
scheduler_unittest.cc     [all...]
  /external/chromium_org/cc/trees/
thread_proxy.cc 1372 bool smoothness_takes_priority = local
    [all...]

Completed in 137 milliseconds