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/core/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/dom/
WheelEvent.h 87 bool webkitDirectionInvertedFromDevice() const { return m_directionInvertedFromDevice; }
102 bool m_directionInvertedFromDevice;
WheelEvent.cpp 41 , m_directionInvertedFromDevice(false)
65 , m_directionInvertedFromDevice(directionInvertedFromDevice)
90 m_directionInvertedFromDevice = false;

Completed in 154 milliseconds