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

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

Completed in 211 milliseconds