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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollTypes.h 112 ScrollByPrecisePixel
ScrollAnimator.cpp 85 ScrollGranularity granularity = e.hasPreciseScrollingDeltas() ? ScrollByPrecisePixel : ScrollByPixel;
ScrollableArea.cpp 151 case ScrollByPrecisePixel:
ScrollAnimatorNone.cpp 414 case ScrollByPrecisePixel:
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 883 return scrollbarGroup->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPrecisePixel, absDelta);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 140 scrollAnimatorNone.scroll(HorizontalScrollbar, ScrollByPrecisePixel, 4, 25);
    [all...]

Completed in 355 milliseconds