Home
last modified time | relevance | path

Searched refs:_peviousPos (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp82 _peviousPos = (UInt64)(Int64)-1; in SetRange()
90 if (pos < _range && pos > _peviousPos) in SetPos()
92 UInt64 posDelta = pos - _peviousPos; in SetPos()
99 _peviousPos = pos; in SetPos()
H A DProgressDialog.h84 UInt64 _peviousPos; member in CProgressDialog

Completed in 2 milliseconds