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

/haiku-fatelf/src/apps/diskusage/
H A DScanner.h44 { return min_c(1.0, fProgress); }
68 float fProgress; member in class:Scanner
H A DScanner.cpp157 fProgress = 0.0;
187 fProgress = fVolumeBytesScanned / fVolumeBytesInUse;
251 fProgress = (float)fVolumeBytesScanned / fVolumeBytesInUse;
252 if (fProgress - fLastReport > kReportInterval) {
253 fLastReport = fProgress;
/haiku-fatelf/src/kits/app/
H A DNotification.cpp29 fProgress(0.f),
39 fProgress(0.0f),
324 return fProgress;
339 fProgress = 0;
341 fProgress = 1;
343 fProgress = progress;
/haiku-fatelf/headers/os/app/
H A DNotification.h81 float fProgress; member in class:BNotification
/haiku-fatelf/src/bin/
H A Dnotify.cpp56 float fProgress; member in class:NotifyApp
77 fProgress(0.0f),
129 fProgress = atof(argument);
245 notification.SetProgress(fProgress);
/haiku-fatelf/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h162 BCheckBox* fProgress; member in class:TranslatorWriteView
H A DJPEGTranslator.cpp533 fProgress = new BCheckBox("progress",
537 fProgress->SetValue(B_CONTROL_ON);
564 .Add(fProgress)
585 fProgress->SetTarget(this);
/haiku-fatelf/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 85 milliseconds