/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.h | 16 NWindows::NSynchronization::CCriticalSection _cs; 27 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in GetStopped() 32 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in SetStopped() 37 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in GetPaused() 42 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in SetPaused() 47 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in SetProgress() 53 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in SetPos() 58 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in GetProgress() 77 class CProgressDialog: public NWindows::NControl::CModalDialog 86 NWindows::NControl::CProgressBar m_ProgressBar; [all …]
|
D | ProgressDialog2.h | 54 NWindows::NSynchronization::CCriticalSection _cs; 60 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Get_Stopped() 65 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_Stopped() 72 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_Paused() 78 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_BytesProgressMode() 103 class CProgressDialog: public NWindows::NControl::CModalDialog 150 NWindows::NControl::CProgressBar m_ProgressBar; 151 NWindows::NControl::CListView _messageList; 212 NWindows::NSynchronization::CManualResetEvent _createDialogEvent; 213 NWindows::NSynchronization::CManualResetEvent _dialogCreatedEvent; [all …]
|
D | PasswordDialog.h | 11 class CPasswordDialog: public NWindows::NControl::CModalDialog 13 NWindows::NControl::CEdit _passwordEdit;
|
D | ComboDialog.h | 11 class CComboDialog: public NWindows::NControl::CModalDialog 13 NWindows::NControl::CComboBox _comboBox;
|
D | LangUtils.h | 33 inline UString LangString(UInt32 langID) { return NWindows::MyLoadString(langID); } in LangString() 34 inline void LangString(UInt32 langID, UString &dest) { NWindows::MyLoadString(langID, dest); } in LangString()
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.h | 34 class CExtractDialog: public NWindows::NControl::CModalDialog 37 NWindows::NControl::CDialogChildControl _path; 39 NWindows::NControl::CComboBox _path; 43 NWindows::NControl::CEdit _pathName; 44 NWindows::NControl::CEdit _passwordControl; 45 NWindows::NControl::CComboBox _pathMode; 46 NWindows::NControl::CComboBox _overwriteMode;
|
/external/lzma/CPP/7zip/Common/ |
D | VirtThread.h | 11 NWindows::NSynchronization::CAutoResetEvent StartEvent; 12 NWindows::NSynchronization::CAutoResetEvent FinishedEvent; 13 NWindows::CThread Thread;
|
D | StreamBinder.h | 12 NWindows::NSynchronization::CManualResetEvent _canWrite_Event; 13 NWindows::NSynchronization::CManualResetEvent _canRead_Event; 14 NWindows::NSynchronization::CManualResetEvent _readingWasClosed_Event;
|
D | InOutTempBuffer.h | 13 NWindows::NFile::NDir::CTempFile _tempFile; 14 NWindows::NFile::NIO::COutFile _outFile;
|
D | CreateCoder.cpp | 34 NWindows::NCOM::CPropVariant prop; in ReadNumberOfStreams() 47 NWindows::NCOM::CPropVariant prop; in ReadIsAssignedProp() 67 NWindows::NCOM::CPropVariant prop; in LoadCodecs() 97 NWindows::NCOM::CPropVariant prop; in LoadCodecs()
|
D | FileStreams.h | 33 NWindows::NFile::NIO::CInFile File; 101 NWindows::NFile::NIO::COutFile File;
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CrossThreadProgress.h | 18 NWindows::NSynchronization::CAutoResetEvent ProgressEvent; 19 NWindows::NSynchronization::CAutoResetEvent WaitEvent;
|
D | HandlerOut.cpp | 13 using namespace NWindows; 105 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors(); in Init()
|
/external/lzma/CPP/Windows/Control/ |
D | ReBar.h | 8 namespace NWindows { 11 class CReBar: public NWindows::CWindow
|
D | ToolBar.h | 8 namespace NWindows { 11 class CToolBar: public NWindows::CWindow
|
D | StatusBar.h | 8 namespace NWindows { 11 class CStatusBar: public NWindows::CWindow
|
D | PropertyPage.cpp | 16 namespace NWindows { namespace 74 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure; in MyPropertySheet() 95 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure; in MyPropertySheet()
|
D | CommandBar.h | 10 namespace NWindows { 13 class CCommandBar: public NWindows::CWindow
|
D | Dialog.h | 8 namespace NWindows { 152 class CDialogChildControl: public NWindows::CWindow 156 void Init(const NWindows::NControl::CDialog &parentDialog, int id) in Init()
|
D | ImageList.cpp | 7 namespace NWindows { namespace
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractEngine.cpp | 17 using namespace NWindows; 119 NWindows::CThread thread; in ExtractArchive()
|
D | SfxSetup.cpp | 26 using namespace NWindows; 230 NWindows::MyLoadString(IDS_EXTRACTION_ERROR_MESSAGE, errorMessage); in WinMain() 237 … ::MessageBoxW(0, errorMessage, NWindows::MyLoadString(IDS_EXTRACTION_ERROR_TITLE), MB_ICONERROR); in WinMain()
|
/external/lzma/CPP/Windows/ |
D | Shell.cpp | 17 namespace NWindows { namespace 164 NWindows::NCOM::CComInitializer comInitializer; in BrowseForFolder() 256 NWindows::NCOM::CComInitializer comInitializer; in BrowseForFolder()
|
D | Synchronization.cpp | 7 namespace NWindows { namespace
|
D | FileMapping.cpp | 7 namespace NWindows { namespace
|