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

/external/chromium_org/ui/views/
H A Dview_unittest.cc2940 gfx::Rect l2bounds = v2->layer()->bounds(); local
2944 EXPECT_EQ(l2bounds, v2->layer()->bounds());
2954 EXPECT_EQ(l2bounds, v2->layer()->bounds());
2958 l2bounds.set_x(l2bounds.x() - 5);
2959 EXPECT_EQ(l2bounds, v2->layer()->bounds());

Completed in 44 milliseconds