Home
last modified time | relevance | path

Searched refs:_dialogCreatedEvent (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h101 NWindows::NSynchronization::CManualResetEvent _dialogCreatedEvent; variable
107 void WaitCreating() { _dialogCreatedEvent.Lock(); } in WaitCreating()
132 if (_dialogCreatedEvent.Create() != S_OK) in CProgressDialog()
DProgressDialog2.h214 NWindows::NSynchronization::CManualResetEvent _dialogCreatedEvent; variable
259 _dialogCreatedEvent.Lock(); in WaitCreating()
DProgressDialog.cpp54 _dialogCreatedEvent.Set(); in OnInit()
DProgressDialog2.cpp261 if (_dialogCreatedEvent.Create() != S_OK) in CProgressDialog()
360 _dialogCreatedEvent.Set(); in OnInit()
956 _dialogCreatedEvent.Set(); in Create()