Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1001 SetTaskbarButtonProgress(_calculatedCacheProgress + _calculatedExecuteProgress); in OnCacheAcquireProgress()
1121 SetTaskbarButtonProgress(dwOverallProgressPercentage); in OnProgress()
1195 SetTaskbarButtonProgress(_calculatedCacheProgress + _calculatedExecuteProgress); in OnExecuteProgress()
1296 SetTaskbarButtonProgress(100); // show full progress bar, green, yellow, or red in OnApplyComplete()
2246 SetTaskbarButtonProgress(0); in OnApply()
2697 void SetTaskbarButtonProgress(__in DWORD dwOverallPercentage) { in SetTaskbarButtonProgress() function in PythonBootstrapperApplication