Lines Matching full:v411
1080 // v411 (370, 275, 10, 5)
1114 TestView* v411 = new TestView;
1115 v411->SetBounds(60, 65, 10, 5);
1116 v41->AddChildView(v411);
1220 // Covers all of |v4|, |v41|, and |v411| by at least 60%.
1228 // Intersects all of |v4|, |v41|, and |v411| but only covers
1229 // |v411| by at least 60%.
1232 EXPECT_EQ(v411, result_view);
1243 // Intersects all of |v4|, |v41|, and |v411| and covers none of
1245 // within |v411|.
1248 EXPECT_EQ(v411, result_view);
1251 // Intersects all of |v4|, |v41|, and |v411| and covers none of
1259 // Intersects all of |v4|, |v41|, and |v411| and covers none of
1267 // Intersects all of |v4|, |v41|, and |v411| but only covers
1274 // A mouse click within |v411| will target |v411|.
1277 EXPECT_EQ(v411, result_view);
1294 // Intersects all of |v2|, |v3|, |v32|, |v4|, |v41|, and |v411|.
1295 // Covers |v2|, |v32|, |v4|, |v41|, and |v411| by at least 60%.