Searched refs:fSavedCommand (Results 1 - 4 of 4) sorted by path

/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp23 fSavedCommand(NULL)
164 fSavedCommand = fUndoHistory.top();
178 if (fSavedCommand && !saved) {
179 if (fSavedCommand == fUndoHistory.top())
H A DCommandStack.h46 Command* fSavedCommand; member in class:CommandStack
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp24 , fSavedCommand(NULL)
167 fSavedCommand = fUndoHistory.top();
181 if (fSavedCommand && !saved) {
182 if (fSavedCommand == fUndoHistory.top())
H A DCommandStack.h45 Command* fSavedCommand; member in class:CommandStack

Completed in 109 milliseconds