Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/
Dworkspace_controller_unittest.cc350 const gfx::Rect w1_bounds(0, 1, 101, 102); in TEST_F() local
371 w1->SetBounds(w1_bounds); in TEST_F()
402 w1->SetBounds(w1_bounds); in TEST_F()
584 const gfx::Rect w1_bounds(0, shelf->GetIdealBounds().y(), 100, 200); in TEST_F() local
586 w1->SetBounds(w1_bounds); in TEST_F()
589 EXPECT_EQ(w1_bounds.ToString(), w1->bounds().ToString()); in TEST_F()
607 EXPECT_NE(w1_bounds.ToString(), w1->bounds().ToString()); in TEST_F()