Home
last modified time | relevance | path

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

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