Home | History | Annotate | Download | only in inspector

Lines Matching refs:ancestors

735     // The Node's Ancestors (not including self)
736 Vector<ContainerNode*> ancestors;
738 ancestors.append(ancestor);
742 for (size_t i = ancestors.size(); i; --i) {
743 ContainerNode* ancestor = ancestors[i - 1];