Home | History | Annotate | Download | only in rendering

Lines Matching refs:newScrollOffset

344 void RenderLayerScrollableArea::setScrollOffset(const IntPoint& newScrollOffset)
352 if (scrollOffset() == toIntSize(newScrollOffset))
355 setScrollOffset(toIntSize(newScrollOffset));
566 IntSize newScrollOffset = clamp == ScrollOffsetClamped ? clampScrollOffset(scrollOffset) : scrollOffset;
567 if (newScrollOffset != adjustedScrollOffset())
568 scrollToOffsetWithoutAnimation(-scrollOrigin() + newScrollOffset);