/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/chrome/browser/ui/fullscreen/ |
D | fullscreen_exit_bubble.cc | 51 gfx::Point cursor_pos = GetCursorScreenPoint(); in StartWatchingMouse() 89 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/ash/display/ |
D | screen_ash.cc | 77 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()
|
D | screen_ash.h | 65 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
/external/chromium_org/ui/aura/test/ |
D | test_screen.cc | 128 gfx::Point TestScreen::GetCursorScreenPoint() { in GetCursorScreenPoint() function in aura::TestScreen 133 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
|
D | test_screen.h | 53 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 | 25 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;
|
D | fullscreen_exit_bubble_views.cc | 469 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/ |
D | desktop_screen_x11.h | 35 virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
D | desktop_screen_x11.cc | 119 gfx::Point DesktopScreenX11::GetCursorScreenPoint() { in GetCursorScreenPoint() function in views::DesktopScreenX11 141 return GetWindowAtScreenPoint(GetCursorScreenPoint()); in GetWindowUnderCursor()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_shower_views.cc | 105 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()
|
/external/chromium_org/chrome/browser/ui/views/status_icons/ |
D | status_tray_win.cc | 192 gfx::Screen::GetNativeScreen()->GetCursorScreenPoint()); in WndProc()
|
/external/chromium_org/ui/views/controls/button/ |
D | custom_button_unittest.cc | 65 widget->GetNativeView())->GetCursorScreenPoint(); in TEST_F()
|