Searched defs:w22 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client_unittest.cc50 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
55 AddTransientChild(w2.get(), w22); // w22 is now owned by w2.
70 EXPECT_EQ(w22, parent->children().back());
78 EXPECT_EQ(w22, parent->children().back());
81 parent->StackChildAbove(w21, w22);
120 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
125 AddTransientChild(w2.get(), w22); // w22 is now owned by w2.
140 EXPECT_EQ(w22, paren
[all...]
H A Dtransient_window_manager_unittest.cc131 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
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()); local
214 // w22 is now owned by w2.
215 AddTransientChild(w2.get(), w22);
233 EXPECT_EQ(w22, paren
[all...]
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc2595 // +-- w22
2601 Widget* w22 = CreateChildPlatformWidget(w2->GetNativeView()); local
2609 expected.insert(w22);

Completed in 8667 milliseconds