Searched refs:ScrollByPixelWheelEvent (Results 1 – 8 of 8) sorted by relevance
125 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()130 …rity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelWheelEvent; in PlatformWheelEvent()131 if (m_granularity == ScrollByPixelWheelEvent) in PlatformWheelEvent()
62 , m_granularity(ScrollByPixelWheelEvent)81 , m_granularity(ScrollByPixelWheelEvent)
67 enum PlatformWheelEventGranularity { ScrollByPageWheelEvent, ScrollByPixelWheelEvent }; enumerator76 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
41 : m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
38 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
64 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
38 , m_granularity(ScrollByPixelWheelEvent)
97 ScrollByPageWheelEvent : ScrollByPixelWheelEvent; in PlatformWheelEventBuilder()