Searched refs:Progress (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/headers/os/app/
H A DNotification.h51 float Progress() const;
/haiku-fatelf/src/apps/diskusage/
H A DScanner.h43 float Progress() const function in class:Scanner
H A DPieView.cpp364 float mx = bx + floorf((kProgBarWidth - 2.0) * fScanner->Progress() + 0.5);
/haiku-fatelf/src/servers/notification/
H A DNotificationView.cpp88 progress->Update(fNotification->Progress());
91 label << (int)(fNotification->Progress() * 100) << " %";
158 reply.AddFloat("result", fNotification->Progress());
/haiku-fatelf/src/kits/app/
H A DNotification.cpp169 status = archive->AddFloat("_progress", Progress());
320 BNotification::Progress() const function in class:BNotification
/haiku-fatelf/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp503 printf(" progress: %f\n", job.Progress());

Completed in 110 milliseconds