Home | History | Annotate | Download | only in core

Lines Matching defs:w21

46   Window* w21 = CreateTestWindowWithId(21, parent.get());
54 AddTransientChild(w2.get(), w21); // w21 is now owned by w2.
56 AddTransientChild(w21, w211); // w211 is now owned by w21.
57 AddTransientChild(w21, w212); // w212 is now owned by w21.
58 AddTransientChild(w21, w213); // w213 is now owned by w21.
77 parent->StackChildAbove(w21, w1.get());
81 parent->StackChildAbove(w21, w22);
85 parent->StackChildAbove(w11, w21);
89 parent->StackChildAbove(w213, w21);
94 parent->StackChildAbove(w21, w211);
116 Window* w21 = CreateTestWindowWithId(21, parent.get());
124 AddTransientChild(w2.get(), w21); // w21 is now owned by w2.
126 AddTransientChild(w21, w211); // w211 is now owned by w21.
127 AddTransientChild(w21, w212); // w212 is now owned by w21.
128 AddTransientChild(w21, w213); // w213 is now owned by w21.
143 parent->StackChildBelow(w21, w1.get());
151 parent->StackChildBelow(w22, w21);
155 parent->StackChildBelow(w21, w11);
164 parent->StackChildBelow(w21, w211);