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

  /external/chromium_org/third_party/WebKit/Source/core/events/
WheelEvent.h 94 bool webkitDirectionInvertedFromDevice() const { return m_directionInvertedFromDevice; }
114 bool m_directionInvertedFromDevice;
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 68 , m_directionInvertedFromDevice(false)
91 , m_directionInvertedFromDevice(false)
116 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; }
141 bool m_directionInvertedFromDevice;

Completed in 167 milliseconds