HomeSort by relevance Sort by last modified time
    Searched defs:touch_location (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data_packet.h 48 const gfx::PointF& touch_location() const { return touch_location_; } function in class:ui::GestureEventDataPacket
54 const gfx::PointF& touch_location,
  /external/chromium_org/ui/base/win/
hwnd_subclass.cc 145 POINT touch_location = {TOUCH_COORD_TO_PIXEL(point.x), local
147 HWND actual_target = WindowFromPoint(touch_location);

Completed in 70 milliseconds