Searched refs:isRedo (Results 1 – 5 of 5) sorted by relevance
139 bool isRedo = false; in MenusBeginning() local145 undo_state state = textView->UndoState(&isRedo); in MenusBeginning()151 if (isRedo) in MenusBeginning()
154 bool isRedo = false; in MenusBeginning() local159 undoState = focusTextView->UndoState(&isRedo); in MenusBeginning()161 fUndo->SetLabel(isRedo ? kRedoStrings[undoState] : kUndoStrings[undoState]); in MenusBeginning()
1010 bool isRedo = false; in MenusBeginning() local1015 undoState = focusTextView->UndoState(&isRedo); in MenusBeginning()
236 undo_state UndoState(bool* isRedo) const;
3112 BTextView::UndoState(bool* isRedo) const in UndoState()3114 return fUndo == NULL ? B_UNDO_UNAVAILABLE : fUndo->State(isRedo); in UndoState()5922 bool isRedo; in _ShowContextMenu() local5923 undo_state state = UndoState(&isRedo); in _ShowContextMenu()5924 bool isUndo = state != B_UNDO_UNAVAILABLE && !isRedo; in _ShowContextMenu()5939 .SetEnabled(canEdit && isRedo) in _ShowContextMenu()