OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CProgressThreadVirt
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h
288
class
CProgressThreadVirt
: public CProgressDialog
304
CProgressThreadVirt
(): Result(E_FAIL), ThreadFinishedOK(false) {}
314
client code inherits
CProgressThreadVirt
and calls
315
CProgressThreadVirt
::Create()
317
it creates new thread that calls
CProgressThreadVirt
::Process();
321
CProgressThreadVirt
::Process()
ProgressDialog2.cpp
1257
CProgressThreadVirt
*p = (
CProgressThreadVirt
*)param;
1268
HRESULT
CProgressThreadVirt
::Create(const UString &title, HWND parentWindow)
1286
void
CProgressThreadVirt
::Process()
/external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp
63
class CThreadExtracting: public
CProgressThreadVirt
Completed in 2742 milliseconds