Searched defs:aTop (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
| H A D | QIWidgetValidator.h | 174 void setTop (ulong aTop) { setRange (mBottom, aTop); } argument 175 void setRange (ulong aBottom, ulong aTop) { mBottom = aBottom; mTop = aTop; } argument
|
| /vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
| H A D | VBoxUtils.h | 124 void setViewportMargins (int aLeft, int aTop, int aRight, int aBottom) argument 126 QTextEdit::setViewportMargins (aLeft, aTop, aRight, aBottom); 141 void setViewportMargins (int aLeft, int aTop, int aRight, int aBottom) argument 143 QTextBrowser::setViewportMargins (aLeft, aTop, aRight, aBottom);
|
Completed in 169 milliseconds