Searched refs:ScrollByPixel (Results 1 – 10 of 10) sorted by relevance
87 …rollGranularity granularity = e.hasPreciseScrollingDeltas() ? ScrollByPrecisePixel : ScrollByPixel; in handleWheelEvent()89 ScrollGranularity granularity = ScrollByPixel; in handleWheelEvent()
111 ScrollByPixel, enumerator
391 case ScrollByPixel: in parametersForScrollGranularity()413 case ScrollByPixel: in scroll()
134 case ScrollByPixel: in scroll()
59 ScrollByPixel enumerator
115 granularity = WebScrollbar::ScrollByPixel; in ScrollBy()
444 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::ScrollByPixel, ScrollByPixel);
134 scrollAnimatorNone.scroll(HorizontalScrollbar, ScrollByPixel, 4, 25); in TEST()171 scrollAnimatorNone.scroll(HorizontalScrollbar, ScrollByPixel, 100, 1); in TEST()
183 return ScrollByPixel; in wheelGranularityToScrollGranularity()185 return ScrollByPixel; in wheelGranularityToScrollGranularity()2434 ScrollGranularity granularity = ScrollByPixel; in handleGestureScrollUpdate()
657 if (granularity == ScrollByPixel)