Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1064 fSupportingAppList(NULL), in OpenWithMenu()
1082 fSupportingAppList(NULL), in OpenWithMenu()
1186 fSupportingAppList = new BObjectList<RelationCachingModelProxy>(20, true); in StartBuildingItemList()
1208 fSupportingAppList->AddItem(new RelationCachingModelProxy(model)); in AddNextItem()
1218 fSupportingAppList->SortItems(SortByName, this); in DoneBuildingItemList()
1220 int32 count = fSupportingAppList->CountItems(); in DoneBuildingItemList()
1236 Model* model = fSupportingAppList->ItemAt(index)->fModel; in DoneBuildingItemList()
1237 Model* next = fSupportingAppList->ItemAt(index + 1)->fModel; in DoneBuildingItemList()
1263 = fSupportingAppList->ItemAt(index); in DoneBuildingItemList()
1307 fSupportingAppList->SortItems(SortByRelationAndName, this); in DoneBuildingItemList()
[all …]
H A DOpenWithWindow.h328 BObjectList<RelationCachingModelProxy>* fSupportingAppList; variable