Home
last modified time | relevance | path

Searched refs:directionInvertedFromDevice (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.h70 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice) in create() argument
73 … screenLocation, pageLocation, ctrlKey, altKey, shiftKey, metaKey, directionInvertedFromDevice)); in create()
105 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice);
DWheelEvent.cpp66 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice) in WheelEvent() argument
77 , m_directionInvertedFromDevice(directionInvertedFromDevice) in WheelEvent()
146 …trlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.directionInvertedFromDevice())); in WheelEventDispatchMediator()
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformWheelEvent.h124 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; } in directionInvertedFromDevice() function