Home
last modified time | relevance | path

Searched refs:SIZED_DIALOG (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
DDialogSize.h10 #define SIZED_DIALOG(big) (isBig ? big : big ## _2) macro
13 #define SIZED_DIALOG(big) big macro
DOverwriteDialog.h72 return CModalDialog::Create(SIZED_DIALOG(IDD_OVERWRITE), parent);
DProgressDialog2.cpp966 res = CModalDialog::Create(SIZED_DIALOG(IDD_PROGRESS), wndParent); in Create()
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.h101 return CModalDialog::Create(SIZED_DIALOG(IDD_EXTRACT), aWndParent);