Lines Matching refs:progress
135 PackageStatus* progress = fParent->StatusWindow(); in _Install() local
136 progress->Reset(n + m + 5); in _Install()
138 progress->StageStep(1, B_TRANSLATE("Preparing package")); in _Install()
179 } else if (progress->Stopped()) { in _Install()
186 progress->StageStep(1, B_TRANSLATE("Installing files and folders")); in _Install()
227 if (progress->Stopped()) in _Install()
231 progress->StageStep(1, NULL, get_item_progress_string(i, n).String()); in _Install()
237 progress->StageStep(1, B_TRANSLATE("Running post-installation scripts"), in _Install()
264 if (progress->Stopped()) in _Install()
267 progress->StageStep(1, NULL, get_item_progress_string(i, m).String()); in _Install()
270 progress->StageStep(1, B_TRANSLATE("Finishing installation"), ""); in _Install()
276 progress->StageStep(1, B_TRANSLATE("Done")); in _Install()