Home | History | Annotate | Download | only in aura

Lines Matching refs:ancestor

143 // ancestor with a layer is found. This is intended to locate a layer to stack
498 // coordinates of the layer are relative to the first ancestor with a layer;
783 // window visible (by way of making a hidden ancestor visible). For this
1163 bool Window::HasTransientAncestor(const Window* ancestor) const {
1164 if (transient_parent_ == ancestor)
1167 transient_parent_->HasTransientAncestor(ancestor) : false;