Searched refs:w212 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client_unittest.cc48 Window* w212 = CreateTestWindowWithId(212, parent.get()); local
57 AddTransientChild(w21, w212); // w212 is now owned by w21.
102 EXPECT_EQ(w212, parent->children().back());
118 Window* w212 = CreateTestWindowWithId(212, parent.get()); local
127 AddTransientChild(w21, w212); // w212 is now owned by w21.
169 EXPECT_EQ(w212, parent->children().back());
H A Dtransient_window_manager_unittest.cc129 Window* w212 = CreateTestWindowWithId(212, parent.get()); local
142 // w212 is now owned by w21.
143 AddTransientChild(w21, w212);
189 EXPECT_EQ(w212, parent->children().back());
205 Window* w212 = CreateTestWindowWithId(212, parent.get()); local
218 // w212 is now owned by w21.
219 AddTransientChild(w21, w212);
262 EXPECT_EQ(w212, parent->children().back());

Completed in 89 milliseconds