Home | History | Annotate | Download | only in dom

Lines Matching refs:ancestors

863     Vector<RefPtr<Node> > ancestors;
865 ancestors.append(n);
868 for (Vector<RefPtr<Node> >::const_iterator it = ancestors.begin(); it != ancestors.end(); it++) {