Home
last modified time | relevance | path

Searched refs:GetCursorScreenPoint (Results 1 – 25 of 52) 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/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.cc51 gfx::Point cursor_pos = GetCursorScreenPoint(); in StartWatchingMouse()
89 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/ash/display/
Dscreen_ash.cc77 virtual gfx::Point GetCursorScreenPoint() OVERRIDE { in GetCursorScreenPoint() function in ash::__anona94826210111::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/aura/test/
Dtest_screen.cc128 gfx::Point TestScreen::GetCursorScreenPoint() { in GetCursorScreenPoint() function in aura::TestScreen
133 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
Dtest_screen.h53 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.h25 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;
Dfullscreen_exit_bubble_views.cc469 gfx::Point FullscreenExitBubbleViews::GetCursorScreenPoint() { in GetCursorScreenPoint() function in FullscreenExitBubbleViews
471 browser_view_->GetWidget()->GetNativeView())->GetCursorScreenPoint(); in GetCursorScreenPoint()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_x11.h35 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
Ddesktop_screen_x11.cc119 gfx::Point DesktopScreenX11::GetCursorScreenPoint() { in GetCursorScreenPoint() function in views::DesktopScreenX11
141 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_shower_views.cc105 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()
/external/chromium_org/chrome/browser/ui/views/status_icons/
Dstatus_tray_win.cc192 gfx::Screen::GetNativeScreen()->GetCursorScreenPoint()); in WndProc()
/external/chromium_org/ui/views/controls/button/
Dcustom_button_unittest.cc65 widget->GetNativeView())->GetCursorScreenPoint(); in TEST_F()

123