Home | History | Annotate | Download | only in aura

Lines Matching defs:parent

106   Window* parent() { return parent_; }
107 const Window* parent() const { return parent_; }
144 // Changes the bounds of the window. If present, the window's parent's
149 // If present, the window's parent's LayoutManager may adjust the bounds.
193 // . The transient parent destroys any transient children when it is
194 // destroyed. This means a transient child is destroyed if either its parent
195 // or transient parent is destroyed.
196 // . If a transient child and its transient parent share the same parent, then
197 // transient children are always ordered above the transient parent.
392 // of an add, |new_parent| is the new parent |child| is going to be parented
396 // Called when this window's parent has changed.
425 // Notifies this window and its parent hierarchy.
443 // Notifies this window and its parent hierarchy.
468 // True if the Window is owned by its parent - i.e. it will be deleted by its
469 // parent during its parents destruction. True is the default.
474 // The Window's parent.