Home | History | Annotate | Download | only in ash

Lines Matching defs:dst

113 // Reparents the appropriate set of windows from |src| to |dst|.
114 void ReparentAllWindows(aura::Window* src, aura::Window* dst) {
129 aura::Window* dst_container = Shell::GetContainer(dst, id);
484 void RootWindowController::MoveWindowsTo(aura::Window* dst) {
488 ReparentAllWindows(root_window(), dst);