Searched refs:pageStep (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollAnimator.cpp106 deltaY = m_scrollableArea->pageStep(VerticalScrollbar);
117 deltaX = m_scrollableArea->pageStep(HorizontalScrollbar);
H A DScrollableArea.cpp121 step = pageStep(orientation);
H A DScrollableArea.h223 virtual int pageStep(ScrollbarOrientation) const = 0;
H A DScrollView.h343 int pageStep(ScrollbarOrientation) const;
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);
/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);
H A DScrollbarGroup.h77 virtual int pageStep(WebCore::ScrollbarOrientation) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.h128 virtual int pageStep(ScrollbarOrientation) const;
H A DRenderListBox.cpp857 int RenderListBox::pageStep(ScrollbarOrientation orientation) const function in class:WebCore::RenderListBox
H A DRenderLayer.h1030 virtual int pageStep(ScrollbarOrientation) const OVERRIDE;
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/web/tests/
H A DGraphicsLayerTest.cpp132 virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
H A DScrollAnimatorNoneTest.cpp76 virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }

Completed in 75 milliseconds