Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DBreakBlockquoteCommand.cpp138 RefPtr<Element> clonedBlockquote = topBlockquote->cloneElementWithoutChildren(); in doApply()
147 RefPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren(); in doApply()
DInsertParagraphSeparatorCommand.cpp138 RefPtr<Element> child = ancestors[i - 1]->cloneElementWithoutChildren(); in cloneHierarchyUnderNewBlock()
209 blockToInsert = startBlock->cloneElementWithoutChildren(); in doApply()
DSplitElementCommand.cpp69 m_element1 = m_element2->cloneElementWithoutChildren(); in doApply()
DModifySelectionListLevel.cpp190 newParent = newParent->cloneElementWithoutChildren(); in doApply()
Dmarkup.cpp1211 element = block->cloneElementWithoutChildren(); in createFragmentFromText()
DApplyStyleCommand.cpp1837 …oundNodeRangeWithElement(startNode, endNode, m_styledInlineElement->cloneElementWithoutChildren()); in addInlineStyleIfNeeded()
/external/webkit/WebCore/dom/
DElement.cpp99 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren(); in cloneNode()
104 RefPtr<Element> clone = cloneElementWithoutChildren(); in cloneElementWithChildren()
109 PassRefPtr<Element> Element::cloneElementWithoutChildren() in cloneElementWithoutChildren() function in WebCore::Element
DElement.h173 PassRefPtr<Element> cloneElementWithoutChildren();
/external/webkit/WebCore/
DChangeLog3416 * dom/Element.cpp: (WebCore::Element::cloneElementWithoutChildren): Copy non-attribute
DChangeLog-2009-06-1623030 (WebCore::Element::cloneElementWithoutChildren):
30724 - Renamed cloneElement to cloneElementWithoutChildren as it was the previous behaviour.
30734 (WebCore::Element::cloneElementWithoutChildren): Renamed from cloneElement
30740 to call to cloneElementWithoutChildren.