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

  /external/chromium_org/ash/wm/
coordinate_conversion.h 29 ASH_EXPORT aura::Window* GetRootWindowMatching(const gfx::Rect& rect);
coordinate_conversion.cc 28 aura::Window* GetRootWindowMatching(const gfx::Rect& rect) {
stacking_controller.cc 30 return wm::GetRootWindowMatching(bounds);
window_resizer.cc 214 Shell::GetContainer(wm::GetRootWindowMatching(near_passed_location),
  /external/chromium_org/ash/
extended_desktop_unittest.cc 308 TEST_F(ExtendedDesktopTest, GetRootWindowMatching) {
319 wm::GetRootWindowMatching(gfx::Rect(-300, 10, 50, 50)));
321 wm::GetRootWindowMatching(gfx::Rect(100, 10, 50, 50)));
325 wm::GetRootWindowMatching(gfx::Rect(-200, 0, 300, 300)));
327 wm::GetRootWindowMatching(gfx::Rect(-100, 0, 300, 300)));
331 wm::GetRootWindowMatching(gfx::Rect(0, 0, 0, 0)));
333 wm::GetRootWindowMatching(gfx::Rect(0, 0, 1, 1)));
337 wm::GetRootWindowMatching(gfx::Rect(-400, 100, 0, 0)));
339 wm::GetRootWindowMatching(gfx::Rect(100, 100, 0, 0)));
343 wm::GetRootWindowMatching(gfx::Rect(-600, -300, 50, 50)))
    [all...]
shell.cc 290 wm::GetRootWindowMatching(gfx::Rect(location_in_screen, gfx::Size()));
    [all...]
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 100 wm::GetRootWindowMatching(target_bounds_in_screen_),

Completed in 2863 milliseconds