Home | History | Annotate | Download | only in src

Lines Matching defs:setScrollOffset

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