Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_drag_browsertest.cc1820 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( in IN_PROC_BROWSER_TEST_F() local
1822 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
1854 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
1856 panel3_initial_bounds, panel2_expected_bounds); in IN_PROC_BROWSER_TEST_F()
1881 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( in IN_PROC_BROWSER_TEST_F() local
1883 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
1919 panel2_expected_bounds.set_width(panel3_expected_bounds.width()); in IN_PROC_BROWSER_TEST_F()
1920 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
1944 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( in IN_PROC_BROWSER_TEST_F() local
1946 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
[all …]
Dpanel_resize_browsertest.cc555 gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), in IN_PROC_BROWSER_TEST_F() local
559 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
560 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(), in IN_PROC_BROWSER_TEST_F()
561 panel2_expected_bounds.bottom(), in IN_PROC_BROWSER_TEST_F()
562 panel2_expected_bounds.width(), in IN_PROC_BROWSER_TEST_F()
588 panel2_expected_bounds.set_x(panel2_expected_bounds.x() - top_resize_width); in IN_PROC_BROWSER_TEST_F()
589 panel2_expected_bounds.set_width( in IN_PROC_BROWSER_TEST_F()
590 panel2_expected_bounds.width() + top_resize_width); in IN_PROC_BROWSER_TEST_F()
591 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
617 panel2_expected_bounds.set_width( in IN_PROC_BROWSER_TEST_F()
[all …]
Dstacked_panel_browsertest.cc67 gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), in IN_PROC_BROWSER_TEST_F() local
71 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
72 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(), in IN_PROC_BROWSER_TEST_F()
73 panel2_expected_bounds.bottom(), in IN_PROC_BROWSER_TEST_F()
74 panel2_expected_bounds.width(), in IN_PROC_BROWSER_TEST_F()
170 gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), in IN_PROC_BROWSER_TEST_F() local
174 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds()); in IN_PROC_BROWSER_TEST_F()
175 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(), in IN_PROC_BROWSER_TEST_F()
176 panel2_expected_bounds.bottom(), in IN_PROC_BROWSER_TEST_F()
177 panel2_expected_bounds.width(), in IN_PROC_BROWSER_TEST_F()
[all …]