Home | History | Annotate | Download | only in layers

Lines Matching full:ancestor

361 bool Layer::HasAncestor(const Layer* ancestor) const {
363 if (layer == ancestor)
627 void Layer::SetClipParent(Layer* ancestor) {
629 if (clip_parent_ == ancestor)
635 clip_parent_ = ancestor;