m_deltaY           46 Source/core/events/GestureEvent.h     float deltaY() const { return m_deltaY; }
m_deltaY           55 Source/core/events/GestureEvent.h     float m_deltaY;
m_deltaY           44 Source/core/events/WheelEvent.cpp     , m_deltaY(0)
m_deltaY           56 Source/core/events/WheelEvent.cpp     , m_deltaY(initializer.deltaY ? initializer.deltaY : -initializer.wheelDeltaY)
m_deltaY           73 Source/core/events/WheelEvent.cpp     , m_deltaY(-rawDelta.y())
m_deltaY           98 Source/core/events/WheelEvent.cpp     m_deltaY = -rawDeltaY;
m_deltaY           85 Source/core/events/WheelEvent.h     double deltaY() const { return m_deltaY; } // Positive when scrolling down.
m_deltaY          111 Source/core/events/WheelEvent.h     double m_deltaY;
m_deltaY           58 Source/platform/PlatformGestureEvent.h         m_data.m_scrollUpdate.m_deltaY = deltaY;
m_deltaY           79 Source/platform/PlatformGestureEvent.h         return m_data.m_scrollUpdate.m_deltaY;
m_deltaY          120 Source/platform/PlatformGestureEvent.h             float m_deltaY;
m_deltaY           64 Source/platform/PlatformWheelEvent.h         , m_deltaY(0)
m_deltaY           87 Source/platform/PlatformWheelEvent.h         , m_deltaY(deltaY)
m_deltaY          109 Source/platform/PlatformWheelEvent.h         copy.m_deltaX = copy.m_deltaY;
m_deltaY          110 Source/platform/PlatformWheelEvent.h         copy.m_deltaY = 0;
m_deltaY          121 Source/platform/PlatformWheelEvent.h     float deltaY() const { return m_deltaY; }
m_deltaY          149 Source/platform/PlatformWheelEvent.h     float m_deltaY;
m_deltaY          132 Source/web/WebInputEventConversion.cpp     m_deltaY = e.deltaY;
m_deltaY          183 Source/web/WebInputEventConversion.cpp         m_data.m_scrollUpdate.m_deltaY = e.data.scrollUpdate.deltaY / scale;
m_deltaY          190 Source/web/WebInputEventConversion.cpp         m_data.m_scrollUpdate.m_deltaY = e.data.scrollUpdate.deltaY / scale;