HomeSort by relevance Sort by last modified time
    Searched refs:ScrollByPixelWheelEvent (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/platform/haiku/
PlatformWheelEventHaiku.cpp 41 : m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/WebCore/platform/win/
WheelEventWin.cpp 125 m_granularity = ScrollByPixelWheelEvent;
130 m_granularity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelWheelEvent;
131 if (m_granularity == ScrollByPixelWheelEvent)
  /external/webkit/WebCore/platform/wx/
MouseWheelEventWx.cpp 38 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/WebCore/platform/mac/
WheelEventMac.mm 38 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/WebCore/platform/qt/
WheelEventQt.cpp 62 , m_granularity(ScrollByPixelWheelEvent)
81 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/WebCore/platform/gtk/
WheelEventGtk.cpp 64 m_granularity = ScrollByPixelWheelEvent;
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 63 // The ScrollByPixelWheelEvent is a fine-grained event that specifies the precise number of pixels to scroll. It is sent directly by MacBook touchpads on OS X,
67 enum PlatformWheelEventGranularity { ScrollByPageWheelEvent, ScrollByPixelWheelEvent };
76 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.cpp 97 ScrollByPageWheelEvent : ScrollByPixelWheelEvent;

Completed in 461 milliseconds