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

/haiku/src/apps/text_search/
H A DGrepWindow.h80 void _RemoveFolderListDuplicates(BList* folderList);
81 status_t _OpenFoldersInTracker(BList* folderList);
82 bool _AreAllFoldersOpenInTracker(BList* folderList);
83 status_t _SelectFilesInTracker(BList* folderList,
H A DGrepWindow.cpp1361 BList folderList; local
1391 folderList.AddItem(path);
1398 _RemoveFolderListDuplicates(&folderList);
1399 _OpenFoldersInTracker(&folderList);
1404 if (!_AreAllFoldersOpenInTracker(&folderList)) {
1408 _OpenFoldersInTracker(&folderList);
1412 if (!_AreAllFoldersOpenInTracker(&folderList)) {
1423 _SelectFilesInTracker(&folderList, &message);
1426 // delete folderList contents
1427 int32 folderCount = folderList
1607 _RemoveFolderListDuplicates(BList* folderList) argument
1634 _OpenFoldersInTracker(BList* folderList) argument
1662 _AreAllFoldersOpenInTracker(BList* folderList) argument
1760 _SelectFilesInTracker(BList* folderList, BMessage* refsMessage) argument
[all...]

Completed in 84 milliseconds