Searched refs:fBackHistory (Results 1 – 2 of 2) sorted by relevance
61 fBackHistory(8, true), in BNavigator()187 int32 itemCount = fBackHistory.CountItems(); in GoBackward()188 if (itemCount >= 2 && fBackHistory.ItemAt(itemCount - 2)) { in GoBackward()190 if (entry.SetTo(fBackHistory.ItemAt(itemCount - 2)->Path()) == B_OK) in GoBackward()314 fForwHistory.AddItem(fBackHistory.RemoveItemAt( in UpdateLocation()315 fBackHistory.CountItems() - 1)); in UpdateLocation()319 fBackHistory.AddItem(fForwHistory.RemoveItemAt( in UpdateLocation()328 fBackHistory.AddItem(new BPath(fPath)); in UpdateLocation()330 while (fBackHistory.CountItems() > kMaxHistory) in UpdateLocation()331 fBackHistory.RemoveItem(fBackHistory.FirstItem(), true); in UpdateLocation()[all …]
93 BObjectList<BPath> fBackHistory; variable