GetRootWindowAt   132 ash/autoclick/autoclick_controller.cc         wm::GetRootWindowAt(mouse_location),
GetRootWindowAt   183 ash/autoclick/autoclick_controller.cc   aura::Window* root_window = wm::GetRootWindowAt(screen_location);
GetRootWindowAt   129 ash/display/mouse_cursor_event_filter.cc   aura::Window* root_at_point = wm::GetRootWindowAt(point_in_screen);
GetRootWindowAt   162 ash/display/mouse_cursor_event_filter.cc   aura::Window* dst_root = wm::GetRootWindowAt(point_in_dst_screen);
GetRootWindowAt   218 ash/display/screen_ash.cc   return wm::GetRootWindowAt(point)->GetTopWindowContainingPoint(point);
GetRootWindowAt    74 ash/drag_drop/drag_drop_tracker.cc       wm::GetRootWindowAt(location_in_screen);
GetRootWindowAt    92 ash/drag_drop/drag_drop_tracker.cc       ash::wm::GetRootWindowAt(location_in_screen),
GetRootWindowAt   287 ash/extended_desktop_unittest.cc TEST_F(ExtendedDesktopTest, GetRootWindowAt) {
GetRootWindowAt   295 ash/extended_desktop_unittest.cc   EXPECT_EQ(root_windows[1], wm::GetRootWindowAt(gfx::Point(-400, 100)));
GetRootWindowAt   296 ash/extended_desktop_unittest.cc   EXPECT_EQ(root_windows[1], wm::GetRootWindowAt(gfx::Point(-1, 100)));
GetRootWindowAt   297 ash/extended_desktop_unittest.cc   EXPECT_EQ(root_windows[0], wm::GetRootWindowAt(gfx::Point(0, 300)));
GetRootWindowAt   298 ash/extended_desktop_unittest.cc   EXPECT_EQ(root_windows[0], wm::GetRootWindowAt(gfx::Point(700,300)));
GetRootWindowAt   301 ash/extended_desktop_unittest.cc   EXPECT_EQ(root_windows[0], wm::GetRootWindowAt(gfx::Point(0, 0)));
GetRootWindowAt   304 ash/extended_desktop_unittest.cc   EXPECT_EQ(root_windows[1], wm::GetRootWindowAt(gfx::Point(-600, 0)));
GetRootWindowAt   305 ash/extended_desktop_unittest.cc   EXPECT_EQ(root_windows[0], wm::GetRootWindowAt(gfx::Point(701, 100)));
GetRootWindowAt   644 ash/shelf/shelf_view.cc       ash::wm::GetRootWindowAt(location_in_screen_coordinates),
GetRootWindowAt   667 ash/shelf/shelf_view.cc       ash::wm::GetRootWindowAt(location_in_screen_coordinates),
GetRootWindowAt    48 ash/test/ui_controls_factory_ash.cc   return GetUIControlsForRootWindow(ash::wm::GetRootWindowAt(point_in_screen));
GetRootWindowAt    25 ash/wm/coordinate_conversion.h ASH_EXPORT aura::Window* GetRootWindowAt(const gfx::Point& point);
GetRootWindowAt    84 ash/wm/drag_window_resizer.cc         wm::GetRootWindowAt(location_in_screen) == GetTarget()->GetRootWindow();
GetRootWindowAt   387 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc         new ScreenEventGeneratorDelegate(ash::wm::GetRootWindowAt(point))));
GetRootWindowAt    47 chrome/browser/ui/views/tabs/window_finder_ash.cc       screen_point, ignore, ::ash::wm::GetRootWindowAt(screen_point));