Searched refs:_AddAppToList (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/diskusage/ |
H A D | PieView.cpp | 605 PieView::_AddAppToList(vector<AppMenuItem*>& list, const char* appSig, in _AddAppToList() function in PieView 640 _AddAppToList(appList, appSignature, 1); in _BuildOpenWithMenu() 652 _AddAppToList(appList, appSig, 2); in _BuildOpenWithMenu() 657 _AddAppToList(appList, appSig, 3); in _BuildOpenWithMenu() 666 _AddAppToList(appList, appSig, 4); in _BuildOpenWithMenu()
|
H A D | PieView.h | 57 void _AddAppToList(vector<AppMenuItem*>& list,
|