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 191 gfx::Point client_point; local
205 rvh()->DragTargetDragEnter(dropped_data, client_point, screen_point,
render_widget_host_view_guest.cc 552 const gfx::Point& client_point = gesture->location(); local
555 web_gesture.x = client_point.x();
556 web_gesture.y = client_point.y();
render_widget_host_view_win.cc 213 POINT client_point = { result.globalX, result.globalY }; local
214 MapWindowPoints(0, hwnd, &client_point, 1);
215 result.x = client_point.x;
216 result.y = client_point.y;
261 POINT client_point = gesture.location().ToPOINT(); local
265 gesture_event.x = client_point.x;
266 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 508 gfx::Point client_point = local
511 return gfx::Rect(client_point.x(), client_point.y(),
    [all...]

Completed in 382 milliseconds