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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 68 , m_directionInvertedFromDevice(false)
89 , m_directionInvertedFromDevice(false)
124 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; }
147 bool m_directionInvertedFromDevice;
  /external/chromium_org/third_party/WebKit/Source/core/events/
WheelEvent.cpp 48 , m_directionInvertedFromDevice(false)
77 , m_directionInvertedFromDevice(directionInvertedFromDevice)
101 m_directionInvertedFromDevice = false;
WheelEvent.h 94 bool webkitDirectionInvertedFromDevice() const { return m_directionInvertedFromDevice; }
112 bool m_directionInvertedFromDevice;

Completed in 212 milliseconds