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

  /external/chromium_org/ppapi/tests/
test_input_event.cc 175 PP_TouchPoint touch_point = PP_MakeTouchPoint(); local
176 touch_point.position = point;
179 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TOUCHES, touch_point);
180 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, touch_point);
181 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TARGETTOUCHES, touch_point);
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 223 const WebTouchPoint& touch_point = touches[i]; local
225 pp_pt.id = touch_point.id;
226 pp_pt.position.x = touch_point.position.x;
227 pp_pt.position.y = touch_point.position.y;
228 pp_pt.radius.x = touch_point.radiusX;
229 pp_pt.radius.y = touch_point.radiusY;
230 pp_pt.rotation_angle = touch_point.rotationAngle;
231 pp_pt.pressure = touch_point.force;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 1912 gfx::Point touch_point = gfx::ToFlooredPoint(touch_point_f); local
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 1456 WebTouchPoint* touch_point = &touch_points_[index]; local
1466 WebTouchPoint* touch_point = &touch_points_[index]; local
1478 WebTouchPoint* touch_point = &touch_points_[index]; local
1616 WebTouchPoint touch_point; local
1884 WebTouchPoint* touch_point = &touch_points_[i]; local
    [all...]

Completed in 520 milliseconds