Home
last modified time | relevance | path

Searched refs:touch_point (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/content/renderer/
Ddisambiguation_popup_helper.cc66 const gfx::Point& touch_point, in CropZoomArea() argument
73 int left = touch_point.x() - zoom_rect.x(); in CropZoomArea()
74 int right = zoom_rect.right() - touch_point.x(); in CropZoomArea()
75 int top = touch_point.y() - zoom_rect.y(); in CropZoomArea()
76 int bottom = zoom_rect.bottom() - touch_point.y(); in CropZoomArea()
80 return gfx::Rect(touch_point.x() - left, in CropZoomArea()
81 touch_point.y() - top, in CropZoomArea()
/external/chromium_org/ppapi/tests/
Dtest_input_event.cc165 PP_TouchPoint touch_point = PP_MakeTouchPoint(); in CreateTouchEvent() local
166 touch_point.position = point; in CreateTouchEvent()
169 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TOUCHES, touch_point); in CreateTouchEvent()
170 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, touch_point); in CreateTouchEvent()
171 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TARGETTOUCHES, touch_point); in CreateTouchEvent()
/external/chromium_org/content/renderer/pepper/
Devent_conversion.cc224 const WebTouchPoint& touch_point = touches[i]; in SetPPTouchPoints() local
226 pp_pt.id = touch_point.id; in SetPPTouchPoints()
227 pp_pt.position.x = touch_point.position.x; in SetPPTouchPoints()
228 pp_pt.position.y = touch_point.position.y; in SetPPTouchPoints()
229 pp_pt.radius.x = touch_point.radiusX; in SetPPTouchPoints()
230 pp_pt.radius.y = touch_point.radiusY; in SetPPTouchPoints()
231 pp_pt.rotation_angle = touch_point.rotationAngle; in SetPPTouchPoints()
232 pp_pt.pressure = touch_point.force; in SetPPTouchPoints()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_win.cc285 TouchEventFromWebTouchPoint(const blink::WebTouchPoint& touch_point, in TouchEventFromWebTouchPoint() argument
287 : ui::TouchEvent(ConvertToUIEvent(touch_point.state), in TouchEventFromWebTouchPoint()
288 touch_point.position, in TouchEventFromWebTouchPoint()
289 touch_point.id, in TouchEventFromWebTouchPoint()
291 set_radius(touch_point.radiusX, touch_point.radiusY); in TouchEventFromWebTouchPoint()
292 set_rotation_angle(touch_point.rotationAngle); in TouchEventFromWebTouchPoint()
293 set_force(touch_point.force); in TouchEventFromWebTouchPoint()
365 bool UpdateTouchPoint(blink::WebTouchPoint* touch_point,
2176 blink::WebTouchPoint* touch_point, in UpdateTouchPoint() argument
2197 touch_point->screenPosition.x == coordinates.x && in UpdateTouchPoint()
[all …]
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_manager.cc112 gfx::Point touch_point = delegate_->GetLastTouchEventLocation(); in IsOSKAllowed() local
113 return bounds.Contains(touch_point); in IsOSKAllowed()
/external/chromium_org/native_client_sdk/src/libraries/ppapi_cpp/
Dlibrary.dsc146 'touch_point.h',
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc2343 gfx::Point touch_point; in GetCursorScreenPoint() local
2345 GetLastTouchPointForTarget(widget_window, &touch_point); in GetCursorScreenPoint()
2347 ash::wm::ConvertPointToScreen(widget_window->GetRootWindow(), &touch_point); in GetCursorScreenPoint()
2348 return touch_point; in GetCursorScreenPoint()
/external/chromium_org/ppapi/
Dppapi_sources.gypi215 'cpp/touch_point.h',
/external/chromium_org/content/
Dcontent_browser.target.linux-arm.mk105 content/browser/android/touch_point.cc \
Dcontent_browser.target.darwin-arm.mk105 content/browser/android/touch_point.cc \
Dcontent_browser.target.darwin-x86.mk105 content/browser/android/touch_point.cc \
Dcontent_browser.target.linux-mips.mk105 content/browser/android/touch_point.cc \
Dcontent_browser.target.linux-x86.mk105 content/browser/android/touch_point.cc \
Dcontent_browser.target.darwin-mips.mk105 content/browser/android/touch_point.cc \
Dcontent_browser.gypi284 'browser/android/touch_point.cc',
285 'browser/android/touch_point.h',