Searched refs:fLastProgressItem (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h138 PackageItem* fLastProgressItem; member in class:PackageListView
H A DSoftwareUpdaterWindow.cpp1101 fLastProgressItem(NULL),
1213 fLastProgressItem = NULL;
1218 fLastProgressItem = item;
1219 fLastProgressItem->ShowProgressBar();
1225 if (fLastProgressItem != NULL) {
1226 fLastProgressItem->SetDownloadProgress(percent);

Completed in 27 milliseconds