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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DBreakBlockquoteCommand.cpp145 RefPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren(); local
147 if (clonedChild->isElementNode() && clonedChild->hasTagName(olTag)) {
154 setNodeAttribute(clonedChild, startAttr, AtomicString::number(toRenderListItem(listChildNode->renderer())->value()));
157 appendNode(clonedChild.get(), clonedAncestor.get());
158 clonedAncestor = clonedChild;

Completed in 290 milliseconds