HomeSort by relevance Sort by last modified time
    Searched defs:w21 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/wm/core/
transient_window_stacking_client_unittest.cc 46 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, w1.get())
116 Window* w21 = CreateTestWindowWithId(21, parent.get()); local
    [all...]
transient_window_manager_unittest.cc 127 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, w1.get())
203 Window* w21 = CreateTestWindowWithId(21, parent.get()); local
    [all...]
focus_controller_unittest.cc 408 // | +-- w21
423 aura::Window* w21 = aura::test::CreateTestWindowWithDelegate( variable
428 gfx::Rect(1, 1, 5, 5), w21);
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 2600 Widget* w21 = CreateChildPlatformWidget(w2->GetNativeView()); local
    [all...]

Completed in 728 milliseconds