OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZED_DIALOG
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/UI/FileManager/
DialogSize.h
10
#define
SIZED_DIALOG
(big) (isBig ? big : big ## _2)
13
#define
SIZED_DIALOG
(big) big
OverwriteDialog.h
62
return CModalDialog::Create(
SIZED_DIALOG
(IDD_OVERWRITE), parent);
ProgressDialog2.cpp
951
res = CModalDialog::Create(
SIZED_DIALOG
(IDD_PROGRESS), wndParent);
/external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.h
101
return CModalDialog::Create(
SIZED_DIALOG
(IDD_EXTRACT), aWndParent);
Completed in 1086 milliseconds