Searched refs:fDownloadProgress (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h110 { return fDownloadProgress; }
197 float fDownloadProgress; member in class:PackageInfo
H A DPackageInfo.cpp37 fDownloadProgress(0.0),
68 fDownloadProgress(0.0),
115 fDownloadProgress(0.0),
148 fDownloadProgress(other.fDownloadProgress),
182 fDownloadProgress = other.fDownloadProgress;
215 && fDownloadProgress == other.fDownloadProgress
349 fDownloadProgress
[all...]
/haiku/src/kits/package/
H A DFetchFileJob.cpp45 fDownloadProgress(0.0)
58 return fDownloadProgress;
149 fDownloadProgress = (float)bytesReceived/bytesTotal;
234 fDownloadProgress(0.0)
247 return fDownloadProgress;
H A DFetchFileJob.h69 float fDownloadProgress; member in class:BPackageKit::BPrivate::FetchFileJob
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp883 fDownloadProgress(0),
997 int32 barPos = barHeight - int32(barHeight * fDownloadProgress / 100.0);
1081 fDownloadProgress = percent;
H A DSoftwareUpdaterWindow.h104 float fDownloadProgress; member in class:PackageItem

Completed in 61 milliseconds