HomeSort by relevance Sort by last modified time
    Searched defs:window2_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
window_selector_unittest.cc 93 gfx::RectF window2_bounds = GetTransformedTargetBounds(window2); local
94 return window1_bounds.Intersects(window2_bounds);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 114 gfx::Rect window2_bounds = panel2->GetBoundsInRootWindow(); local
116 EXPECT_FALSE(window1_bounds.Intersects(window2_bounds));

Completed in 95 milliseconds