Searched refs:bounds5 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_browsertest.cc1430 gfx::Rect bounds5 = panel5->GetBounds(); local
1431 EXPECT_EQ(bounds4.x(), bounds5.x());
1432 EXPECT_EQ(bounds4.width(), bounds5.width());
1433 EXPECT_EQ(bounds4.bottom(), bounds5.y());
1434 EXPECT_LE(bounds5.bottom(), primary_work_area.bottom());

Completed in 70 milliseconds