Home
last modified time | relevance | path

Searched refs:ScrollByPixel (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollAnimator.cpp87 …rollGranularity granularity = e.hasPreciseScrollingDeltas() ? ScrollByPrecisePixel : ScrollByPixel; in handleWheelEvent()
89 ScrollGranularity granularity = ScrollByPixel; in handleWheelEvent()
DScrollTypes.h111 ScrollByPixel, enumerator
DScrollAnimatorNone.cpp391 case ScrollByPixel: in parametersForScrollGranularity()
413 case ScrollByPixel: in scroll()
DScrollableArea.cpp134 case ScrollByPixel: in scroll()
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbar.h59 ScrollByPixel enumerator
/external/chromium_org/content/renderer/pepper/
Dppb_scrollbar_impl.cc115 granularity = WebScrollbar::ScrollByPixel; in ScrollBy()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp444 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::ScrollByPixel, ScrollByPixel);
/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollAnimatorNoneTest.cpp134 scrollAnimatorNone.scroll(HorizontalScrollbar, ScrollByPixel, 4, 25); in TEST()
171 scrollAnimatorNone.scroll(HorizontalScrollbar, ScrollByPixel, 100, 1); in TEST()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp183 return ScrollByPixel; in wheelGranularityToScrollGranularity()
185 return ScrollByPixel; in wheelGranularityToScrollGranularity()
2434 ScrollGranularity granularity = ScrollByPixel; in handleGestureScrollUpdate()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollAnimatorMac.mm657 if (granularity == ScrollByPixel)