Searched refs:fForwHistory (Results 1 – 2 of 2) sorted by relevance
62 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()
94 BObjectList<BPath> fForwHistory; variable