Home
last modified time | relevance | path

Searched refs:m_granularity (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebWheelEvent.cpp42 , m_granularity(granularity) in WebWheelEvent()
58 , m_granularity(granularity) in WebWheelEvent()
75 encoder->encode(m_granularity); in encode()
95 if (!decoder->decode(t.m_granularity)) in decode()
DWebEvent.h187 Granularity granularity() const { return static_cast<Granularity>(m_granularity); } in granularity()
204 uint32_t m_granularity; // Granularity variable
DWebEventConversion.cpp108m_granularity = (webEvent.granularity() == WebWheelEvent::ScrollByPageWheelEvent) ? WebCore::Scrol… in WebKit2PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/win/
DWheelEventWin.cpp125 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
130m_granularity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelW… in PlatformWheelEvent()
131 if (m_granularity == ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/Source/WebCore/dom/
DWheelEvent.cpp39 , m_granularity(Pixel) in WheelEvent()
54 , m_granularity(granularity) in WheelEvent()
80 m_granularity = Pixel; in initWheelEvent()
DWheelEvent.h63 Granularity granularity() const { return m_granularity; } in granularity()
82 Granularity m_granularity; variable
/external/webkit/Source/WebCore/platform/
DPlatformWheelEvent.h94 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
118 PlatformWheelEventGranularity granularity() const { return m_granularity; } in granularity()
188 PlatformWheelEventGranularity m_granularity; variable
/external/webkit/Source/WebCore/platform/qt/
DWheelEventQt.cpp64 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
83 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/wx/
DMouseWheelEventWx.cpp38 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformWheelEventHaiku.cpp49 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformWheelEventGtk.cpp64 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/efl/
DPlatformWheelEventEfl.cpp48 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
/external/webkit/Source/WebCore/editing/
DSelectionController.h96 TextGranularity granularity() const { return m_granularity; } in granularity()
227 TextGranularity m_granularity; variable
DTypingCommand.h120 TextGranularity m_granularity; variable
DTypingCommand.cpp70 , m_granularity(granularity) in TypingCommand()
295 deleteKeyPressed(m_granularity, m_killRing); in doApply()
298 forwardDeleteKeyPressed(m_granularity, m_killRing); in doApply()
DSelectionController.cpp79 , m_granularity(CharacterGranularity) in SelectionController()
135 m_granularity = granularity; in setSelection()
836 m_granularity = CharacterGranularity; in modify()
932 m_granularity = CharacterGranularity; in modify()
980 m_granularity = CharacterGranularity; in clear()
/external/webkit/Source/WebCore/platform/mac/
DWheelEventMac.mm95 , m_granularity(ScrollByPixelWheelEvent)
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp97 m_granularity = e.scrollByPage ? in PlatformWheelEventBuilder()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2441163 and m_granularity. m_deltaX and m_deltaY differ from m_wheelDeltaX and