Lines Matching full:child
611 // is the SVGGElement object for the 'g', and then two child SVGElementInstance objects, each of which has
789 for (RefPtr<Node> child = element->firstChild(); child; child = child->nextSibling())
790 expandUseElementsInShadowTree(shadowRoot, child.get());
809 for (Node* child = element->firstChild(); child; child = child->nextSibling()) {
810 RefPtr<Node> newChild = child->cloneNode(true);
833 for (RefPtr<Node> child = element->firstChild(); child; child = child->nextSibling())
834 expandSymbolElementsInShadowTree(shadowRoot, child.get());