Searched refs:GetClientRectOfItem (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 297 GetClientRectOfItem(IDB_BROWSE_PARENT, r);
in OnSize() 306 GetClientRectOfItem(IDT_BROWSE_FOLDER, r);
in OnSize() 323 GetClientRectOfItem(IDE_BROWSE_PATH, r);
in OnSize() 330 GetClientRectOfItem(IDC_BROWSE_FILTER, r);
in OnSize() 336 GetClientRectOfItem(IDL_BROWSE, r);
in OnSize()
|
H A D | ProgressDialog2.cpp | 450 GetClientRectOfItem(IDT_PROGRESS_ELAPSED, r);
in OnSize() 454 GetClientRectOfItem(IDT_PROGRESS_REMAINING, r);
in OnSize() 494 GetClientRectOfItem(IDL_PROGRESS_MESSAGES, r);
in OnSize()
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 216 void CDialog::GetClientRectOfItem(unsigned id, RECT &rect)
in GetClientRectOfItem() function in NWindows::NControl::CDialog
|
H A D | Dialog.h | 142 void GetClientRectOfItem(unsigned id, RECT &rect);
|
Completed in 5 milliseconds