Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp75 CProgressSync::CProgressSync(): in CProgressSync() function in CProgressSync
88 bool CProgressSync::Get_Paused() in Get_Paused()
94 HRESULT CProgressSync::CheckStop() in CheckStop()
106 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const FString &fileName, boo… in ScanProgress()
120 HRESULT CProgressSync::Set_NumFilesTotal(UInt64 val) in Set_NumFilesTotal()
130 void CProgressSync::Set_NumBytesTotal(UInt64 val) in Set_NumBytesTotal()
136 void CProgressSync::Set_NumFilesCur(UInt64 val) in Set_NumFilesCur()
142 HRESULT CProgressSync::Set_NumBytesCur(const UInt64 *val) in Set_NumBytesCur()
153 HRESULT CProgressSync::Set_NumBytesCur(UInt64 val) in Set_NumBytesCur()
163 void CProgressSync::Set_Ratio(const UInt64 *inSize, const UInt64 *outSize) in Set_Ratio()
[all …]
DProgressDialog.h14 class CProgressSync
22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync() function
111 CProgressSync Sync;
DProgressDialog2.h32 class CProgressSync
56 CProgressSync();
241 CProgressSync Sync;
DProgressDialog.cpp22 HRESULT CProgressSync::ProcessStopAndPause() in ProcessStopAndPause()