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

  /external/webkit/WebCore/platform/haiku/
PlatformWheelEventHaiku.cpp 41 : m_granularity(ScrollByPixelWheelEvent)
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 76 , m_granularity(ScrollByPixelWheelEvent)
94 PlatformWheelEventGranularity granularity() const { return m_granularity; }
153 PlatformWheelEventGranularity m_granularity; member in class:WebCore::PlatformWheelEvent
  /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/editing/
VisibleSelection.h 84 TextGranularity granularity() const { return m_granularity; }
128 TextGranularity m_granularity; // granularity of start/end selection member in class:WebCore::VisibleSelection
VisibleSelection.cpp 46 , m_granularity(CharacterGranularity)
56 , m_granularity(CharacterGranularity)
65 , m_granularity(CharacterGranularity)
74 , m_granularity(CharacterGranularity)
83 , m_granularity(CharacterGranularity)
92 , m_granularity(CharacterGranularity)
193 m_granularity = granularity;
281 switch (m_granularity) {
444 ASSERT(m_granularity == CharacterGranularity);
TypingCommand.h 94 TextGranularity m_granularity; member in class:WebCore::TypingCommand
TypingCommand.cpp 57 m_granularity(granularity),
259 deleteKeyPressed(m_granularity, m_killRing);
262 forwardDeleteKeyPressed(m_granularity, m_killRing);
  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.cpp 96 m_granularity = e.scrollByPage ?

Completed in 794 milliseconds