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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.cpp105 deltaY = m_scrollableArea->pageStep(VerticalScrollbar);
116 deltaX = m_scrollableArea->pageStep(HorizontalScrollbar);
H A DScrollableArea.cpp120 step = pageStep(orientation);
H A DScrollableArea.h219 virtual int pageStep(ScrollbarOrientation) const = 0;
H A DScrollView.h341 int pageStep(ScrollbarOrientation) const;
H A DScrollView.cpp1149 int ScrollView::pageStep(ScrollbarOrientation orientation) const function in class:WebCore::ScrollView
1153 int pageStep = std::max(minPageStep, length - maxOverlapBetweenPages()); local
1155 return std::max(pageStep, 1);
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.cpp273 int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const function in class:blink::ScrollbarGroup
288 int pageStep = std::max( local
292 return std::max(pageStep, 1);
H A DScrollbarGroup.h78 virtual int pageStep(WebCore::ScrollbarOrientation) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.h129 virtual int pageStep(ScrollbarOrientation) const;
H A DRenderLayerScrollableArea.h111 virtual int pageStep(ScrollbarOrientation) const OVERRIDE;
H A DRenderLayerScrollableArea.cpp482 int RenderLayerScrollableArea::pageStep(ScrollbarOrientation orientation) const function in class:WebCore::RenderLayerScrollableArea
487 int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages()); local
489 return max(pageStep, 1);
H A DRenderListBox.cpp869 int RenderListBox::pageStep(ScrollbarOrientation orientation) const function in class:WebCore::RenderListBox
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DGraphicsLayerTest.cpp136 virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
H A DScrollAnimatorNoneTest.cpp76 virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }

Completed in 295 milliseconds