HomeSort by relevance Sort by last modified time
    Searched full:w211 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/corewm/
transient_window_stacking_client_unittest.cc 44 Window* w211 = CreateTestWindowWithId(211, parent.get()); local
53 w21->AddTransientChild(w211); // w211 is now owned by w21.
91 parent->StackChildAbove(w21, w211);
114 Window* w211 = CreateTestWindowWithId(211, parent.get()); local
123 w21->AddTransientChild(w211); // w211 is now owned by w21.
156 parent->StackChildBelow(w213, w211);
161 parent->StackChildBelow(w21, w211);
focus_controller_unittest.cc 294 // | +-- w211
803 aura::Window* w211 = root_window()->GetChildById(211); variable
804 FocusWindow(w211); variable
807 ChangeWindowDisposition(w211); variable
825 aura::Window* w211 = root_window()->GetChildById(211); variable
826 FocusWindow(w211); variable
833 ChangeWindowDisposition(w211); variable
857 aura::Window* w211 = root_window()->GetChildById(211); variable
858 FocusWindow(w211); variable
862 ChangeWindowDisposition(w211); variable
    [all...]

Completed in 378 milliseconds