Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_browsertest.cc443 gfx::Rect bounds_on_shrink = panel->GetBounds(); in IN_PROC_BROWSER_TEST_F() local
444 EXPECT_LT(bounds_on_shrink.width(), bounds_on_grow.width()); in IN_PROC_BROWSER_TEST_F()
445 EXPECT_GT(bounds_on_shrink.width(), initial_bounds.width()); in IN_PROC_BROWSER_TEST_F()
446 EXPECT_EQ(bounds_on_shrink.height(), initial_bounds.height()); in IN_PROC_BROWSER_TEST_F()
467 EXPECT_EQ(bounds_on_shrink.width(), bounds_auto_resize_enabled.width()); in IN_PROC_BROWSER_TEST_F()
468 EXPECT_EQ(bounds_on_shrink.height(), bounds_auto_resize_enabled.height()); in IN_PROC_BROWSER_TEST_F()