HomeSort by relevance Sort by last modified time
    Searched refs:pageStep (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimator.cpp 106 deltaY = m_scrollableArea->pageStep(VerticalScrollbar);
117 deltaX = m_scrollableArea->pageStep(HorizontalScrollbar);
ScrollableArea.h 223 virtual int pageStep(ScrollbarOrientation) const = 0;
ScrollView.h 343 int pageStep(ScrollbarOrientation) const;
ScrollableArea.cpp 121 step = pageStep(orientation);
ScrollView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ScrollbarGroup.h 77 virtual int pageStep(WebCore::ScrollbarOrientation) const OVERRIDE;
ScrollbarGroup.cpp 268 int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const
283 int pageStep = std::max(
287 return std::max(pageStep, 1);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h 128 virtual int pageStep(ScrollbarOrientation) const;
RenderLayer.h     [all...]
RenderListBox.cpp 857 int RenderListBox::pageStep(ScrollbarOrientation orientation) const
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 132 virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
ScrollAnimatorNoneTest.cpp 76 virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
    [all...]

Completed in 212 milliseconds