Home
last modified time | relevance | path

Searched refs:GetCursorScreenPoint (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/mojo/aura/
Dscreen_mojo.cc25 gfx::Point ScreenMojo::GetCursorScreenPoint() { in GetCursorScreenPoint() function in mojo::ScreenMojo
31 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
Dscreen_mojo.h28 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
/external/chromium_org/mojo/services/view_manager/
Dscreen_impl.cc27 gfx::Point ScreenImpl::GetCursorScreenPoint() { in GetCursorScreenPoint() function in mojo::view_manager::service::ScreenImpl
33 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
Dscreen_impl.h30 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.cc50 gfx::Point cursor_pos = GetCursorScreenPoint(); in StartWatchingMouse()
88 gfx::Point cursor_pos = GetCursorScreenPoint(); in CheckMousePosition()
Dfullscreen_exit_bubble.h44 virtual gfx::Point GetCursorScreenPoint() = 0;
/external/chromium_org/ash/test/
Dui_controls_factory_ash.cc103 gfx::Point p(ash::Shell::GetScreen()->GetCursorScreenPoint()); in SendMouseEvents()
117 gfx::Point p(ash::Shell::GetScreen()->GetCursorScreenPoint()); in SendMouseClick()
/external/chromium_org/ui/aura/test/
Dtest_screen.cc110 gfx::Point TestScreen::GetCursorScreenPoint() { in GetCursorScreenPoint() function in aura::TestScreen
115 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
Dtest_screen.h51 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
/external/chromium_org/ash/display/
Dscreen_ash.cc77 virtual gfx::Point GetCursorScreenPoint() OVERRIDE { in GetCursorScreenPoint() function in ash::__anon1ff42c6e0111::ScreenForShutdown
211 gfx::Point ScreenAsh::GetCursorScreenPoint() { in GetCursorScreenPoint() function in ash::ScreenAsh
216 return GetWindowAtScreenPoint(Shell::GetScreen()->GetCursorScreenPoint()); in GetWindowUnderCursor()
Dscreen_ash.h65 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
/external/chromium_org/ui/views/controls/scrollbar/
Dbase_scroll_bar_button.cc40 gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in RepeaterNotifyClick()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_mouse_watcher_timer.cc69 return gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in GetMousePosition()
/external/chromium_org/ui/gfx/
Dscreen.h57 virtual gfx::Point GetCursorScreenPoint() = 0;
Dscreen_win.h22 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
Dscreen_android.cc20 virtual gfx::Point GetCursorScreenPoint() OVERRIDE { return gfx::Point(); } in GetCursorScreenPoint() function in gfx::ScreenAndroid
Dscreen_ios.mm19 virtual gfx::Point GetCursorScreenPoint() OVERRIDE {
/external/chromium_org/chrome/browser/download/
Ddrag_download_item_views.cc64 gfx::Point location = gfx::Screen::GetScreenFor(view)->GetCursorScreenPoint(); in DragDownloadItem()
/external/chromium_org/chrome/browser/ui/views/app_list/win/
Dapp_list_win.cc82 gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in MoveNearCursor()
/external/chromium_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.h69 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_x11.h39 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
Dx11_whole_screen_move_loop.cc107 screen->GetCursorScreenPoint() - drag_offset_); in DispatchEvent()
357 gfx::Screen::GetNativeScreen()->GetCursorScreenPoint() - drag_offset_); in CreateDragImageWindow()
Ddesktop_screen_x11.cc182 gfx::Point DesktopScreenX11::GetCursorScreenPoint() { in GetCursorScreenPoint() function in views::DesktopScreenX11
204 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_shower_views.cc110 gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in MakeViewForCurrentProfile()
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
Dapp_list_linux.cc86 gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in MoveNearCursor()

123