Home | History | Annotate | Download | only in views

Lines Matching refs:ancestor

50 // Returns true if |ancestor| is an ancestor of |layer|.
51 bool LayerIsAncestor(const ui::Layer* ancestor, const ui::Layer* layer) {
52 while (layer && layer != ancestor)
54 return layer == ancestor;
3164 // Verifies the bounds of a layer are updated if the bounds of ancestor that
3375 // ancestor.