GetWindowAtScreenPoint  214 ash/display/screen_ash.cc   return GetWindowAtScreenPoint(Shell::GetScreen()->GetCursorScreenPoint());
GetWindowAtScreenPoint   66 ash/display/screen_ash.h   virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
GetWindowAtScreenPoint  175 chrome/browser/ui/views/autofill/autofill_popup_base_view.cc       gfx::NativeWindow window = screen->GetWindowAtScreenPoint(screen_loc);
GetWindowAtScreenPoint   32 mojo/examples/aura_demo/demo_screen.cc   return GetWindowAtScreenPoint(GetCursorScreenPoint());
GetWindowAtScreenPoint   31 mojo/examples/aura_demo/demo_screen.h   virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
GetWindowAtScreenPoint  114 ui/aura/test/test_screen.cc   return GetWindowAtScreenPoint(GetCursorScreenPoint());
GetWindowAtScreenPoint   51 ui/aura/test/test_screen.h   virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
GetWindowAtScreenPoint   63 ui/gfx/screen.h   virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) = 0;
GetWindowAtScreenPoint   24 ui/gfx/screen_win.h   virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
GetWindowAtScreenPoint 2122 ui/views/controls/menu/menu_controller.cc   gfx::NativeWindow window = screen->GetWindowAtScreenPoint(screen_loc);
GetWindowAtScreenPoint   90 ui/views/corewm/tooltip_controller.cc       aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc);
GetWindowAtScreenPoint  230 ui/views/widget/desktop_aura/desktop_screen_x11.cc   return GetWindowAtScreenPoint(GetCursorScreenPoint());
GetWindowAtScreenPoint   41 ui/views/widget/desktop_aura/desktop_screen_x11.h   virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
GetWindowAtScreenPoint  268 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc TEST_F(DesktopScreenX11Test, GetWindowAtScreenPoint) {
GetWindowAtScreenPoint  283 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc             screen()->GetWindowAtScreenPoint(gfx::Point(115, 115)));
GetWindowAtScreenPoint  285 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc             screen()->GetWindowAtScreenPoint(gfx::Point(155, 155)));
GetWindowAtScreenPoint  287 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc             screen()->GetWindowAtScreenPoint(gfx::Point(200, 200)));
GetWindowAtScreenPoint  296 ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc             screen()->GetWindowAtScreenPoint(gfx::Point(115, 115)));
GetWindowAtScreenPoint   60 ui/views/widget/tooltip_manager_aura.cc   aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc);