Searched refs:ShowProgress (Results 1 – 6 of 6) sorted by relevance
39 void ShowProgress(float /* portion */, float /* seconds */) override {} in ShowProgress() function
82 virtual void ShowProgress(float portion, float seconds) = 0;
209 void ShowProgress(float portion, float seconds) override;
442 ui->ShowProgress(fraction * (1 - VERIFICATION_PROGRESS_FRACTION), seconds); in try_update_binary()581 ui->ShowProgress(VERIFICATION_PROGRESS_FRACTION, VERIFICATION_PROGRESS_TIME); in really_install_package()
465 ui->ShowProgress(1.0, 10.0); in run_graphics_test()
983 void ScreenRecoveryUI::ShowProgress(float portion, float seconds) { in ShowProgress() function in ScreenRecoveryUI