Searched refs:progress (Results 26 - 39 of 39) sorted by relevance

12

/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h111 void SetDownloadProgress(float progress);
H A DPackageInfo.cpp372 PackageInfo::SetDownloadProgress(float progress) argument
375 fDownloadProgress = progress;
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.cpp26 #define KEY_PROGRESS "progress"
64 const ProcessCoordinator* processCoordinator, float progress,
68 fProgress(progress),
360 "in progress - will defer");
63 ProcessCoordinatorState( const ProcessCoordinator* processCoordinator, float progress, const BString& message, bool isRunning, status_t errorStatus) argument
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp60 BMessenger progress, BMessenger target);
79 BMessenger progress, BMessenger target)
83 fProgress(progress),
78 GenerateSudoku(SudokuField& field, int32 level, BMessenger progress, BMessenger target) argument
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1148 MainWindow::_NotifyWorkStatusChange(const BString& text, float progress) argument
1154 message.AddFloat(KEY_WORK_STATUS_PROGRESS, progress);
1192 float progress; local
1197 if (message->FindFloat(KEY_WORK_STATUS_PROGRESS, &progress) == B_OK) {
1198 if (progress < 0.0f)
1201 fWorkStatusView->SetProgress(progress);
1203 HDERROR("work status change missing progress on update message");
1651 // show the progress to the user.
/haiku/src/apps/webpositive/
H A DBrowserWindow.h146 virtual void LoadProgress(float progress, BWebView* view);
H A DBrowserWindow.cpp548 // Loading progress bar
549 fLoadingProgressBar = new BStatusBar("progress");
1572 BrowserWindow::LoadProgress(float progress, BWebView* view) argument
1577 if (progress < 100 && fLoadingProgressBar->IsHidden())
1579 else if (progress == 100 && !fLoadingProgressBar->IsHidden())
1581 fLoadingProgressBar->SetTo(progress);
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp902 bool progress = sourceFile->Stat().fssh_st_size > 1024 * 1024; local
903 if (progress) {
912 if (progress && (total % chunkSize) == 0) {
935 if (progress)
/haiku/headers/os/media/
H A DMediaDefs.h800 bool (*progress)(int stage, const char* message, void* cookie) = NULL,
804 bool (*progress)(int stage, const char* message, void* cookie) = NULL,
/haiku/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp334 update_disk_device_job_progress(disk_job_id jobID, float progress) argument
/haiku/src/apps/installer/
H A DInstallerWindow.cpp247 fProgressBar = new BStatusBar("progress",
248 B_TRANSLATE("Install progress: "));
300 // Make the optional packages and progress bar invisible on start
457 float progress; local
458 if (msg->FindFloat("progress", &progress) == B_OK) {
476 B_TRANSLATE_COMMENT("?? of ??", "Unknown progress");
478 fProgressBar->SetTo(progress, currentItem,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp461 update_disk_device_job_progress(disk_job_id jobID, float progress) argument
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.cpp76 float progress)
75 DownloadProgressChanged(const char* packageName, float progress) argument
/haiku/headers/private/drivers/
H A Dscsi_cmds.h80 // LUN in progress of becoming ready
86 // LUN format in progress
694 // format progress (if sense key = NOT READY)
700 uint16 progress; // 0 = start, 0xffff = almost finished member in struct:scsi_sense::__anon8::__anon12

Completed in 116 milliseconds

12