HomeSort by relevance Sort by last modified time
    Searched full: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 1002 gfx::Rect v1_bounds = gfx::Rect(0, 0, 100, 100); local
1004 v1->SetBoundsRect(v1_bounds);
1012 gfx::Point v1_centerpoint = v1_bounds.CenterPoint();
1014 gfx::Point v1_origin = v1_bounds.origin();
    [all...]

Completed in 65 milliseconds