Home | History | Annotate | Download | only in core

Lines Matching defs:w21

127   Window* w21 = CreateTestWindowWithId(21, parent.get());
136 // w21 is now owned by w2.
137 AddTransientChild(w2.get(), w21);
140 // w211 is now owned by w21.
141 AddTransientChild(w21, w211);
142 // w212 is now owned by w21.
143 AddTransientChild(w21, w212);
144 // w213 is now owned by w21.
145 AddTransientChild(w21, w213);
164 parent->StackChildAbove(w21, w1.get());
168 parent->StackChildAbove(w21, w22);
172 parent->StackChildAbove(w11, w21);
176 parent->StackChildAbove(w213, w21);
181 parent->StackChildAbove(w21, w211);
203 Window* w21 = CreateTestWindowWithId(21, parent.get());
212 // w21 is now owned by w2.
213 AddTransientChild(w2.get(), w21);
216 // w211 is now owned by w21.
217 AddTransientChild(w21, w211);
218 // w212 is now owned by w21.
219 AddTransientChild(w21, w212);
220 // w213 is now owned by w21.
221 AddTransientChild(w21, w213);
236 parent->StackChildBelow(w21, w1.get());
244 parent->StackChildBelow(w22, w21);
248 parent->StackChildBelow(w21, w11);
257 parent->StackChildBelow(w21, w211);