Home | History | Annotate | Download | only in aura

Lines Matching refs:HasTransientAncestor

1163 bool Window::HasTransientAncestor(const Window* ancestor) const {
1167 transient_parent_->HasTransientAncestor(ancestor) : false;
1227 transient_child->HasTransientAncestor(child)) {