/external/chromium_org/mojo/aura/ |
D | screen_mojo.cc | 25 gfx::Point ScreenMojo::GetCursorScreenPoint() { in GetCursorScreenPoint() function in mojo::ScreenMojo 31 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
|
D | screen_mojo.h | 28 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
/external/chromium_org/mojo/services/view_manager/ |
D | screen_impl.cc | 27 gfx::Point ScreenImpl::GetCursorScreenPoint() { in GetCursorScreenPoint() function in mojo::view_manager::service::ScreenImpl 33 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
|
D | screen_impl.h | 30 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/fullscreen/ |
D | fullscreen_exit_bubble.cc | 50 gfx::Point cursor_pos = GetCursorScreenPoint(); in StartWatchingMouse() 88 gfx::Point cursor_pos = GetCursorScreenPoint(); in CheckMousePosition()
|
D | fullscreen_exit_bubble.h | 44 virtual gfx::Point GetCursorScreenPoint() = 0;
|
/external/chromium_org/ash/test/ |
D | ui_controls_factory_ash.cc | 103 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/ |
D | test_screen.cc | 110 gfx::Point TestScreen::GetCursorScreenPoint() { in GetCursorScreenPoint() function in aura::TestScreen 115 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
|
D | test_screen.h | 51 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
/external/chromium_org/ash/display/ |
D | screen_ash.cc | 77 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()
|
D | screen_ash.h | 65 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | base_scroll_bar_button.cc | 40 gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in RepeaterNotifyClick()
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_mouse_watcher_timer.cc | 69 return gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in GetMousePosition()
|
/external/chromium_org/ui/gfx/ |
D | screen.h | 57 virtual gfx::Point GetCursorScreenPoint() = 0;
|
D | screen_win.h | 22 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
D | screen_android.cc | 20 virtual gfx::Point GetCursorScreenPoint() OVERRIDE { return gfx::Point(); } in GetCursorScreenPoint() function in gfx::ScreenAndroid
|
D | screen_ios.mm | 19 virtual gfx::Point GetCursorScreenPoint() OVERRIDE {
|
/external/chromium_org/chrome/browser/download/ |
D | drag_download_item_views.cc | 64 gfx::Point location = gfx::Screen::GetScreenFor(view)->GetCursorScreenPoint(); in DragDownloadItem()
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
D | app_list_win.cc | 82 gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in MoveNearCursor()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | fullscreen_exit_bubble_views.h | 69 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_screen_x11.h | 39 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
D | x11_whole_screen_move_loop.cc | 107 screen->GetCursorScreenPoint() - drag_offset_); in DispatchEvent() 357 gfx::Screen::GetNativeScreen()->GetCursorScreenPoint() - drag_offset_); in CreateDragImageWindow()
|
D | desktop_screen_x11.cc | 182 gfx::Point DesktopScreenX11::GetCursorScreenPoint() { in GetCursorScreenPoint() function in views::DesktopScreenX11 204 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_shower_views.cc | 110 gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in MakeViewForCurrentProfile()
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
D | app_list_linux.cc | 86 gfx::Point cursor = gfx::Screen::GetNativeScreen()->GetCursorScreenPoint(); in MoveNearCursor()
|