Home
last modified time | relevance | path

Searched refs:GetClientRectOfItem (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp307 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()
DProgressDialog2.cpp418 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/
DDialog.h119 void GetClientRectOfItem(int id, RECT &rect);
DDialog.cpp141 void CDialog::GetClientRectOfItem(int id, RECT &rect) in GetClientRectOfItem() function in NWindows::NControl::CDialog