Home | History | Annotate | Download | only in editing

Lines Matching refs:ancestors

785         Vector<RefPtr<Node> > ancestors;
789 ancestors.append(n);
793 for (size_t i = ancestors.size(); i != 0; --i) {
794 Node* item = ancestors[i - 1].get();