Searched refs:percentValue (Results 1 – 1 of 1) sorted by relevance
119 const UInt64 percentValue = completed * 100 / total; in OnTimer() local120 if (percentValue != _prevPercentValue) in OnTimer()123 ConvertUInt64ToString(percentValue, s); in OnTimer()130 _prevPercentValue = percentValue; in OnTimer()