Home
last modified time | relevance | path

Searched refs:COpenCallbackImp (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp16 STDMETHODIMP COpenCallbackImp::SetTotal(const UInt64 *files, const UInt64 *bytes) in SetTotal()
27 STDMETHODIMP COpenCallbackImp::SetCompleted(const UInt64 *files, const UInt64 *bytes) in SetCompleted()
38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty()
63 int COpenCallbackImp::FindName(const UString &name) in FindName()
74 COpenCallbackImp *OpenCallbackImp;
87 STDMETHODIMP COpenCallbackImp::GetStream(const wchar_t *name, IInStream **inStream) in GetStream()
117 STDMETHODIMP COpenCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
DArchiveOpenCallback.h41 class COpenCallbackImp:
90 COpenCallbackImp(): Callback(NULL) {} in COpenCallbackImp() function
DOpenArchive.cpp469 COpenCallbackImp *openCallbackSpec = new COpenCallbackImp; in SetCallback()
490 COpenCallbackImp *openCallbackSpec = new COpenCallbackImp; in Open2()