Searched refs:root_window_bounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc409 gfx::Rect root_window_bounds = local
411 window_bounds.Offset(root_window_bounds.width(), root_window_bounds.height());
412 ASSERT_FALSE(window_bounds.Intersects(root_window_bounds));
417 bounds.Intersect(root_window_bounds);
436 bounds.Intersect(root_window_bounds);
442 ASSERT_TRUE(window_bounds.Intersects(root_window_bounds));
448 bounds.Intersect(root_window_bounds);
457 EXPECT_GE(root_window_bounds.width(),
459 EXPECT_GE(root_window_bounds
[all...]

Completed in 1124 milliseconds