Home
last modified time | relevance | path

Searched refs:ScrollByPrecisePixel (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollTypes.h112 ScrollByPrecisePixel enumerator
DScrollAnimator.cpp89 …ScrollGranularity granularity = e.hasPreciseScrollingDeltas() ? ScrollByPrecisePixel : ScrollByPix… in handleWheelEvent()
DScrollableArea.cpp126 case ScrollByPrecisePixel: in scroll()
DScrollAnimatorNone.cpp415 case ScrollByPrecisePixel: in scroll()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.cpp824 …arGroup->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPrecisePixel, absDelta); in gestureScrollHelper()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollAnimatorNoneTest.cpp143 scrollAnimatorNone.scroll(HorizontalScrollbar, ScrollByPrecisePixel, 4, 25); in TEST()