Home
last modified time | relevance | path

Searched refs:g_percentage (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/services/
H A Dupdater.cpp59 int g_percentage = 100; member
311 tmpProgressValue = static_cast<int>(frac * g_percentage); in SetProgress()
313 if (frac >= FULL_EPSINON && g_tmpValue + g_percentage < FULL_PERCENT_PROGRESS) { in SetProgress()
314 g_tmpValue += g_percentage; in SetProgress()
359 g_percentage = static_cast<int>(frac * FULL_PERCENT_PROGRESS); in HandleChildOutput()

Completed in 1 milliseconds