Searched refs:fHistoryLayoutItem (Results 1 – 2 of 2) sorted by relevance
614 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()
129 BLayoutItem* fHistoryLayoutItem; variable