HomeSort by relevance Sort by last modified time
    Searched refs:v1_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/
view_model_unittest.cc 45 gfx::Rect v1_bounds(1, 2, 3, 4);
46 model.set_ideal_bounds(0, v1_bounds);
47 EXPECT_EQ(v1_bounds, model.ideal_bounds(0));
view_model_utils_unittest.cc 18 gfx::Rect v1_bounds(1, 2, 3, 4);
19 model.set_ideal_bounds(0, v1_bounds);
21 EXPECT_EQ(v1_bounds, v1.bounds());
view_unittest.cc 992 gfx::Rect v1_bounds = gfx::Rect(0, 0, 100, 100); local
994 v1->SetBoundsRect(v1_bounds);
1002 gfx::Point v1_centerpoint = v1_bounds.CenterPoint();
1004 gfx::Point v1_origin = v1_bounds.origin();
    [all...]

Completed in 260 milliseconds