Home | History | Annotate | Download | only in rendering

Lines Matching refs:ScrollOffsetClamped

566     IntSize newScrollOffset = clamp == ScrollOffsetClamped ? clampScrollOffset(scrollOffset) : scrollOffset;