HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowAtScreenPoint (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/mojo/aura/
screen_mojo.cc 31 return GetWindowAtScreenPoint(GetCursorScreenPoint());
34 gfx::NativeWindow ScreenMojo::GetWindowAtScreenPoint(const gfx::Point& point) {
screen_mojo.h 30 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
  /external/chromium_org/ui/gfx/
screen.h 63 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) = 0;
screen_win.h 27 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
screen_android.cc 27 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
screen_win.cc 113 gfx::NativeWindow ScreenWin::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.h 37 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
desktop_screen_x11.cc 141 return GetWindowAtScreenPoint(GetCursorScreenPoint());
144 gfx::NativeWindow DesktopScreenX11::GetWindowAtScreenPoint(
  /external/chromium_org/ash/display/
screen_ash.h 67 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
screen_ash.cc 83 virtual gfx::NativeWindow GetWindowAtScreenPoint(
216 return GetWindowAtScreenPoint(Shell::GetScreen()->GetCursorScreenPoint());
219 gfx::NativeWindow ScreenAsh::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ui/aura/test/
test_screen.h 55 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
test_screen.cc 133 return GetWindowAtScreenPoint(GetCursorScreenPoint());
136 gfx::NativeWindow TestScreen::GetWindowAtScreenPoint(const gfx::Point& point) {
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 60 aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc);
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 81 virtual gfx::NativeWindow GetWindowAtScreenPoint(
  /external/chromium_org/athena/env/
athena_env_impl.cc 62 virtual gfx::NativeWindow GetWindowAtScreenPoint(
  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 90 aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc);
191 // Avoid a call to gfx::Screen::GetWindowAtScreenPoint() since it can be
  /external/chromium_org/chrome/browser/android/
shortcut_helper_unittest.cc 31 virtual gfx::NativeWindow GetWindowAtScreenPoint(
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 43 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 485 virtual gfx::NativeWindow GetWindowAtScreenPoint(
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc     [all...]

Completed in 546 milliseconds