Home | History | Annotate | Download | only in rendering

Lines Matching refs:minPageStep

512     int minPageStep = static_cast<float>(length) * ScrollableArea::minFractionToStepWhenPaging();
513 int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages());