Home
last modified time | relevance | path

Searched refs:root_location_f (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/events/gestures/
Dmotion_event_aura.cc45 point_data.raw_x = touch.root_location_f().x(); in GetPointDataFromTouchEvent()
46 point_data.raw_y = touch.root_location_f().y(); in GetPointDataFromTouchEvent()
/external/chromium_org/content/browser/renderer_host/
Dui_events_helper.cc292 const gfx::PointF& root_point = event.root_location_f(); in UpdateWebTouchEventFromUIEvent()
/external/chromium_org/ui/events/
Devent.h279 const gfx::PointF& root_location_f() const { in root_location_f() function