Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp51 _prevPercentValue = -1; in OnInit()
118 if (percentValue != _prevPercentValue) in OnTimer()
128 _prevPercentValue = percentValue; in OnTimer()
DProgressDialog2.cpp337 INIT_AS_UNDEFINED(_prevPercentValue); in OnInit()
822 if (percent != _prevPercentValue) in UpdateStatInfo()
824 _prevPercentValue = percent; in UpdateStatInfo()
1056 if (IS_DEFINED_VAL(_prevPercentValue)) in SetTitleText()
1059 ConvertUInt64ToString(_prevPercentValue, temp); in SetTitleText()
DProgressDialog.h88 int _prevPercentValue; variable
DProgressDialog2.h164 UInt64 _prevPercentValue; variable