Home | History | Annotate | Download | only in src

Lines Matching refs:children

252     // Recursively walk the children.
541 RefPtr<HTMLCollection> children = head->children();
542 for (Node* child = children->firstItem(); child; child = children->nextItem()) {