Home | History | Annotate | Download | only in rendering

Lines Matching defs:scrollPosition

1080         IntPoint scrollPosition = frameView->scrollPosition();
1081 m_scrollLayer->setPosition(FloatPoint(-scrollPosition.x(), -scrollPosition.y()));
1086 void RenderLayerCompositor::frameViewDidScroll(const IntPoint& scrollPosition)
1089 m_scrollLayer->setPosition(FloatPoint(-scrollPosition.x(), -scrollPosition.y()));
1828 frameViewDidScroll(m_renderView->frameView()->scrollPosition());