Searched defs:pageStep (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.cpp268 int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const function in class:WebKit::ScrollbarGroup
283 int pageStep = std::max( local
287 return std::max(pageStep, 1);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.cpp857 int RenderListBox::pageStep(ScrollbarOrientation orientation) const function in class:WebCore::RenderListBox
H A DRenderLayer.cpp1330 int RenderLayer::pageStep(ScrollbarOrientation orientation) const function in class:WebCore::RenderLayer
1338 int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages()); local
1340 return max(pageStep, 1);
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.cpp1176 int ScrollView::pageStep(ScrollbarOrientation orientation) const function in class:WebCore::ScrollView
1180 int pageStep = std::max(minPageStep, length - maxOverlapBetweenPages()); local
1182 return std::max(pageStep, 1);

Completed in 87 milliseconds