Lines Matching refs:override
27 void SetBackground(Icon /* icon */) override {}
28 void SetSystemUpdateText(bool /* security_update */) override {}
31 void SetProgressType(ProgressType /* type */) override {}
32 void ShowProgress(float /* portion */, float /* seconds */) override {}
33 void SetProgress(float /* fraction */) override {}
35 void SetStage(int /* current */, int /* max */) override {}
38 void ShowText(bool /* visible */) override {}
39 bool IsTextVisible() override {
42 bool WasTextEverVisible() override {
47 void Print(const char* fmt, ...) override {
53 void PrintOnScreenOnly(const char* /* fmt */, ...) override {}
54 void ShowFile(const char* /* filename */) override {}
58 int /* initial_selection */) override {}
59 int SelectMenu(int sel) override {
62 void EndMenu() override {}