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 226 const WebTouchPoint& touch_point = touches[i]; local
228 (touch_point.state == WebTouchPoint::StateReleased ||
229 touch_point.state == WebTouchPoint::StateCancelled)) {
233 (touch_point.state == WebTouchPoint::StateUndefined ||
234 touch_point.state == WebTouchPoint::StateStationary)) {
238 pp_pt.id = touch_point.id;
239 pp_pt.position.x = touch_point.position.x;
240 pp_pt.position.y = touch_point.position.y;
241 pp_pt.radius.x = touch_point.radiusX;
242 pp_pt.radius.y = touch_point.radiusY
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 1747 gfx::Point touch_point = gfx::ToFlooredPoint(touch_point_f); local
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 1486 WebTouchPoint* touch_point = &touch_points_[index]; local
1496 WebTouchPoint* touch_point = &touch_points_[index]; local
1508 WebTouchPoint* touch_point = &touch_points_[index]; local
1648 WebTouchPoint touch_point; local
1918 WebTouchPoint* touch_point = &touch_points_[i]; local
    [all...]

Completed in 507 milliseconds