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

/haiku/src/apps/activitymonitor/
H A DActivityView.h130 BLayoutItem* fLegendLayoutItem; member in class:ActivityView
H A DActivityView.cpp615 fLegendLayoutItem = NULL;
747 if (fLegendLayoutItem == NULL)
748 fLegendLayoutItem = new LegendLayoutItem(this);
750 return fLegendLayoutItem;
1199 if (fLegendLayoutItem == NULL || fHistoryLayoutItem == NULL)
1203 BRect legendFrame = fLegendLayoutItem->Frame();
1255 if (fLegendLayoutItem != NULL)
1256 height = fLegendLayoutItem->Frame().Height();

Completed in 33 milliseconds