Searched defs:viewportScrolled (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp274 virtual void viewportScrolled(int, int) {} function in class:UIFrameBufferPrivate
494 void viewportScrolled (int dx, int dy) function in class:VBoxOverlayFrameBuffer
497 UIFrameBufferPrivate::viewportScrolled (dx, dy);
1760 void UIFrameBuffer::viewportScrolled(int iX, int iY) function in class:UIFrameBuffer
1762 m_pFrameBuffer->viewportScrolled(iX, iY);

Completed in 57 milliseconds