Searched refs:clonedChild (Results 1 – 4 of 4) sorted by relevance
143 RefPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren(); in doApply() local145 if (clonedChild->isElementNode() && clonedChild->hasTagName(olTag)) { in doApply()152 …setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListI… in doApply()155 appendNode(clonedChild.get(), clonedAncestor.get()); in doApply()156 clonedAncestor = clonedChild; in doApply()
94 var clonedChild;113 clonedChild = child.cloneNode(true);118 removedNode = parent.removeChild(clonedChild);
100 var clonedChild;130 clonedChild = clonedList.item(indexN1007B);131 clonedChildName = clonedChild.nodeName;