Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.h295 class CProgressThreadVirt: public CProgressDialog class
311 CProgressThreadVirt(): Result(E_FAIL), ThreadFinishedOK(false) {} in CProgressThreadVirt() function in CProgressThreadVirt
321 client code inherits CProgressThreadVirt and calls
322 CProgressThreadVirt::Create()
324 it creates new thread that calls CProgressThreadVirt::Process();
328 CProgressThreadVirt::Process()
H A DProgressDialog2.cpp1385 CProgressThreadVirt *p = (CProgressThreadVirt *)param; in MyThreadFunction()
1396 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow) in Create()
1416 void CProgressThreadVirt::Process() in Process()
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp61 class CThreadExtracting: public CProgressThreadVirt

Completed in 3 milliseconds