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

  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_browsertest.cc 1820 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
1881 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
1944 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2001 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2058 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2129 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2202 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2291 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2356 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2406 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2461 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2515 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2570 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2809 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2860 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
2946 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
3053 gfx::Rect panel2_expected_bounds = GetStackedAtBottomPanelBounds( local
    [all...]
stacked_panel_browsertest.cc 67 gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(),
71 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds());
72 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(),
73 panel2_expected_bounds.bottom(),
74 panel2_expected_bounds.width(),
170 gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(),
174 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds());
175 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(),
176 panel2_expected_bounds.bottom(),
177 panel2_expected_bounds.width()
    [all...]
panel_resize_browsertest.cc 555 gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(),
559 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds());
560 gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(),
561 panel2_expected_bounds.bottom(),
562 panel2_expected_bounds.width(),
588 panel2_expected_bounds.set_x(panel2_expected_bounds.x() - top_resize_width);
589 panel2_expected_bounds.set_width(
590 panel2_expected_bounds.width() + top_resize_width);
591 EXPECT_EQ(panel2_expected_bounds, panel2->GetBounds())
    [all...]

Completed in 1428 milliseconds