Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp119 const UInt64 percentValue = completed * 100 / total; in OnTimer() local
120 if (percentValue != _prevPercentValue) in OnTimer()
123 ConvertUInt64ToString(percentValue, s); in OnTimer()
130 _prevPercentValue = percentValue; in OnTimer()