Searched refs:root_point (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.cc237 const gfx::Point root_point = event->root_location(); local
238 webkit_event.globalX = root_point.x();
239 webkit_event.globalY = root_point.y();
260 const gfx::Point root_point = event->root_location(); local
261 webkit_event.globalX = root_point.x();
262 webkit_event.globalY = root_point.y();
282 const gfx::Point root_point = event->root_location(); local
283 webkit_event.globalX = root_point.x();
284 webkit_event.globalY = root_point.y();
321 const gfx::Point root_point local
340 const gfx::Point root_point = event->root_location(); local
[all...]
H A Dui_events_helper.cc317 const gfx::PointF& root_point = event.root_location_f(); local
318 point->screenPosition.x = root_point.x();
319 point->screenPosition.y = root_point.y();
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc99 gfx::Point root_point = gfx::Point(panel_bounds.x(), panel_bounds.y()); local
100 gfx::Display display = ScreenUtil::FindDisplayContainingPoint(root_point);

Completed in 477 milliseconds