Home | History | Annotate | Download | only in editing

Lines Matching refs:ancestors

754         Vector<RefPtr<Node> > ancestors;
758 ancestors.append(n);
762 for (size_t i = ancestors.size(); i != 0; --i) {
763 Node* item = ancestors[i - 1].get();