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 | 329 GetItemSizes(IDCANCEL, bx1, by); in OnSize() 330 GetItemSizes(IDOK, bx2, by); in OnSize()
|
D | ProgressDialog2.cpp | 391 GetItemSizes(IDCANCEL, _buttonSizeX, _buttonSizeY); in OnInit()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 119 bool GetItemSizes(int id, int &x, int &y);
|
D | Dialog.cpp | 132 bool CDialog::GetItemSizes(int id, int &x, int &y) in GetItemSizes() function in NWindows::NControl::CDialog
|