Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_drag_browsertest.cc1739 gfx::Rect panel1_new_bounds = panel1_old_bounds; in IN_PROC_BROWSER_TEST_F() local
1740 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()