Searched refs:percentValue (Results 1 – 1 of 1) sorted by relevance
117 int percentValue = (int)(completed * 100 / total); in OnTimer() local118 if (percentValue != _prevPercentValue) in OnTimer()121 ConvertUInt64ToString(percentValue, s); in OnTimer()128 _prevPercentValue = percentValue; in OnTimer()