Searched refs:clampScrollOffset (Results 1 – 2 of 2) sorted by relevance
189 IntSize clampScrollOffset(const IntSize&) const;
525 …IntSize newScrollOffset = clamp == ScrollOffsetClamped ? clampScrollOffset(scrollOffset) : scrollO… in scrollToOffset()544 IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset()); in updateAfterLayout()689 IntSize RenderLayerScrollableArea::clampScrollOffset(const IntSize& scrollOffset) const in clampScrollOffset() function in WebCore::RenderLayerScrollableArea1310 …IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset() + toIntSize(roundedIntRect(… in exposeRect()