/external/webkit/Source/WebKit2/Shared/ |
D | WebWheelEvent.cpp | 42 , 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()
|
D | WebEvent.h | 187 Granularity granularity() const { return static_cast<Granularity>(m_granularity); } in granularity() 204 uint32_t m_granularity; // Granularity variable
|
D | WebEventConversion.cpp | 108 …m_granularity = (webEvent.granularity() == WebWheelEvent::ScrollByPageWheelEvent) ? WebCore::Scrol… in WebKit2PlatformWheelEvent()
|
/external/webkit/Source/WebCore/platform/win/ |
D | WheelEventWin.cpp | 125 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent() 130 …m_granularity = (verticalMultiplier == WHEEL_PAGESCROLL) ? ScrollByPageWheelEvent : ScrollByPixelW… in PlatformWheelEvent() 131 if (m_granularity == ScrollByPixelWheelEvent) in PlatformWheelEvent()
|
/external/webkit/Source/WebCore/dom/ |
D | WheelEvent.cpp | 39 , m_granularity(Pixel) in WheelEvent() 54 , m_granularity(granularity) in WheelEvent() 80 m_granularity = Pixel; in initWheelEvent()
|
D | WheelEvent.h | 63 Granularity granularity() const { return m_granularity; } in granularity() 82 Granularity m_granularity; variable
|
/external/webkit/Source/WebCore/platform/ |
D | PlatformWheelEvent.h | 94 , 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/ |
D | WheelEventQt.cpp | 64 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent() 83 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | MouseWheelEventWx.cpp | 38 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PlatformWheelEventHaiku.cpp | 49 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PlatformWheelEventGtk.cpp | 64 m_granularity = ScrollByPixelWheelEvent; in PlatformWheelEvent()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PlatformWheelEventEfl.cpp | 48 , m_granularity(ScrollByPixelWheelEvent) in PlatformWheelEvent()
|
/external/webkit/Source/WebCore/editing/ |
D | SelectionController.h | 96 TextGranularity granularity() const { return m_granularity; } in granularity() 227 TextGranularity m_granularity; variable
|
D | TypingCommand.h | 120 TextGranularity m_granularity; variable
|
D | TypingCommand.cpp | 70 , m_granularity(granularity) in TypingCommand() 295 deleteKeyPressed(m_granularity, m_killRing); in doApply() 298 forwardDeleteKeyPressed(m_granularity, m_killRing); in doApply()
|
D | SelectionController.cpp | 79 , 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/ |
D | WheelEventMac.mm | 95 , m_granularity(ScrollByPixelWheelEvent)
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebInputEventConversion.cpp | 97 m_granularity = e.scrollByPage ? in PlatformWheelEventBuilder()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 41163 and m_granularity. m_deltaX and m_deltaY differ from m_wheelDeltaX and
|