Searched defs:widget_width (Results 1 - 1 of 1) sorted by path

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_unittest.cc236 int widget_width = widget1->GetWindowBoundsInScreen().width(); local
237 EXPECT_TRUE(ShapeRectContainsPoint(shape_rects, widget_width - 15, 5));
238 EXPECT_FALSE(ShapeRectContainsPoint(shape_rects, widget_width - 5, 5));
239 EXPECT_TRUE(ShapeRectContainsPoint(shape_rects, widget_width - 5, 15));
240 EXPECT_FALSE(ShapeRectContainsPoint(shape_rects, widget_width + 5, 15));

Completed in 159 milliseconds