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

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

Completed in 49 milliseconds