Home | History | Annotate | Download | only in dom

Lines Matching refs:firstChild

61     for (Node* child = node->firstChild(); child; child = child->nextSibling())
283 RefPtr<Node> child = isFragment ? newChild->firstChild() : newChild;
813 for (Node* n = firstChild(); n && !ec; n = n->nextSibling())
835 if (o->firstChild())
836 o = o->firstChild();
1027 for (n = firstChild(); n; n = n->nextSibling())
1035 Node *n = firstChild();