Searched refs:GetClientRectOfItem (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 315 GetClientRectOfItem(IDB_BROWSE_PARENT, r); in OnSize() 324 GetClientRectOfItem(IDT_BROWSE_FOLDER, r); in OnSize() 341 GetClientRectOfItem(IDE_BROWSE_PATH, r); in OnSize() 348 GetClientRectOfItem(IDC_BROWSE_FILTER, r); in OnSize() 354 GetClientRectOfItem(IDL_BROWSE, r); in OnSize()
|
D | ProgressDialog2.cpp | 442 GetClientRectOfItem(IDT_PROGRESS_ELAPSED, r); in OnSize() 446 GetClientRectOfItem(IDT_PROGRESS_REMAINING, r); in OnSize() 486 GetClientRectOfItem(IDL_PROGRESS_MESSAGES, r); in OnSize()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 120 void GetClientRectOfItem(int id, RECT &rect);
|
D | Dialog.cpp | 142 void CDialog::GetClientRectOfItem(int id, RECT &rect) in GetClientRectOfItem() function in NWindows::NControl::CDialog
|