Home
last modified time | relevance | path

Searched refs:CombineWithPrevious (Results 1 – 9 of 9) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp77 Command::CombineWithPrevious(const Command* previous) in CombineWithPrevious() function in Command
H A DCommand.h32 virtual bool CombineWithPrevious(const Command* previous);
H A DCommandStack.cpp216 } else if (command->CombineWithPrevious(top)) { in _AddCommand()
/haiku/src/apps/mediaplayer/support/
H A DCommand.h32 virtual bool CombineWithPrevious(const Command* previous);
H A DCommand.cpp77 Command::CombineWithPrevious(const Command* previous) in CombineWithPrevious() function in Command
H A DCommandStack.cpp219 } else if (command->CombineWithPrevious(top)) { in _AddCommand()
/haiku/src/apps/haikudepot/edits_generic/
H A DUndoableEdit.cpp76 UndoableEdit::CombineWithPrevious(const UndoableEdit* previous) in CombineWithPrevious() function in UndoableEdit
H A DUndoableEdit.h29 virtual bool CombineWithPrevious(
H A DEditManager.cpp207 } else if (edit->CombineWithPrevious(top.Get())) { in _AddEdit()