Home | History | Annotate | Download | only in views

Lines Matching defs:v32

929   //     v32 (110, 210, 30, 80)
958 TestView* v32 = new TestView;
959 v32->SetBounds(110, 10, 30, 80);
960 v3->AddChildView(v32);
1044 // Covers |v3|, |v31|, and |v32| all by at least 60%, and the
1046 // of |v32|.
1049 EXPECT_EQ(v32, result_view);
1052 // Intersects all of |v3|, |v31|, and |v32|, but only covers
1053 // |v31| and |v32| by at least 60%. The center point of
1054 // |touch_rect| is closest to the center point of |v32|.
1057 EXPECT_EQ(v32, result_view);
1066 // A mouse click within |v32| will target |v32|.
1069 EXPECT_EQ(v32, result_view);
1140 // to the center point of |v32|.
1143 EXPECT_EQ(v32, result_view);
1146 // Intersects all of |v2|, |v3|, |v32|, |v4|, |v41|, and |v411|.
1147 // Covers |v2|, |v32|, |v4|, |v41|, and |v411| by at least 60%.
1157 // points of |v2| and |v32|. One is not a descendant of the other,
1163 EXPECT_EQ(v32, result_view);