Home | History | Annotate | Download | only in views

Lines Matching full:ancestor

42 // Returns true if |ancestor| is an ancestor of |layer|.
43 bool LayerIsAncestor(const ui::Layer* ancestor, const ui::Layer* layer) {
44 while (layer && layer != ancestor)
46 return layer == ancestor;
2873 // Verifies the bounds of a layer are updated if the bounds of ancestor that
3084 // ancestor.