Searched refs:GetItemSizes (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.cpp | 47 GetItemSizes(IDCANCEL, bx1, by); in OnSize() 48 GetItemSizes(IDOK, bx2, by); in OnSize()
|
D | BrowseDialog.cpp | 321 GetItemSizes(IDCANCEL, bx1, by); in OnSize() 322 GetItemSizes(IDOK, bx2, by); in OnSize()
|
D | ProgressDialog2.cpp | 367 GetItemSizes(IDCANCEL, _buttonSizeX, _buttonSizeY); in OnInit()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 118 bool GetItemSizes(int id, int &x, int &y);
|
D | Dialog.cpp | 131 bool CDialog::GetItemSizes(int id, int &x, int &y) in GetItemSizes() function in NWindows::NControl::CDialog
|