Searched defs:commit_was_aborted (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/scheduler/
H A Dscheduler_state_machine.cc575 bool commit_was_aborted = false; local
576 UpdateStateOnCommit(commit_was_aborted);
611 void SchedulerStateMachine::UpdateStateOnCommit(bool commit_was_aborted) { argument
614 if (commit_was_aborted || settings_.main_frame_before_activation_enabled) {
626 has_pending_tree_ = settings_.impl_side_painting && !commit_was_aborted;
649 (!commit_was_aborted ||
1019 bool commit_was_aborted = true; local
1020 UpdateStateOnCommit(commit_was_aborted);

Completed in 32 milliseconds