Searched refs:ScrollByPageWheelEvent (Results 1 – 5 of 5) sorted by relevance
130 …m_granularity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelW… in PlatformWheelEvent()
67 enum PlatformWheelEventGranularity { ScrollByPageWheelEvent, ScrollByPixelWheelEvent }; enumerator
667 if (e.granularity() == ScrollByPageWheelEvent) { in wheelEvent()
97 ScrollByPageWheelEvent : ScrollByPixelWheelEvent; in PlatformWheelEventBuilder()
123 if (e.granularity() == ScrollByPageWheelEvent) { in scrollAndAcceptEvent()