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

  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 237 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 = event->root_location() local
340 const gfx::Point root_point = event->root_location(); local
    [all...]
ui_events_helper.cc 317 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/
panel_layout_manager_unittest.cc 99 gfx::Point root_point = gfx::Point(panel_bounds.x(), panel_bounds.y()); local
100 gfx::Display display = ScreenUtil::FindDisplayContainingPoint(root_point);
    [all...]

Completed in 44 milliseconds