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

/haiku-fatelf/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)) {
/haiku-fatelf/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)) {

Completed in 102 milliseconds