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

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_browsertest.cc132 std::vector<gfx::Rect> test_begin_bounds = GetAllPanelBounds(); local
133 std::vector<gfx::Rect> expected_bounds = test_begin_bounds;
160 test_begin_bounds[index].y() +
161 test_begin_bounds[index].height() - panel::kMinimizedPanelHeight);
174 std::vector<gfx::Rect> titlebar_exposed_bounds = test_begin_bounds;
179 test_begin_bounds[index].y() +
180 test_begin_bounds[index].height() -
237 test_begin_bounds[index].height());
238 expected_bounds[index].set_y(test_begin_bounds[index].y());

Completed in 121 milliseconds