HomeSort by relevance Sort by last modified time
    Searched refs:NWindows (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/lzma/CPP/Windows/Control/
ImageList.cpp 7 namespace NWindows {
Edit.h 8 namespace NWindows {
ReBar.h 8 namespace NWindows {
11 class CReBar: public NWindows::CWindow
  /external/lzma/CPP/Windows/
Synchronization.cpp 7 namespace NWindows {
FileMapping.cpp 7 namespace NWindows {
ErrorMsg.h 8 namespace NWindows {
System.h 8 namespace NWindows {
CommonDialog.h 8 namespace NWindows {
ResourceString.h 8 namespace NWindows {
FileSystem.h 9 namespace NWindows {
MemoryLock.h 6 namespace NWindows {
  /external/lzma/CPP/7zip/Common/
VirtThread.h 11 NWindows::NSynchronization::CAutoResetEvent StartEvent;
12 NWindows::NSynchronization::CAutoResetEvent FinishedEvent;
13 NWindows::CThread Thread;
StreamBinder.h 12 NWindows::NSynchronization::CManualResetEvent _canWrite_Event;
13 NWindows::NSynchronization::CManualResetEvent _canRead_Event;
14 NWindows::NSynchronization::CManualResetEvent _readingWasClosed_Event;
InOutTempBuffer.h 13 NWindows::NFile::NDir::CTempFile _tempFile;
14 NWindows::NFile::NIO::COutFile _outFile;
  /external/lzma/CPP/7zip/UI/Common/
TempFiles.cpp 9 using namespace NWindows;
ArchiveName.h 11 UString CreateArchiveName(const NWindows::NFile::NFind::CFileInfo fileInfo, bool keepName);
WorkDir.h 17 NWindows::NFile::NDir::CTempFile _tempFile;
EnumDirItems.h 13 const NWindows::NFile::NFind::CFileInfo &fi, CObjectVector<CDirItem> &dirItems);
  /external/lzma/CPP/7zip/UI/FileManager/
PasswordDialog.h 11 class CPasswordDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CEdit _passwordEdit;
ComboDialog.h 11 class CComboDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CComboBox _comboBox;
ProgressDialog.h 16 NWindows::NSynchronization::CCriticalSection _cs;
27 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
32 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
37 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
42 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
47 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
53 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
58 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
77 class CProgressDialog: public NWindows::NControl::CModalDialog
86 NWindows::NControl::CProgressBar m_ProgressBar;
    [all...]
DialogSize.h 9 #define BIG_DIALOG_SIZE(x, y) bool isBig = NWindows::NControl::IsDialogSizeOK(x, y);
LangUtils.h 33 inline UString LangString(UInt32 langID) { return NWindows::MyLoadString(langID); }
34 inline void LangString(UInt32 langID, UString &dest) { NWindows::MyLoadString(langID, dest); }
  /external/lzma/CPP/7zip/UI/GUI/
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/Archive/Common/
CrossThreadProgress.h 18 NWindows::NSynchronization::CAutoResetEvent ProgressEvent;
19 NWindows::NSynchronization::CAutoResetEvent WaitEvent;

Completed in 132 milliseconds

1 2 3 4 5 6