Home | History | Annotate | Download | only in page

Lines Matching refs:scrollBy

1145 void DOMWindow::scrollBy(int x, int y) const
1156 view->scrollBy(IntSize(x, y));