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

/haiku/src/apps/text_search/
H A DGrepWindow.cpp1427 int32 folderCount = folderList.CountItems(); local
1428 for (int32 x = 0; x < folderCount; x++)
1612 int32 folderCount = folderList->CountItems();
1616 for (int32 x = 0; x < folderCount; x++) {
1620 for (int32 y = x + 1; y < folderCount; y++) {
1625 folderCount--;
1639 int32 folderCount = folderList->CountItems(); local
1640 for (int32 index = 0; index < folderCount; index++) {
1703 int32 folderCount = folderList->CountItems(); local
1713 if (folderCount > windowCoun
1798 int32 folderCount = folderList->CountItems(); local
[all...]

Completed in 67 milliseconds