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

/haiku/src/apps/haikudepot/ui/
H A DFilterView.cpp114 int32 categoryCount = model.CountCategories(); local
116 if (categoryCount > 0) {
121 showMenu->SetEnabled(categoryCount > 0);
/haiku/src/servers/media/
H A DDefaultManager.cpp99 uint32 categoryCount; local
107 if (file.Read(&categoryCount, size) < size) {
109 "DefaultManager::LoadState() failed to read categoryCount\n");
112 TRACE("DefaultManager::LoadState() categoryCount %ld\n", categoryCount);
113 while (categoryCount--) {
200 int32 categoryCount = list.CountItems();
201 if (file.Write(&categoryCount, sizeof(uint32)) < (int32)sizeof(uint32))
204 for (int32 i = 0; i < categoryCount; i++) {
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp555 int categoryCount = fPrinterCap->CountCap(category); local
561 categoryCount, predicate);

Completed in 48 milliseconds