/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/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view_ash.cc | 192 gfx::Point client_point(point); 193 View::ConvertPointToTarget(this, frame()->client_view(), &client_point); 196 if (client_point.y() < tabstrip_bounds.y() + kTabShadowHeight)
|
/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...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.cc | [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.cc | [all...] |
render_view_impl.h | [all...] |