Home
last modified time | relevance | path

Searched refs:SetTotalProgress (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/MacUpdater/
H A DMacUI.mm93 run_on_main([] { SetTotalProgress(0, 1); });
106 void UI::SetTotalProgress(int current, int total) function
108 run_on_main([&] { [GetView() SetTotalProgress:(double)current total:(double)total]; });
H A DViewController.h18 - (void)SetTotalProgress:(double)current total:(double)total;
H A DViewController.m35 - (void)SetTotalProgress:(double)current total:(double)total
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/UpdaterCommon/
H A DUI.h19 void SetTotalProgress(int current, int total);
H A DUpdaterCommon.cpp227 UI::SetTotalProgress(static_cast<int>(i + 1), static_cast<int>(to_download.size())); in DownloadContent()
770 UI::SetTotalProgress(1, 1); in RunUpdater()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/WinUpdater/
H A DWinUI.cpp158 void SetTotalProgress(int current, int total) in SetTotalProgress() function