/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() 104 class CProgressDialog: public NWindows::NControl::CModalDialog 151 NWindows::NControl::CProgressBar m_ProgressBar; 152 NWindows::NControl::CListView _messageList; 213 NWindows::NSynchronization::CManualResetEvent _createDialogEvent; 214 NWindows::NSynchronization::CManualResetEvent _dialogCreatedEvent; [all …]
|
D | LangUtils.h | 34 inline UString LangString(UInt32 langID) { return NWindows::MyLoadString(langID); } in LangString() 35 inline void LangString(UInt32 langID, UString &dest) { NWindows::MyLoadString(langID, dest); } in LangString() 36 inline void AddLangString(UString &s, UInt32 langID) { s += NWindows::MyLoadString(langID); } in AddLangString()
|
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;
|
/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 | 24 NWindows::NSynchronization::CAutoResetEvent _canWrite_Event; 25 NWindows::NSynchronization::CManualResetEvent _canRead_Event; 26 NWindows::NSynchronization::CManualResetEvent _readingWasClosed_Event;
|
D | InOutTempBuffer.h | 13 NWindows::NFile::NDir::CTempFile _tempFile; 14 NWindows::NFile::NIO::COutFile _outFile;
|
D | MethodProps.h | 26 NWindows::NCOM::CPropVariant Value; 112 const NWindows::NCOM::CPropVariant &val = Props[i].Value; in Get_Lzma_Eos() 153 const NWindows::NCOM::CPropVariant &val = Props[i].Value; in GetProp_BlockSize()
|
/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 | 14 namespace NWindows { 17 class CCommandBar: public NWindows::CWindow
|
D | Dialog.h | 8 namespace NWindows { 155 class CDialogChildControl: public NWindows::CWindow 159 void Init(const NWindows::NControl::CDialog &parentDialog, int id) in Init()
|
D | ImageList.cpp | 7 namespace NWindows { namespace
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.h | 21 NWindows::NSynchronization::CCriticalSection CriticalSection; 34 NWindows::NSynchronization::CCriticalSectionLock lock(CriticalSection); in AddOutSize()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.h | 20 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors(); in InitCommon() 26 if (NWindows::NSystem::GetRamSize(memAvail)) in InitCommon()
|
/external/lzma/CPP/7zip/Crypto/ |
D | RandGen.cpp | 93 static NWindows::NSynchronization::CCriticalSection g_CriticalSection; 94 #define MT_LOCK NWindows::NSynchronization::CCriticalSectionLock lock(g_CriticalSection);
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractEngine.cpp | 17 using namespace NWindows; 118 NWindows::CThread thread; in ExtractArchive()
|
D | SfxSetup.cpp | 30 using namespace NWindows; 239 NWindows::MyLoadString(IDS_EXTRACTION_ERROR_MESSAGE, errorMessage); in WinMain() 246 … ::MessageBoxW(0, errorMessage, NWindows::MyLoadString(IDS_EXTRACTION_ERROR_TITLE), MB_ICONERROR); in WinMain()
|
/external/lzma/CPP/Windows/ |
D | Shell.cpp | 17 namespace NWindows { namespace 167 NWindows::NCOM::CComInitializer comInitializer; in BrowseForFolder() 262 NWindows::NCOM::CComInitializer comInitializer; in BrowseForFolder()
|
D | Synchronization.cpp | 7 namespace NWindows { namespace
|
/external/lzma/CPP/7zip/UI/Common/ |
D | DirItem.h | 126 HRESULT SetLinkInfo(CDirItem &dirItem, const NWindows::NFile::NFind::CFileInfo &fi, 147 const NWindows::NFile::NFind::CFileInfo &fi);
|