Searched refs:MoveItem (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp54 MoveItem(IDCANCEL, x, y, bx1, by);
55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
H A DProgressDialog2.cpp480 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY);
482 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY);
484 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY);
525 MoveItem(kIDs[i], x, yPos, labelSize, sY);
526 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY);
H A DBrowseDialog.cpp317 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r));
325 MoveItem(IDCANCEL, x, y, bx1, by);
326 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
/external/lzma/CPP/Windows/Control/
H A DDialog.cpp147 bool CDialog::MoveItem(int id, int x, int y, int width, int height, bool repaint) function in class:NWindows::NControl::CDialog
H A DDialog.h120 bool MoveItem(int id, int x, int y, int width, int height, bool repaint = true);

Completed in 106 milliseconds