Home
last modified time | relevance | path

Searched refs:CExtractCallbackImp (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp40 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 …]
DExtractCallback.h166 class CExtractCallbackImp:
291 CExtractCallbackImp(): in CExtractCallbackImp() function
309 ~CExtractCallbackImp();
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp22 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 …]
DExtractCallbackSfx.h22 class CExtractCallbackImp:
81 virtual ~CExtractCallbackImp() { ProgressDialog.Destroy(); } in ~CExtractCallbackImp()
DExtractEngine.cpp30 CExtractCallbackImp *ExtractCallbackSpec;
110 t.ExtractCallbackSpec = new CExtractCallbackImp; in ExtractArchive()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp151 CExtractCallbackImp *ecs = new CExtractCallbackImp; in WinMain2()
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.h35 CExtractCallbackImp *extractCallback,
DExtractGUI.cpp78 CExtractCallbackImp *ExtractCallbackSpec;
160 CExtractCallbackImp *extractCallback, in ExtractGUI()