Home
last modified time | relevance | path

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

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