Searched refs:fAppListMenuItem (Results 1 – 2 of 2) sorted by relevance
109 fAppListMenuItem(NULL), in TBarMenuBar()163 if (fAppListMenuItem != NULL) in SmartResize()164 fAppListMenuItem->SetContentSize(floorf(width / count), height); in SmartResize()179 delete fAppListMenuItem; in AddTeamMenu()180 fAppListMenuItem = new TBarMenuTitle(0.0f, 0.0f, FetchTeamIcon(), in AddTeamMenu()183 bool added = AddItem(fAppListMenuItem, fBarView->Left() ? 0 : 1); in AddTeamMenu()202 if (fAppListMenuItem != NULL && RemoveItem(fAppListMenuItem)) { in RemoveTeamMenu()203 delete fAppListMenuItem; in RemoveTeamMenu()204 fAppListMenuItem = NULL; in RemoveTeamMenu()328 if (fAppListMenuItem && (fAppListMenuItem->Frame().Contains(loc) || both)) in InitTrackingHook()[all …]
87 TBarMenuTitle* fAppListMenuItem; variable