Home | History | Annotate | Download | only in rendering

Lines Matching refs:pageStep

508 int RenderLayerScrollableArea::pageStep(ScrollbarOrientation orientation) const
513 int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages());
515 return max(pageStep, 1);