Home | History | Annotate | Download | only in web

Lines Matching refs:setScrollOffset

595 void WebFrameImpl::setScrollOffset(const WebSize& offset)
598 view->setScrollOffset(IntPoint(offset.width, offset.height));