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

/external/chromium_org/ui/views/
H A Dview_unittest.cc2822 gfx::Rect l1bounds = v1->layer()->bounds(); local
2836 EXPECT_EQ(l1bounds, v1->layer()->bounds());
2842 l1bounds.set_x(l1bounds.x() + 5);
2843 EXPECT_EQ(l1bounds, v1->layer()->bounds());
2846 EXPECT_EQ(l1bounds, v1->layer()->bounds());

Completed in 224 milliseconds