Searched refs:CCallbackConsoleBase (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.h | 29 class CCallbackConsoleBase 55 CCallbackConsoleBase(): in CCallbackConsoleBase() function 93 class CUpdateCallbackConsole: public IUpdateCallbackUI2, public CCallbackConsoleBase
|
D | UpdateCallbackConsole.cpp | 179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() 198 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base() 208 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base() 224 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError) in ReadingFileError_Base() 466 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, const char *command, bool showInLo… in PrintProgress()
|
D | HashCon.h | 10 class CHashCallbackConsole: public IHashCallbackUI, public CCallbackConsoleBase
|
D | Main.cpp | 245 static int WarningsCheck(HRESULT result, const CCallbackConsoleBase &callback, in WarningsCheck()
|