Home | History | Annotate | Download | only in compositing

Lines Matching refs:adjustedScrollOffset

834     IntSize adjustedScrollOffset = m_owningLayer.scrollableArea()->adjustedScrollOffset();
853 IntSize scrollingContentsOffset = toIntSize(clientBox.location() - adjustedScrollOffset);
856 m_scrollingContentsLayer->setPosition(coordinatorHandlesOffset ? FloatPoint() : FloatPoint(-adjustedScrollOffset));
1045 const IntPoint position = blockSelectionGapsBounds.location() + m_owningLayer.scrollableArea()->adjustedScrollOffset();