Home
last modified time | relevance | path

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

/haiku/src/apps/activitymonitor/
H A DActivityView.cpp614 fHistoryLayoutItem = NULL; in _Init()
737 if (fHistoryLayoutItem == NULL) in CreateHistoryLayoutItem()
738 fHistoryLayoutItem = new HistoryLayoutItem(this); in CreateHistoryLayoutItem()
740 return fHistoryLayoutItem; in CreateHistoryLayoutItem()
1199 if (fLegendLayoutItem == NULL || fHistoryLayoutItem == NULL) in _UpdateFrame()
1202 BRect historyFrame = fHistoryLayoutItem->Frame(); in _UpdateFrame()
H A DActivityView.h129 BLayoutItem* fHistoryLayoutItem; variable