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/core/platform/
ScrollTypes.h 111 ScrollByPrecisePixel
ScrollAnimator.cpp 90 ScrollGranularity granularity = e.hasPreciseScrollingDeltas() ? ScrollByPrecisePixel : ScrollByPixel;
ScrollableArea.cpp 127 case ScrollByPrecisePixel:
ScrollAnimatorNone.cpp 418 case ScrollByPrecisePixel:
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 810 return scrollbarGroup->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPrecisePixel, absDelta);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 143 scrollAnimatorNone.scroll(HorizontalScrollbar, ScrollByPrecisePixel, 4, 25);
    [all...]

Completed in 2176 milliseconds