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

  /external/chromium_org/ui/views/corewm/
tooltip_win.cc 81 gfx::Point screen_point = gfx::win::DIPToScreenPoint(location_); local
83 screen_point.Offset(0, cursoroffset);
90 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(screen_point));
92 gfx::Rect tooltip_bounds(screen_point, size);
120 const gfx::Point screen_point = gfx::win::DIPToScreenPoint(location_); local
122 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(screen_point));
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 308 gfx::Point screen_point; local
309 views::View::ConvertPointToScreen(button, &screen_point);
315 gfx::Rect(screen_point, button->size()),
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 187 gfx::Point screen_point; local
200 rvh()->DragTargetDragEnter(dropped_data, client_point, screen_point,
render_widget_host_view_aura.cc 2289 const gfx::Point screen_point = local
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc 535 const gfx::Point& screen_point = gesture->location(); local
539 web_gesture.globalX = screen_point.x();
540 web_gesture.globalY = screen_point.y();
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 2336 POINT screen_point = CR_POINT_INITIALIZER_FROM_LPARAM(l_param_ht); local
2337 MapWindowPoints(hwnd(), HWND_DESKTOP, &screen_point, 1); local
2362 POINT screen_point = CR_POINT_INITIALIZER_FROM_LPARAM(l_param); local
2363 MapWindowPoints(hwnd(), HWND_DESKTOP, &screen_point, 1); local
    [all...]

Completed in 792 milliseconds