Searched refs:fProgress (Results 1 - 11 of 11) sorted by relevance

/haiku/src/apps/diskusage/
H A DScanner.h44 { return min_c(1.0, fProgress); }
68 float fProgress; member in class:Scanner
H A DScanner.cpp156 fProgress = 0.0;
189 fProgress = fVolumeBytesScanned / fVolumeBytesInUse;
263 fProgress = (float)fVolumeBytesScanned / fVolumeBytesInUse;
264 if (fProgress - fLastReport > kReportInterval) {
265 fLastReport = fProgress;
/haiku/src/kits/app/
H A DNotification.cpp33 fProgress(0.f),
62 fProgress(0.0f),
315 return fProgress;
323 fProgress = 0;
325 fProgress = 1;
327 fProgress = progress;
/haiku/src/bin/
H A Dnotify.cpp56 float fProgress; member in class:NotifyApp
77 fProgress(0.0f),
129 fProgress = atof(argument);
243 notification.SetProgress(fProgress);
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.h43 float fProgress; member in class:ProcessCoordinatorState
H A DProcessCoordinator.cpp43 if (from->FindFloat(KEY_PROGRESS, &fProgress) != B_OK) {
68 fProgress(progress),
91 return fProgress;
125 result = into->AddFloat(KEY_PROGRESS, fProgress);
/haiku/headers/os/app/
H A DNotification.h95 float fProgress; member in class:BNotification
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.cpp61 fProgress(progress)
76 return fProgress;
81 float fProgress; member in class:DownloadProgress
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h162 BCheckBox* fProgress; member in class:TranslatorWriteView
H A DJPEGTranslator.cpp534 fProgress = new BCheckBox("progress",
538 fProgress->SetValue(B_CONTROL_ON);
564 .Add(fProgress)
585 fProgress->SetTarget(this);
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp71 BMessenger fProgress; member in class:GenerateSudoku
83 fProgress(progress),
118 generator.Generate(&fField, 40 - fLevel * 5, fProgress, &fQuit);

Completed in 180 milliseconds