summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/input/motion_event_android.h
Commit message (Expand)AuthorAgeFilesLines
* Move MotionEventAndroid to ui/events/androidkhushalsagar2015-11-051-138/+0
* Pass MotionEvent tilt angles to Blink on Android.eero.hakkinen2015-11-021-0/+4
* Set the unique_event_id when converting from TouchEvent to WebTouchEventlanwei2015-04-291-1/+4
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-041-26/+26
* Remove abstract Clone and Cancel methods from MotionEventjdduke2014-10-241-54/+44
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-24/+24
* Add modifier flags to MotionEventjdduke2014-09-121-1/+4
* Make touch orientation attributes visible in Blink.mustaq2014-09-021-3/+8
* [Android] Basic test coverage for MotionEventAndroidjdduke@chromium.org2014-08-091-1/+2
* Extend MotionEvent to have tool type and button statechangwan@chromium.org2014-06-211-1/+8
* [Android] Route raw screen coordinates to touch eventsjdduke@chromium.org2014-06-131-10/+12
* [Android] Use DIP coordinates with MotionEventAndroidjdduke@chromium.org2014-04-121-10/+20
* Store the id of a contributing motion event in GestureEventDatatdresser@chromium.org2014-04-041-0/+1
* [Android] Cache additional MotionEvent bits in MotionEventAndroidjdduke@chromium.org2014-03-081-3/+27
* [Android] Always insert a TouchCancel if window or tab focus is lostjdduke@chromium.org2014-03-051-5/+4
* [Android] Out with the Android GR, in with the new unified C++ GRjdduke@chromium.org2014-03-011-46/+48
* [Android] Provider a native (C++) MotionEvent wrapperjdduke@chromium.org2014-01-311-0/+87