Searched defs:grid_size_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
H A Dwindow_positioner_unittest.cc75 const int grid_size_; member in class:ash::test::WindowPositionerTest
97 : grid_size_(WindowPositioner::kMinimumWindowOffset),
164 EXPECT_EQ(gfx::Rect(work_area.x() + grid_size_, work_area.y() + grid_size_,
169 EXPECT_EQ(gfx::Rect(work_area.x() + 2 * grid_size_,
170 work_area.y() + 2 * grid_size_,
183 EXPECT_EQ(gfx::Rect(work_area.x() + 3 * grid_size_,
184 work_area.y() + 3 * grid_size_,
194 EXPECT_EQ(gfx::Rect(work_area.x() + 2 * grid_size_,
195 work_area.y() + grid_size_,
[all...]

Completed in 94 milliseconds