Searched defs:GetCursorScreenPoint (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/
H A Dscreen_ash.cc116 gfx::Point ScreenAsh::GetCursorScreenPoint() { function in class:ash::ScreenAsh
121 return GetWindowAtScreenPoint(Shell::GetScreen()->GetCursorScreenPoint());
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc107 gfx::Point TestScreen::GetCursorScreenPoint() { function in class:aura::TestScreen
112 return GetWindowAtScreenPoint(GetCursorScreenPoint());
/external/chromium_org/chrome/browser/ui/gtk/
H A Dfullscreen_exit_bubble_gtk.cc186 gfx::Point FullscreenExitBubbleGtk::GetCursorScreenPoint() { function in class:FullscreenExitBubbleGtk
/external/chromium_org/ui/gfx/
H A Dscreen_win.cc64 gfx::Point ScreenWin::GetCursorScreenPoint() { function in class:gfx::ScreenWin
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc470 gfx::Point FullscreenExitBubbleViews::GetCursorScreenPoint() { function in class:FullscreenExitBubbleViews
472 browser_view_->GetWidget()->GetNativeView())->GetCursorScreenPoint();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc158 gfx::Point DesktopScreenX11::GetCursorScreenPoint() { function in class:views::DesktopScreenX11
159 TRACE_EVENT0("views", "DesktopScreenX11::GetCursorScreenPoint()");
180 return GetWindowAtScreenPoint(GetCursorScreenPoint());
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc64 start_screen_point_ = GetCursorScreenPoint();
199 gfx::Point cursor_point = GetCursorScreenPoint();
233 gfx::Point screen_point = GetCursorScreenPoint();
696 gfx::Point DraggedTabControllerGtk::GetCursorScreenPoint() const { function in class:DraggedTabControllerGtk
780 window = DockInfo::GetLocalProcessWindowAtPoint(GetCursorScreenPoint(),
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc360 start_screen_point_ = GetCursorScreenPoint();
571 gfx::Point cursor_point = GetCursorScreenPoint();
649 gfx::Point screen_point = GetCursorScreenPoint();
667 gfx::Point screen_point = GetCursorScreenPoint();
1362 gfx::Point DraggedTabController::GetCursorScreenPoint() const { function in class:DraggedTabController
1430 window = DockInfo::GetLocalProcessWindowAtPoint(GetCursorScreenPoint(),
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc745 Drag(GetCursorScreenPoint());
1562 gfx::Point point_in_screen(GetCursorScreenPoint());
2334 gfx::Point TabDragController::GetCursorScreenPoint() { function in class:TabDragController
2351 return screen_->GetCursorScreenPoint();

Completed in 159 milliseconds