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

/haiku-fatelf/src/kits/tracker/
H A DStatusWindow.h70 void InitStatusItem(thread_id, int32 totalItems,
110 void InitStatus(int32 totalItems, off_t totalSize,
H A DFSUtils.h68 virtual void Init(int32 totalItems, off_t totalSize,
123 TrackerCopyLoopControl(int32 totalItems,
128 virtual void Init(int32 totalItems, off_t totalSize,
H A DStatusWindow.cpp267 BStatusWindow::InitStatusItem(thread_id thread, int32 totalItems, argument
276 view->InitStatus(totalItems, totalSize, destDir, showCount);
565 BStatusView::InitStatus(int32 totalItems, off_t totalSize, argument
580 if (totalItems > 0) {
583 snprintf(totalStr, sizeof(totalStr), "%" B_PRId32, totalItems);
H A DFSUtils.cpp215 CopyLoopControl::Init(int32 totalItems, off_t totalSize, argument
307 TrackerCopyLoopControl::TrackerCopyLoopControl(int32 totalItems, argument
313 Init(totalItems, totalSize);
333 TrackerCopyLoopControl::Init(int32 totalItems, off_t totalSize, argument
337 gStatusWindow->InitStatusItem(fThread, totalItems, totalSize,
808 int32 totalItems = 0; local
812 dstVol->BlockSize(), &totalItems, &totalSize)
829 loopControl->Init(totalItems, totalSize, destRef);
2885 int32 totalItems = 0; local
2888 status_t err = CalcItemsAndSize(&loopControl, list, 0, &totalItems,
2953 int32 totalItems = 0; local
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DExpandoMenuBar.cpp841 int32 totalItems = teamMenu->CountItems(); local
845 for (int32 i = 0; i < totalItems; i++) {
857 for (int32 i = 0; i < totalItems; i++) {
914 for (int32 i = 0; i < totalItems; i++) {
921 totalItems--;

Completed in 120 milliseconds