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

  /external/chromium_org/content/renderer/
disambiguation_popup_helper.cc 66 const gfx::Point& touch_point,
73 int left = touch_point.x() - zoom_rect.x();
74 int right = zoom_rect.right() - touch_point.x();
75 int top = touch_point.y() - zoom_rect.y();
76 int bottom = zoom_rect.bottom() - touch_point.y();
80 return gfx::Rect(touch_point.x() - left,
81 touch_point.y() - top,
  /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/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/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...]
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_controller_unittest.cc 172 gfx::PointF touch_point(touch_event.touches[0].position.x,
174 gfx::Vector2dF delta = touch_point - last_touch_point_;
178 start_to_end_distance_ = touch_point - start_;
180 last_touch_point_ = touch_point;
    [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/ui/views/controls/textfield/
textfield_unittest.cc     [all...]

Completed in 1129 milliseconds