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

  /external/chromium_org/cc/scheduler/
scheduler_state_machine.cc 587 bool commit_was_aborted = false; local
588 UpdateStateOnCommit(commit_was_aborted);
623 void SchedulerStateMachine::UpdateStateOnCommit(bool commit_was_aborted) {
626 if (commit_was_aborted || settings_.main_frame_before_activation_enabled) {
638 has_pending_tree_ = settings_.impl_side_painting && !commit_was_aborted;
661 (!commit_was_aborted ||
1035 bool commit_was_aborted = true; local
    [all...]
scheduler_state_machine.h 269 void UpdateStateOnCommit(bool commit_was_aborted);

Completed in 35 milliseconds