Home
last modified time | relevance | path

Searched refs:NWindows (Results 1 - 25 of 154) sorted by relevance

1234567

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h16 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
[all...]
H A DProgressDialog2.h54 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()
105 class CProgressDialog: public NWindows::NControl::CModalDialog
152 NWindows::NControl::CProgressBar m_ProgressBar;
153 NWindows::NControl::CListView _messageList;
220 NWindows::NSynchronization::CManualResetEvent _createDialogEvent;
221 NWindows
[all...]
H A DLangUtils.h37 inline UString LangString(UInt32 langID) { return NWindows::MyLoadString(langID); } in LangString()
38 inline void LangString(UInt32 langID, UString &dest) { NWindows::MyLoadString(langID, dest); } in LangString()
39 inline void AddLangString(UString &s, UInt32 langID) { s += NWindows::MyLoadString(langID); } in AddLangString()
H A DComboDialog.h11 class CComboDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CComboBox _comboBox;
H A DPasswordDialog.h11 class CPasswordDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CEdit _passwordEdit;
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.h34 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;
/third_party/lzma/CPP/Windows/
H A DTimeUtils.h78 namespace NWindows { namespace
111 inline void PropVariant_SetFrom_UnixTime(NWindows::NCOM::CPropVariant &prop, UInt32 unixTime) in PropVariant_SetFrom_UnixTime()
114 NWindows::NTime::UnixTime_To_FileTime(unixTime, ft); in PropVariant_SetFrom_UnixTime()
118 inline void PropVariant_SetFrom_NtfsTime(NWindows::NCOM::CPropVariant &prop, const FILETIME &ft) in PropVariant_SetFrom_NtfsTime()
123 inline void PropVariant_SetFrom_FiTime(NWindows::NCOM::CPropVariant &prop, const CFiTime &fts) in PropVariant_SetFrom_FiTime()
135 inline bool PropVariant_SetFrom_DosTime(NWindows::NCOM::CPropVariant &prop, UInt32 dosTime) in PropVariant_SetFrom_DosTime()
138 if (!NWindows::NTime::DosTime_To_FileTime(dosTime, localFileTime)) in PropVariant_SetFrom_DosTime()
H A DSynchronization.h16 namespace NWindows { namespace
208 #define SYNC_PARAM_DECL(x) NWindows::NSynchronization::CSynchro *x
209 #define SYNC_OBJ_DECL(x) NWindows::NSynchronization::CSynchro x;
257 typedef NWindows::NSynchronization::CBaseHandle_WFMO *CHandle_WFMO;
H A DTimeUtils.cpp12 namespace NWindows { namespace
305 v += NWindows::NTime::kNumTimeQuantumsInSecond * 2 - 1;
306 d = NWindows::NTime::kNumTimeQuantumsInSecond * 2;
377 const Int64 sec = NWindows::NTime::FileTime_To_UnixTime64_and_Quantums(ft, quantums);
391 const UInt64 v = NWindows::NTime::UnixTime64_To_FileTime64(ts.tv_sec) + ((UInt64)ts.tv_nsec / 100);
399 const UInt64 v = NWindows::NTime::UnixTime64_To_FileTime64(ts.tv_sec) + ((UInt64)ts.tv_nsec / 100);
H A DDLL.cpp15 namespace NWindows { namespace
128 namespace NWindows { namespace
/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.h52 NWindows::NCOM::CPropVariant Value;
96 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_NumThreads()
109 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_DicSize()
131 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_Lzma_Algo()
157 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_Lzma_MatchFinder_IsBt()
169 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_Lzma_Eos()
213 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in GetProp_BlockSize()
266 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_BZip2_BlockSize()
286 const NWindows::NCOM::CPropVariant &val = Props[(unsigned)i].Value; in Get_Ppmd_MemSize()
H A DVirtThread.h11 NWindows::NSynchronization::CAutoResetEvent StartEvent;
12 NWindows::NSynchronization::CAutoResetEvent FinishedEvent;
13 NWindows::CThread Thread;
H A DStreamBinder.h32 NWindows::NSynchronization::CAutoResetEvent _canRead_Event;
33 // NWindows::NSynchronization::CAutoResetEvent _canWrite_Event;
34 NWindows::NSynchronization::CSemaphore _canWrite_Semaphore;
H A DInOutTempBuffer.h29 NWindows::NFile::NDir::CTempFile _tempFile;
30 NWindows::NFile::NIO::COutFile _outFile;
H A DFileStreams.cpp389 NWindows::NCOM::CPropVariant prop; in GetProperty()
403 prop = (UInt32)NWindows::NFile::NFind::NAttributes:: in GetProperty()
436 prop = (UInt32)NWindows::NFile::NFind::NAttributes:: in GetProperty()
489 if (attrib) *attrib = NWindows::NFile::NFind::Get_WinAttribPosix_From_PosixMode(st.st_mode); in GetProps()
519 props->Attrib = NWindows::NFile::NFind::Get_WinAttribPosix_From_PosixMode(st.st_mode); in GetProps2()
548 NWindows::NCOM::CPropVariant prop; in GetProperty()
554 prop = (UInt32)NWindows::NFile::NFind::Get_WinAttribPosix_From_PosixMode(st.st_mode); in GetProperty()
H A DFileStreams.h67 NWindows::NFile::NIO::CInFile File; in Z7_class_final()
140 NWindows::NFile::NIO::COutFile File;
/third_party/lzma/CPP/7zip/UI/Common/
H A DDirItem.h146 NWindows::NTime::FileTime_To_DosTime(ft2, dosTime); in Get_DosTime()
231 struct CDirItem: public NWindows::NFile::NFind::CFileInfoBase
248 void Copy_From_FileInfoBase(const NWindows::NFile::NFind::CFileInfoBase &fi) in Copy_From_FileInfoBase()
250 (NWindows::NFile::NFind::CFileInfoBase &)*this = fi; in Copy_From_FileInfoBase()
276 CDirItem(const NWindows::NFile::NFind::CFileInfo &fi, in CDirItem()
325 HRESULT SetLinkInfo(CDirItem &dirItem, const NWindows::NFile::NFind::CFileInfo &fi,
356 const NWindows::NFile::NFind::CFileInfo &fi);
370 // HRESULT EnumerateOneDir(const FString &phyPrefix, CObjectVector<NWindows::NFile::NFind::CDirEntry> &files);
371 HRESULT EnumerateOneDir(const FString &phyPrefix, CObjectVector<NWindows::NFile::NFind::CFileInfo> &files);
/third_party/lzma/CPP/Windows/Control/
H A DReBar.h8 namespace NWindows { namespace
11 class CReBar: public NWindows::CWindow
H A DToolBar.h8 namespace NWindows { namespace
11 class CToolBar: public NWindows::CWindow
H A DCommandBar.h14 namespace NWindows { namespace
17 class CCommandBar: public NWindows::CWindow
H A DStatusBar.h8 namespace NWindows { namespace
11 class CStatusBar: public NWindows::CWindow
H A DPropertyPage.cpp16 namespace NWindows { namespace
97 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure; in MyPropertySheet()
118 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure; in MyPropertySheet()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.h21 NWindows::NSynchronization::CCriticalSection CriticalSection;
34 NWindows::NSynchronization::CCriticalSectionLock lock(CriticalSection); in AddOutSize()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.cpp17 using namespace NWindows;
114 NWindows::CThread thread; in ExtractArchive()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h21 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors(); in InitCommon()
29 _memUsage_WasSet = NWindows::NSystem::GetRamSize(memAvail); in InitCommon()

Completed in 9 milliseconds

1234567