Home
last modified time | relevance | path

Searched refs:GetItemSizes (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp47 GetItemSizes(IDCANCEL, bx1, by); in OnSize()
48 GetItemSizes(IDOK, bx2, by); in OnSize()
DBrowseDialog.cpp329 GetItemSizes(IDCANCEL, bx1, by); in OnSize()
330 GetItemSizes(IDOK, bx2, by); in OnSize()
DProgressDialog2.cpp391 GetItemSizes(IDCANCEL, _buttonSizeX, _buttonSizeY); in OnInit()
/external/lzma/CPP/Windows/Control/
DDialog.h119 bool GetItemSizes(int id, int &x, int &y);
DDialog.cpp132 bool CDialog::GetItemSizes(int id, int &x, int &y) in GetItemSizes() function in NWindows::NControl::CDialog