Home | History | Annotate | Download | only in core

Lines Matching defs:w22

131   Window* w22 = CreateTestWindowWithId(22, parent.get());
138 // w22 is now owned by w2.
139 AddTransientChild(w2.get(), w22);
157 EXPECT_EQ(w22, parent->children().back());
165 EXPECT_EQ(w22, parent->children().back());
168 parent->StackChildAbove(w21, w22);
207 Window* w22 = CreateTestWindowWithId(22, parent.get());
214 // w22 is now owned by w2.
215 AddTransientChild(w2.get(), w22);
233 EXPECT_EQ(w22, parent->children().back());
241 EXPECT_EQ(w22, parent->children().back());
244 parent->StackChildBelow(w22, w21);