Searched refs:GetClientRectOfItem (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 307 GetClientRectOfItem(IDB_BROWSE_PARENT, r); in OnSize() 316 GetClientRectOfItem(IDT_BROWSE_FOLDER, r); in OnSize() 333 GetClientRectOfItem(IDE_BROWSE_PATH, r); in OnSize() 340 GetClientRectOfItem(IDC_BROWSE_FILTER, r); in OnSize() 346 GetClientRectOfItem(IDL_BROWSE, r); in OnSize()
|
D | ProgressDialog2.cpp | 418 GetClientRectOfItem(IDT_PROGRESS_ELAPSED, r); in OnSize() 422 GetClientRectOfItem(IDT_PROGRESS_REMAINING, r); in OnSize() 462 GetClientRectOfItem(IDL_PROGRESS_MESSAGES, r); in OnSize()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 119 void GetClientRectOfItem(int id, RECT &rect);
|
D | Dialog.cpp | 141 void CDialog::GetClientRectOfItem(int id, RECT &rect) in GetClientRectOfItem() function in NWindows::NControl::CDialog
|