Home | History | Annotate | Download | only in tests

Lines Matching full:v111

68   TestView v111;
69 v11.AddChild(&v111);
70 EXPECT_TRUE(v1.Contains(&v111));
79 TestView v111;
80 ViewPrivate(&v111).set_id(111);
81 v11.AddChild(&v111);
85 EXPECT_EQ(&v111, v1.GetChildById(v111.id()));
184 // v111
187 // Then adds/removes v111 from v11.
189 TestView v1, v11, v111, v1111, v1112;
195 v111.AddChild(&v1111);
196 v111.AddChild(&v1112);
198 TreeChangeObserver o1(&v1), o11(&v11), o111(&v111), o1111(&v1111),
204 v11.AddChild(&v111);
207 p1.target = &v111;
220 p111.receiver = &v111;
248 v11.RemoveChild(&v111);
251 p1.target = &v111;
264 p111.receiver = &v111;
282 TestView v1, v11, v12, v111;
285 v11.AddChild(&v111);
287 TreeChangeObserver o1(&v1), o11(&v11), o12(&v12), o111(&v111);
290 v12.AddChild(&v111);
295 p1.target = &v111;
316 // v111 should see both changing and changed notifications.
320 p111.receiver = &v111;