Lines Matching full:child
164 Node* child = refChild->firstChild();
165 for (int i = 0; child && i < offset; i++)
166 child = child->nextSibling();
167 if (child)
168 insertNodeBefore(insertChild, child);
193 Node* child = node->childNode(from);
194 for (unsigned i = from; child && i < to; i++, child = child->nextSibling())
195 children.append(child);
764 RefPtr<Node> child = item->cloneNode(isTableElement(item));
765 appendNode(child, static_cast<Element *>(lastNode.get()));
766 lastNode = child.release();
1041 // Remove the enclosing node if emptyListItem is the only child; otherwise just remove emptyListItem.