Home
last modified time | relevance | path

Searched defs:touch_location (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
Dgesture_event_data_packet.cc42 const gfx::PointF& touch_location, in GestureEventDataPacket()
Dgesture_event_data_packet.h49 const gfx::PointF& touch_location() const { return touch_location_; } in touch_location() function
/external/chromium_org/ui/base/win/
Dhwnd_subclass.cc145 POINT touch_location = {TOUCH_COORD_TO_PIXEL(point.x), in OnWndProc() local
/external/chromium_org/ui/aura/
Dwindow_event_dispatcher_unittest.cc732 const gfx::Point touch_location(60, 60); in TEST_F() local