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)
91 , m_directionInvertedFromDevice(false)
116 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; }
141 bool m_directionInvertedFromDevice;
  /external/chromium_org/third_party/WebKit/Source/core/events/
WheelEvent.cpp 47 , m_directionInvertedFromDevice(false)
76 , m_directionInvertedFromDevice(directionInvertedFromDevice)
100 m_directionInvertedFromDevice = false;
WheelEvent.h 94 bool webkitDirectionInvertedFromDevice() const { return m_directionInvertedFromDevice; }
114 bool m_directionInvertedFromDevice;

Completed in 647 milliseconds