OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveItem
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.cpp
54
MoveItem
(IDCANCEL, x, y, bx1, by);
55
MoveItem
(IDOK, x - mx - bx2, y, bx2, by);
ProgressDialog2.cpp
480
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);
BrowseDialog.cpp
317
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/
Dialog.cpp
147
bool CDialog::
MoveItem
(int id, int x, int y, int width, int height, bool repaint)
Dialog.h
120
bool
MoveItem
(int id, int x, int y, int width, int height, bool repaint = true);
Completed in 62 milliseconds