Home
last modified time | relevance | path

Searched refs:overview_bounds (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/overview/
Dwindow_selector_unittest.cc364 gfx::Rect overview_bounds = in TEST_F() local
369 EXPECT_EQ(overview_bounds.x(), new_overview_bounds.x()); in TEST_F()
370 EXPECT_EQ(overview_bounds.y(), new_overview_bounds.y()); in TEST_F()
371 EXPECT_EQ(overview_bounds.width(), new_overview_bounds.width()); in TEST_F()
372 EXPECT_EQ(overview_bounds.height(), new_overview_bounds.height()); in TEST_F()
933 gfx::Rect overview_bounds( in TEST_F() local
935 EXPECT_TRUE(root_windows[1]->GetBoundsInScreen().Contains(overview_bounds)); in TEST_F()
942 EXPECT_EQ(overview_bounds.x(), new_overview_bounds.x()); in TEST_F()
943 EXPECT_EQ(overview_bounds.y(), new_overview_bounds.y()); in TEST_F()
944 EXPECT_EQ(overview_bounds.width(), new_overview_bounds.width()); in TEST_F()
[all …]