Home | History | Annotate | Download | only in platform

Lines Matching defs:pageStep

604         int pageStep = max(max<int>(clientWidth * Scrollbar::minFractionToStepWhenPaging(), clientWidth - Scrollbar::maxOverlapBetweenPages()), 1);
616 m_horizontalScrollbar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep);
625 int pageStep = max(max<int>(clientHeight * Scrollbar::minFractionToStepWhenPaging(), clientHeight - Scrollbar::maxOverlapBetweenPages()), 1);
637 m_verticalScrollbar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep);