Home | History | Annotate | Download | only in caption_buttons

Lines Matching refs:close_button

122   EXPECT_TRUE(t1.close_button()->visible());
124 &container1, *t1.minimize_button(), *t1.close_button()));
137 EXPECT_TRUE(t2.close_button()->visible());
139 &container2, *t2.minimize_button(), *t2.close_button()));
150 EXPECT_TRUE(t3.close_button()->visible());
152 &container3, *t3.close_button(), *t3.close_button()));
170 gfx::Rect initial_close_button_bounds = test.close_button()->bounds();
189 EXPECT_TRUE(test.close_button()->visible());
191 gfx::Rect close_button_bounds = test.close_button()->bounds();
208 EXPECT_TRUE(test.close_button()->visible());
211 EXPECT_EQ(initial_close_button_bounds, test.close_button()->bounds());