Searched refs:panel1_new_bounds (Results 1 – 1 of 1) sorted by relevance
1739 gfx::Rect panel1_new_bounds = panel1_old_bounds; in IN_PROC_BROWSER_TEST_F() local1740 panel1_new_bounds.set_width(panel2_new_bounds.width()); in IN_PROC_BROWSER_TEST_F()1741 EXPECT_EQ(panel1_new_bounds, panel1->GetBounds()); in IN_PROC_BROWSER_TEST_F()1742 panel2_new_bounds.set_x(panel1_new_bounds.x()); in IN_PROC_BROWSER_TEST_F()