Searched refs:a_cy (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.cpp188 VBoxDbgBaseWindow::vReposition(int a_x, int a_y, unsigned a_cx, unsigned a_cy, bool a_fResize) argument
193 m_cy = a_cy;
199 resize(a_cx - BorderSize.width(), a_cy - BorderSize.height());
H A DVBoxDbgBase.h152 * @param a_cy The total height.
155 void vReposition(int a_x, int a_y, unsigned a_cx, unsigned a_cy, bool a_fResize);

Completed in 44 milliseconds