Searched refs:CombineWithPrevious (Results 1 – 9 of 9) sorted by relevance
77 Command::CombineWithPrevious(const Command* previous) in CombineWithPrevious() function in Command
32 virtual bool CombineWithPrevious(const Command* previous);
216 } else if (command->CombineWithPrevious(top)) { in _AddCommand()
219 } else if (command->CombineWithPrevious(top)) { in _AddCommand()
76 UndoableEdit::CombineWithPrevious(const UndoableEdit* previous) in CombineWithPrevious() function in UndoableEdit
29 virtual bool CombineWithPrevious(
207 } else if (edit->CombineWithPrevious(top.Get())) { in _AddEdit()