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

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_unittest.cc151 gfx::Rect work_area2 = ScreenUtil::GetSecondaryDisplay().work_area(); local
170 EXPECT_EQ(work_area2.y(), bounds_in_screen.y());
171 EXPECT_EQ(work_area2.height(), bounds_in_screen.height());
184 EXPECT_EQ(work_area2.x(), bounds_in_screen.x());
185 EXPECT_EQ(work_area2.width(), bounds_in_screen.width());

Completed in 51 milliseconds