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

/haiku/src/kits/tracker/
H A DNavigator.cpp61 fBackHistory(8, true),
187 int32 itemCount = fBackHistory.CountItems();
188 if (itemCount >= 2 && fBackHistory.ItemAt(itemCount - 2)) {
190 if (entry.SetTo(fBackHistory.ItemAt(itemCount - 2)->Path()) == B_OK)
314 fForwHistory.AddItem(fBackHistory.RemoveItemAt(
315 fBackHistory.CountItems() - 1));
319 fBackHistory.AddItem(fForwHistory.RemoveItemAt(
328 fBackHistory.AddItem(new BPath(fPath));
330 while (fBackHistory.CountItems() > kMaxHistory)
331 fBackHistory
[all...]
H A DNavigator.h93 BObjectList<BPath> fBackHistory; member in class:BPrivate::BNavigator

Completed in 35 milliseconds