Home
last modified time | relevance | path

Searched refs:ScrollByPageWheelEvent (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/win/
DWheelEventWin.cpp130 …m_granularity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelW… in PlatformWheelEvent()
/external/webkit/WebCore/platform/
DPlatformWheelEvent.h67 enum PlatformWheelEventGranularity { ScrollByPageWheelEvent, ScrollByPixelWheelEvent }; enumerator
DScrollView.cpp667 if (e.granularity() == ScrollByPageWheelEvent) { in wheelEvent()
/external/webkit/WebKit/chromium/src/
DWebInputEventConversion.cpp97 ScrollByPageWheelEvent : ScrollByPixelWheelEvent; in PlatformWheelEventBuilder()
/external/webkit/WebCore/page/
DEventHandler.cpp123 if (e.granularity() == ScrollByPageWheelEvent) { in scrollAndAcceptEvent()