HomeSort by relevance Sort by last modified time
    Searched refs:CProgressSync (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 75 CProgressSync::CProgressSync():
88 bool CProgressSync::Get_Paused()
94 HRESULT CProgressSync::CheckStop()
106 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const FString &fileName, bool isDir)
120 HRESULT CProgressSync::Set_NumFilesTotal(UInt64 val)
130 void CProgressSync::Set_NumBytesTotal(UInt64 val)
136 void CProgressSync::Set_NumFilesCur(UInt64 val)
142 HRESULT CProgressSync::Set_NumBytesCur(const UInt64 *val)
153 HRESULT CProgressSync::Set_NumBytesCur(UInt64 val)
    [all...]
ProgressDialog.h 14 class CProgressSync
22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {}
111 CProgressSync Sync;
ProgressDialog2.h 32 class CProgressSync
56 CProgressSync();
241 CProgressSync Sync;
ProgressDialog.cpp 22 HRESULT CProgressSync::ProcessStopAndPause()

Completed in 59 milliseconds