Home | History | Annotate | Download | only in inspector

Lines Matching refs:ancestors

870     // The Node's Ancestors including self.
871 Vector<Node*> ancestors;
873 ancestors.append(node);
876 ancestors.append(ancestor);
880 for (size_t i = ancestors.size(); i; --i) {
881 Node* ancestor = ancestors[i - 1];