Home | History | Annotate | Download | only in rendering

Lines Matching defs:pageStep

2289         int pageStep = max(max<int>(clientWidth * Scrollbar::minFractionToStepWhenPaging(), clientWidth - Scrollbar::maxOverlapBetweenPages()), 1);
2290 m_hBar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep);
2295 int pageStep = max(max<int>(clientHeight * Scrollbar::minFractionToStepWhenPaging(), clientHeight - Scrollbar::maxOverlapBetweenPages()), 1);
2296 m_vBar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep);