HomeSort by relevance Sort by last modified time
    Searched defs:client_point (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_win.cc 410 POINT client_point = { result.globalX, result.globalY }; local
411 MapWindowPoints(0, hwnd, &client_point, 1);
412 result.x = client_point.x;
413 result.y = client_point.y;
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 190 gfx::Point client_point; local
204 rvh()->DragTargetDragEnter(dropped_data, client_point, screen_point,
render_widget_host_view_guest.cc 597 const gfx::Point& client_point = gesture->location(); local
600 web_gesture.x = client_point.x();
601 web_gesture.y = client_point.y();
render_widget_host_view_win.cc 215 POINT client_point = { result.globalX, result.globalY }; local
216 MapWindowPoints(0, hwnd, &client_point, 1);
217 result.x = client_point.x;
218 result.y = client_point.y;
263 POINT client_point = gesture.location().ToPOINT(); local
267 gesture_event.x = client_point.x;
268 gesture_event.y = client_point.y;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 446 gfx::Point client_point = local
449 return gfx::Rect(client_point.x(), client_point.y(),
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 520 gfx::Point client_point = local
523 return gfx::Rect(client_point.x(), client_point.y(),
    [all...]

Completed in 460 milliseconds