Home
last modified time | relevance | path

Searched refs:pixelStep (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollAnimator.cpp110 … scroll(VerticalScrollbar, granularity, m_scrollableArea->pixelStep(VerticalScrollbar), -deltaY); in handleWheelEvent()
121 …scroll(HorizontalScrollbar, granularity, m_scrollableArea->pixelStep(HorizontalScrollbar), -deltaX… in handleWheelEvent()
DScrollableArea.cpp127 step = pixelStep(orientation); in scroll()
404 float ScrollableArea::pixelStep(ScrollbarOrientation) const in pixelStep() function in WebCore::ScrollableArea
DScrollableArea.h221 virtual float pixelStep(ScrollbarOrientation) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.h130 virtual float pixelStep(ScrollbarOrientation) const;
DRenderListBox.cpp874 float RenderListBox::pixelStep(ScrollbarOrientation) const in pixelStep() function in WebCore::RenderListBox