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

/haiku/src/kits/tracker/
H A DFSUndoRedo.cpp62 static BObjectList<UndoItem> sUndoList, sRedoList; member in namespace:BPrivate
180 sRedoList.MakeEmpty();
476 if (sRedoList.CountItems() == kUndoRedoListMaxCount)
477 sRedoList.RemoveItem(sRedoList.LastItem());
479 sRedoList.AddItem(undoItem, 0);
488 UndoItem* undoItem = sRedoList.FirstItem();
495 sRedoList.RemoveItem(undoItem);

Completed in 29 milliseconds