Searched refs:CExtractCallbackImp (Results 1 – 8 of 8) sorted by relevance
40 CExtractCallbackImp::~CExtractCallbackImp() {} in ~CExtractCallbackImp()42 void CExtractCallbackImp::Init() in Init()56 void CExtractCallbackImp::AddError_Message(LPCWSTR s) in AddError_Message()64 STDMETHODIMP CExtractCallbackImp::SetNumFiles(UInt64 in SetNumFiles()78 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 total) in SetTotal()84 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *value) in SetCompleted()89 HRESULT CExtractCallbackImp::Open_CheckBreak() in Open_CheckBreak()94 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 *files, const UInt64 *bytes) in Open_SetTotal()119 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 *files, const UInt64 *bytes) in Open_SetCompleted()136 HRESULT CExtractCallbackImp::Open_Finished() in Open_Finished()[all …]
166 class CExtractCallbackImp:291 CExtractCallbackImp(): in CExtractCallbackImp() function309 ~CExtractCallbackImp();
22 void CExtractCallbackImp::Init(IInArchive *archiveHandler, in Init()38 HRESULT CExtractCallbackImp::Open_CheckBreak() in Open_CheckBreak()47 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 * /* numFiles */, const UInt64 * /* numByte… in Open_SetTotal()52 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 * /* numFiles */, const UInt64 * /* num… in Open_SetCompleted()61 HRESULT CExtractCallbackImp::Open_Finished() in Open_Finished()66 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 size) in SetTotal()74 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *completeValue) in SetCompleted()84 void CExtractCallbackImp::CreateComplexDirectory(const UStringVector &dirPathParts) in CreateComplexDirectory()95 STDMETHODIMP CExtractCallbackImp::GetStream(UInt32 index, in GetStream()210 STDMETHODIMP CExtractCallbackImp::PrepareOperation(Int32 askExtractMode) in PrepareOperation()[all …]
22 class CExtractCallbackImp:81 virtual ~CExtractCallbackImp() { ProgressDialog.Destroy(); } in ~CExtractCallbackImp()
30 CExtractCallbackImp *ExtractCallbackSpec;110 t.ExtractCallbackSpec = new CExtractCallbackImp; in ExtractArchive()
151 CExtractCallbackImp *ecs = new CExtractCallbackImp; in WinMain2()
35 CExtractCallbackImp *extractCallback,
78 CExtractCallbackImp *ExtractCallbackSpec;160 CExtractCallbackImp *extractCallback, in ExtractGUI()