Lines Matching refs:top
71 UndoableEditRef edit(fUndoHistory.top()); in Undo()
91 UndoableEditRef edit(fRedoHistory.top()); in Redo()
111 fUndoHistory.top()->GetName(name); in GetUndoName()
123 fRedoHistory.top()->GetName(name); in GetRedoName()
146 fEditAtSave = fUndoHistory.top(); in Save()
157 if (fEditAtSave == fUndoHistory.top()) in IsSaved()
195 const UndoableEditRef& top = fUndoHistory.top(); in _AddEdit() local
196 if (edit->UndoesPrevious(top.Get())) { in _AddEdit()
199 } else if (top->CombineWithNext(edit.Get())) { in _AddEdit()
204 if (top->InitCheck() != B_OK) { in _AddEdit()
207 } else if (edit->CombineWithPrevious(top.Get())) { in _AddEdit()