HomeSort by relevance Sort by last modified time
    Searched refs:panel1_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_browsertest.cc 372 gfx::Rect panel1_bounds = panel1->GetBounds(); local
378 gfx::Point mouse_location = panel1_bounds.origin() +
379 gfx::Vector2d(1, panel1_bounds.height() - 1);
385 panel1_bounds.set_size(gfx::Size(panel1_bounds.width() + 10,
386 panel1_bounds.height() + 15));
387 panel1_bounds.Offset(-10, 0);
388 EXPECT_EQ(panel1_bounds, panel1->GetBounds());
395 EXPECT_EQ(panel1_bounds, panel1->GetBounds());
418 EXPECT_EQ(panel1_bounds, panel1->GetBounds())
    [all...]
panel_drag_browsertest.cc 2902 gfx::Rect panel1_bounds = panel1->GetBounds(); local
    [all...]

Completed in 29 milliseconds