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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp 106 scroll(VerticalScrollbar, granularity, m_scrollableArea->pixelStep(VerticalScrollbar), -deltaY);
117 scroll(HorizontalScrollbar, granularity, m_scrollableArea->pixelStep(HorizontalScrollbar), -deltaX);
ScrollableArea.cpp 152 step = pixelStep(orientation);
485 float ScrollableArea::pixelStep(ScrollbarOrientation) const
ScrollableArea.h 264 virtual float pixelStep(ScrollbarOrientation) const;

Completed in 155 milliseconds