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

  /external/chromium_org/third_party/WebKit/Source/core/events/
WheelEvent.h 70 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice)
73 screenLocation, pageLocation, ctrlKey, altKey, shiftKey, metaKey, directionInvertedFromDevice));
107 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice);
WheelEvent.cpp 65 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice)
76 , m_directionInvertedFromDevice(directionInvertedFromDevice)
150 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.directionInvertedFromDevice()));
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 116 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; }

Completed in 66 milliseconds