Home | History | Annotate | Download | only in src

Lines Matching refs:children

231     // Recursively walk the children.
400 RefPtr<HTMLCollection> children = head->children();
401 for (Node* child = children->firstItem(); child; child = children->nextItem()) {