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

  /external/webkit/Source/WebCore/platform/win/
WheelEventWin.cpp 125 m_granularity = ScrollByPixelWheelEvent;
130 m_granularity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelWheelEvent;
131 if (m_granularity == ScrollByPixelWheelEvent)
  /external/webkit/Source/WebCore/platform/haiku/
PlatformWheelEventHaiku.cpp 49 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/Source/WebCore/platform/wx/
MouseWheelEventWx.cpp 38 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/Source/WebKit2/Shared/
WebWheelEvent.cpp 42 , m_granularity(granularity)
58 , m_granularity(granularity)
75 encoder->encode(m_granularity);
95 if (!decoder->decode(t.m_granularity))
WebEvent.h 187 Granularity granularity() const { return static_cast<Granularity>(m_granularity); }
204 uint32_t m_granularity; // Granularity member in class:WebKit::WebWheelEvent
WebEventConversion.cpp 108 m_granularity = (webEvent.granularity() == WebWheelEvent::ScrollByPageWheelEvent) ? WebCore::ScrollByPageWheelEvent : WebCore::ScrollByPixelWheelEvent;
  /external/webkit/Source/WebCore/dom/
WheelEvent.h 63 Granularity granularity() const { return m_granularity; }
82 Granularity m_granularity; member in class:WebCore::WheelEvent
WheelEvent.cpp 39 , m_granularity(Pixel)
54 , m_granularity(granularity)
80 m_granularity = Pixel;
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 94 , m_granularity(ScrollByPixelWheelEvent)
118 PlatformWheelEventGranularity granularity() const { return m_granularity; }
188 PlatformWheelEventGranularity m_granularity; member in class:WebCore::PlatformWheelEvent
  /external/webkit/Source/WebCore/platform/efl/
PlatformWheelEventEfl.cpp 48 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/Source/WebCore/platform/gtk/
PlatformWheelEventGtk.cpp 64 m_granularity = ScrollByPixelWheelEvent;
  /external/webkit/Source/WebCore/platform/qt/
WheelEventQt.cpp 64 , m_granularity(ScrollByPixelWheelEvent)
83 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/Source/WebCore/editing/
TypingCommand.h 120 TextGranularity m_granularity; member in class:WebCore::TypingCommand
SelectionController.h 96 TextGranularity granularity() const { return m_granularity; }
227 TextGranularity m_granularity; member in class:WebCore::SelectionController
TypingCommand.cpp 70 , m_granularity(granularity)
295 deleteKeyPressed(m_granularity, m_killRing);
298 forwardDeleteKeyPressed(m_granularity, m_killRing);
SelectionController.cpp 79 , m_granularity(CharacterGranularity)
135 m_granularity = granularity;
836 m_granularity = CharacterGranularity;
932 m_granularity = CharacterGranularity; member in namespace:WebCore
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
WheelEventMac.mm 95 , m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp 97 m_granularity = e.scrollByPage ?

Completed in 363 milliseconds