Home | History | Annotate | Download | only in layers

Lines Matching refs:ancestor

363 bool Layer::HasAncestor(const Layer* ancestor) const {
365 if (layer == ancestor)
651 void Layer::SetClipParent(Layer* ancestor) {
653 if (clip_parent_ == ancestor)
659 clip_parent_ = ancestor;