Home
last modified time | relevance | path

Searched refs:m_directionInvertedFromDevice (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformWheelEvent.h68 , m_directionInvertedFromDevice(false) in PlatformWheelEvent()
89 , m_directionInvertedFromDevice(false) in PlatformWheelEvent()
124 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; } in directionInvertedFromDevice()
147 bool m_directionInvertedFromDevice; variable
/external/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.cpp48 , m_directionInvertedFromDevice(false) in WheelEvent()
77 , m_directionInvertedFromDevice(directionInvertedFromDevice) in WheelEvent()
101 m_directionInvertedFromDevice = false; in initWheelEvent()
DWheelEvent.h94 bool webkitDirectionInvertedFromDevice() const { return m_directionInvertedFromDevice; } in webkitDirectionInvertedFromDevice()
112 bool m_directionInvertedFromDevice; variable