HomeSort by relevance Sort by last modified time
    Searched full:panel3_expected_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_browsertest.cc 560 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(),
564 EXPECT_EQ(panel3_expected_bounds, panel3->GetBounds());
592 panel3_expected_bounds.set_x(panel3_expected_bounds.x() - top_resize_width);
593 panel3_expected_bounds.set_width(
594 panel3_expected_bounds.width() + top_resize_width);
595 EXPECT_EQ(panel3_expected_bounds, panel3->GetBounds());
620 panel3_expected_bounds.set_width(
621 panel3_expected_bounds.width() - bottom_resize_width);
622 panel3_expected_bounds.set_height
    [all...]
panel_drag_browsertest.cc 2359 gfx::Rect panel3_expected_bounds = GetStackedAtBottomPanelBounds( local
2409 gfx::Rect panel3_expected_bounds = GetStackedAtBottomPanelBounds( local
2464 gfx::Rect panel3_expected_bounds = GetStackedAtBottomPanelBounds( local
2949 gfx::Rect panel3_expected_bounds = GetStackedAtBottomPanelBounds( local
    [all...]
stacked_panel_browsertest.cc 72 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(),
76 EXPECT_EQ(panel3_expected_bounds, panel3->GetBounds());
175 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(),
179 EXPECT_EQ(panel3_expected_bounds, panel3->GetBounds());
636 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(),
640 EXPECT_EQ(panel3_expected_bounds, panel3->GetBounds());
663 panel3_expected_bounds.Offset(drag_delta);
664 EXPECT_EQ(panel3_expected_bounds, panel3->GetBounds());
684 panel3_expected_bounds.Offset(drag_delta);
685 panel3_expected_bounds.set_height(panel3_initial_bounds.height())
    [all...]

Completed in 187 milliseconds