Home
last modified time | relevance | path

Searched refs:cloneElementWithoutChildren (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertParagraphSeparatorCommand.cpp138 RefPtrWillBeRawPtr<Element> child = ancestors[i - 1]->cloneElementWithoutChildren(); in cloneHierarchyUnderNewBlock()
211 blockToInsert = startBlock->cloneElementWithoutChildren(); in doApply()
236 … RefPtrWillBeRawPtr<Element> listChildToInsert = listChild->cloneElementWithoutChildren(); in doApply()
271 … RefPtrWillBeRawPtr<Element> listChildToInsert = listChild->cloneElementWithoutChildren(); in doApply()
375 RefPtrWillBeRawPtr<Element> listChildToInsert = listChild->cloneElementWithoutChildren(); in doApply()
DBreakBlockquoteCommand.cpp136 …trWillBeRawPtr<Element> clonedBlockquote = toElement(topBlockquote)->cloneElementWithoutChildren(); in doApply()
145 RefPtrWillBeRawPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren(); in doApply()
DSplitElementCommand.cpp75 m_element1 = m_element2->cloneElementWithoutChildren(); in doApply()
DApplyStyleCommand.cpp1079 … RefPtrWillBeRawPtr<Element> wrapper = elementsToPushDown[i]->cloneElementWithoutChildren(); in pushDownInlineStyleAroundNode()
1517 …oundNodeRangeWithElement(startNode, endNode, m_styledInlineElement->cloneElementWithoutChildren()); in applyInlineStyleChange()
Dmarkup.cpp886 element = block->cloneElementWithoutChildren(); in createFragmentFromText()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTemplateElement.cpp70 return cloneElementWithoutChildren(); in cloneNode()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGUseElement.cpp379 RefPtrWillBeRawPtr<Element> newChild = target->cloneElementWithoutChildren(); in buildShadowAndInstanceTree()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h260 PassRefPtrWillBeRawPtr<Element> cloneElementWithoutChildren();
DElement.cpp249 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren(); in cloneNode()
254 RefPtrWillBeRawPtr<Element> clone = cloneElementWithoutChildren(); in cloneElementWithChildren()
259 PassRefPtrWillBeRawPtr<Element> Element::cloneElementWithoutChildren() in cloneElementWithoutChildren() function in WebCore::Element