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

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_browsertest.cc359 gfx::Rect panel1_bounds = panel1->GetBounds(); local
365 gfx::Point mouse_location = panel1_bounds.origin() +
366 gfx::Vector2d(1, panel1_bounds.height() - 1);
371 panel1_bounds.set_size(gfx::Size(panel1_bounds.width() + 10,
372 panel1_bounds.height() + 15));
373 panel1_bounds.Offset(-10, 0);
374 EXPECT_EQ(panel1_bounds, panel1->GetBounds());
381 EXPECT_EQ(panel1_bounds, panel1->GetBounds());
403 EXPECT_EQ(panel1_bounds, panel
[all...]
H A Dpanel_drag_browsertest.cc2902 gfx::Rect panel1_bounds = panel1->GetBounds(); local
2919 EXPECT_EQ(panel1_bounds, panel1->GetBounds());
2921 panel2_bounds.set_x(panel1_bounds.right());

Completed in 167 milliseconds