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

/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client_unittest.cc47 Window* w211 = CreateTestWindowWithId(211, parent.get()); local
56 AddTransientChild(w21, w211); // w211 is now owned by w21.
94 parent->StackChildAbove(w21, w211);
117 Window* w211 = CreateTestWindowWithId(211, parent.get()); local
126 AddTransientChild(w21, w211); // w211 is now owned by w21.
159 parent->StackChildBelow(w213, w211);
164 parent->StackChildBelow(w21, w211);
H A Dtransient_window_manager_unittest.cc128 Window* w211 = CreateTestWindowWithId(211, parent.get()); local
140 // w211 is now owned by w21.
141 AddTransientChild(w21, w211);
181 parent->StackChildAbove(w21, w211);
204 Window* w211 = CreateTestWindowWithId(211, parent.get()); local
216 // w211 is now owned by w21.
217 AddTransientChild(w21, w211);
252 parent->StackChildBelow(w213, w211);
257 parent->StackChildBelow(w21, w211);
H A Dfocus_controller_unittest.cc409 // | +-- w211
990 aura::Window* w211 = root_window()->GetChildById(211); variable
991 FocusWindow(w211); variable
994 ChangeWindowDisposition(w211); variable
1012 aura::Window* w211 = root_window()->GetChildById(211); variable
1013 FocusWindow(w211); variable
1020 ChangeWindowDisposition(w211); variable
1044 aura::Window* w211 = root_window()->GetChildById(211); variable
1045 FocusWindow(w211); variable
1049 ChangeWindowDisposition(w211); variable
[all...]

Completed in 81 milliseconds