Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp53 _prevPercentValue = UNDEFINED_VAL; in OnInit()
120 if (percentValue != _prevPercentValue) in OnTimer()
130 _prevPercentValue = percentValue; in OnTimer()
H A DProgressDialog.h88 UInt64 _prevPercentValue; member in CProgressDialog
H A DProgressDialog2.cpp341 INIT_AS_UNDEFINED(_prevPercentValue) in OnInit()
834 if (percent != _prevPercentValue) in UpdateStatInfo()
836 _prevPercentValue = percent; in UpdateStatInfo()
1082 if (IS_DEFINED_VAL(_prevPercentValue)) in SetTitleText()
1085 ConvertUInt64ToString(_prevPercentValue, temp); in SetTitleText()
H A DProgressDialog2.h166 UInt64 _prevPercentValue; member in CProgressDialog

Completed in 7 milliseconds