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

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h139 int16 fLastProgressValue; member in class:PackageListView
H A DSoftwareUpdaterWindow.cpp1102 fLastProgressValue(-1)
1207 if (wholePercent == fLastProgressValue)
1209 fLastProgressValue = wholePercent;

Completed in 40 milliseconds