Searched refs:directionInvertedFromDevice (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | WheelEvent.h | 70 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);
|
D | WheelEvent.cpp | 66 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/ |
D | PlatformWheelEvent.h | 124 bool directionInvertedFromDevice() const { return m_directionInvertedFromDevice; } in directionInvertedFromDevice() function
|