Lines Matching full:ancestor
143 bool LayerImpl::HasAncestor(const LayerImpl* ancestor) const {144 if (!ancestor)148 if (layer == ancestor)189 void LayerImpl::SetClipParent(LayerImpl* ancestor) {190 if (clip_parent_ == ancestor)193 clip_parent_ = ancestor;