Searched refs:fSuperUninstallItem (Results 1 – 2 of 2) sorted by relevance
1099 fSuperUninstallItem(NULL), in PackageListView()1175 if (fSuperUninstallItem == NULL) { in AddPackage()1176 fSuperUninstallItem = new SuperItem(B_TRANSLATE_COMMENT( in AddPackage()1178 AddItem(fSuperUninstallItem); in AddPackage()1180 super = fSuperUninstallItem; in AddPackage()1239 if (fSuperUninstallItem != NULL) in SortItems()1240 SortItemsUnder(fSuperUninstallItem, true, SortPackageItems); in SortItems()1251 if (fSuperUninstallItem != NULL) in ItemHeight()1252 return fSuperUninstallItem->GetPackageItemHeight(); in ItemHeight()1321 if (fSuperUninstallItem != NULL) { in _SetItemHeights()[all …]
136 SuperItem* fSuperUninstallItem; variable