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

/haiku/src/kits/tracker/
H A DNavigator.cpp62 fForwHistory(8, true)
199 if (fForwHistory.CountItems() >= 1) {
201 if (entry.SetTo(fForwHistory.LastItem()->Path()) == B_OK)
314 fForwHistory.AddItem(fBackHistory.RemoveItemAt(
319 fBackHistory.AddItem(fForwHistory.RemoveItemAt(
320 fForwHistory.CountItems() - 1));
327 fForwHistory.MakeEmpty();
344 SetActionEnabled(kNavigatorCommandForward, fForwHistory.CountItems() > 0);
H A DNavigator.h94 BObjectList<BPath> fForwHistory; member in class:BPrivate::BNavigator

Completed in 36 milliseconds