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

/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1044 fSupportingAppList(NULL),
1064 fSupportingAppList(NULL),
1170 fSupportingAppList = new BObjectList<RelationCachingModelProxy>(20, true);
1192 fSupportingAppList->AddItem(new RelationCachingModelProxy(model));
1202 fSupportingAppList->SortItems(SortByName, this);
1204 int32 count = fSupportingAppList->CountItems();
1220 Model* model = fSupportingAppList->ItemAt(index)->fModel;
1221 Model* next = fSupportingAppList->ItemAt(index + 1)->fModel;
1247 = fSupportingAppList->ItemAt(index);
1291 fSupportingAppList
[all...]
H A DOpenWithWindow.h326 BObjectList<RelationCachingModelProxy>* fSupportingAppList; member in class:BPrivate::OpenWithMenu

Completed in 92 milliseconds