Searched defs:w21 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client_unittest.cc46 Window* w21 = CreateTestWindowWithId(21, parent.get()); local
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, w
116 Window* w21 = CreateTestWindowWithId(21, parent.get()); local
[all...]
H A Dtransient_window_manager_unittest.cc127 Window* w21 = CreateTestWindowWithId(21, parent.get()); local
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, w
203 Window* w21 = CreateTestWindowWithId(21, parent.get()); local
[all...]
H A Dfocus_controller_unittest.cc408 // | +-- w21
423 aura::Window* w21 = aura::test::CreateTestWindowWithDelegate( variable
428 gfx::Rect(1, 1, 5, 5), w21);
1050 // Normally, focus would shift to the parent (w21) but the override shifts
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc2594 // +-- w21
2600 Widget* w21 = CreateChildPlatformWidget(w2->GetNativeView()); local
2608 expected.insert(w21);

Completed in 989 milliseconds