HomeSort by relevance Sort by last modified time
    Searched full:widget_width (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc 234 int widget_width = widget1->GetWindowBoundsInScreen().width(); local
235 EXPECT_TRUE(ShapeRectContainsPoint(shape_rects, widget_width - 15, 5));
236 EXPECT_FALSE(ShapeRectContainsPoint(shape_rects, widget_width - 5, 5));
237 EXPECT_TRUE(ShapeRectContainsPoint(shape_rects, widget_width - 5, 15));
238 EXPECT_FALSE(ShapeRectContainsPoint(shape_rects, widget_width + 5, 15));

Completed in 1068 milliseconds