Home
last modified time | relevance | path

Searched refs:ScrollByPixelWheelEvent (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/win/
DWheelEventWin.cpp125 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
130 …rity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelWheelEvent; in PlatformWheelEvent()
131 if (m_granularity == ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/WebCore/platform/qt/
DWheelEventQt.cpp62 , m_granularity(ScrollByPixelWheelEvent)
81 , m_granularity(ScrollByPixelWheelEvent)
/external/webkit/WebCore/platform/
DPlatformWheelEvent.h67 enum PlatformWheelEventGranularity { ScrollByPageWheelEvent, ScrollByPixelWheelEvent }; enumerator
76 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/WebCore/platform/haiku/
DPlatformWheelEventHaiku.cpp41 : m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/WebCore/platform/wx/
DMouseWheelEventWx.cpp38 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/WebCore/platform/gtk/
DWheelEventGtk.cpp64 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
/external/webkit/WebCore/platform/mac/
DWheelEventMac.mm38 , m_granularity(ScrollByPixelWheelEvent)
/external/webkit/WebKit/chromium/src/
DWebInputEventConversion.cpp97 ScrollByPageWheelEvent : ScrollByPixelWheelEvent; in PlatformWheelEventBuilder()