Home
last modified time | relevance | path

Searched refs:clonedChild (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DBreakBlockquoteCommand.cpp143 RefPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren(); in doApply() local
145 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()
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnoderemovechild20.js94 var clonedChild;
113 clonedChild = child.cloneNode(true);
118 removedNode = parent.removeChild(clonedChild);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
Dhc_nodeclonenodetrue.js100 var clonedChild;
130 clonedChild = clonedList.item(indexN1007B);
131 clonedChildName = clonedChild.nodeName;
/external/webkit/LayoutTests/dom/html/level1/core/
Dhc_nodeclonenodetrue.js100 var clonedChild;
130 clonedChild = clonedList.item(indexN1007B);
131 clonedChildName = clonedChild.nodeName;