Searched refs:sUndoList (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
176 if (sUndoList.CountItems() == kUndoRedoListMaxCount)
177 sUndoList.RemoveItem(sUndoList.LastItem());
179 sUndoList.AddItem(item, 0);
467 UndoItem* undoItem = sUndoList.FirstItem();
474 sUndoList.RemoveItem(undoItem);
497 if (sUndoList.CountItems() == kUndoRedoListMaxCount)
498 sUndoList.RemoveItem(sUndoList
[all...]

Completed in 42 milliseconds