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

/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp48 STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64)
55 STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *)
62 STDMETHODIMP CExtractCallbackConsole::AskOverwrite(
86 STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *name, bool /* isFolder */, Int32 askExtractMode, const UInt64 *position)
100 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message)
108 STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operationResult, bool encrypted)
141 HRESULT CExtractCallbackConsole::SetPassword(const UString &password)
148 STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password)
160 HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name)
168 HRESULT CExtractCallbackConsole
[all...]
H A DExtractCallbackConsole.h13 class CExtractCallbackConsole: class in inherits:IExtractCallbackUI,ICryptoGetTextPassword,CMyUnknownImp
H A DMain.cpp383 CExtractCallbackConsole *ecs = new CExtractCallbackConsole;

Completed in 405 milliseconds