Home
last modified time | relevance | path

Searched refs:SetRange32 (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DProgressBar.h22 DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMsg(PBM_SETRANGE32, (unsigned)minValue, (LPARAM)(unsigned)maxValue); } in SetRange32() function in NWindows::NControl::CProgressBar
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp84 m_ProgressBar.SetRange32(0 , _converter.Count(range)); // Test it for 100% in SetRange()
H A DProgressDialog2.cpp575 m_ProgressBar.SetRange32(0, _progressConv.Count(range)); in SetProgressRange()

Completed in 3 milliseconds