Searched refs:Populate (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/tracker/
H A DDirMenu.h52 void Populate(const BEntry* startDir, BWindow* originatingWindow,
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp129 menu->Populate(&entry, Window(), false, false, true, false, true);
131 menu->Populate(NULL, Window(), false, false, true, false, true);
/haiku/src/kits/tracker/
H A DCountView.cpp298 menu->Populate(&entry, Window(), false, false, true, false, true);
300 menu->Populate(NULL, Window(), false, false, true, false, true);
H A DDirMenu.cpp87 BDirMenu::Populate(const BEntry* startEntry, BWindow* originatingWindow, function in class:BDirMenu
200 PRINT(("BDirMenu::Populate: caught error %s\n", strerror(err)));
H A DFilePanelPriv.cpp719 fDirMenu->Populate(&entry, 0, true, true, false, true);
721 fDirMenu->Populate(0, 0, true, true, false, true);
1734 fDirMenu->Populate(&entry, 0, true, true, false, true);
/haiku/src/apps/stylededit/
H A DStatusView.cpp295 menu->Populate(&entry, Window(), false, false, true, false, true);

Completed in 134 milliseconds