Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp938 _calculatedCacheProgress = 0; in OnPlanComplete()
983 _calculatedCacheProgress = dwOverallPercentage * PYBA_ACQUIRE_PERCENTAGE / 100; in OnCacheAcquireProgress()
984 …eSetProgressControl(_theme, ID_OVERALL_CALCULATED_PROGRESS_BAR, _calculatedCacheProgress + _calcul… in OnCacheAcquireProgress()
986 SetTaskbarButtonProgress(_calculatedCacheProgress + _calculatedExecuteProgress); in OnCacheAcquireProgress()
1178 …eSetProgressControl(_theme, ID_OVERALL_CALCULATED_PROGRESS_BAR, _calculatedCacheProgress + _calcul… in OnExecuteProgress()
1180 SetTaskbarButtonProgress(_calculatedCacheProgress + _calculatedExecuteProgress); in OnExecuteProgress()
3186 DWORD _calculatedCacheProgress; member in PythonBootstrapperApplication