Searched refs:cloneElementWithoutChildren (Results 1 – 10 of 10) sorted by relevance
138 RefPtr<Element> clonedBlockquote = topBlockquote->cloneElementWithoutChildren(); in doApply()147 RefPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren(); in doApply()
138 RefPtr<Element> child = ancestors[i - 1]->cloneElementWithoutChildren(); in cloneHierarchyUnderNewBlock()209 blockToInsert = startBlock->cloneElementWithoutChildren(); in doApply()
69 m_element1 = m_element2->cloneElementWithoutChildren(); in doApply()
190 newParent = newParent->cloneElementWithoutChildren(); in doApply()
1211 element = block->cloneElementWithoutChildren(); in createFragmentFromText()
1837 …oundNodeRangeWithElement(startNode, endNode, m_styledInlineElement->cloneElementWithoutChildren()); in addInlineStyleIfNeeded()
99 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren(); in cloneNode()104 RefPtr<Element> clone = cloneElementWithoutChildren(); in cloneElementWithChildren()109 PassRefPtr<Element> Element::cloneElementWithoutChildren() in cloneElementWithoutChildren() function in WebCore::Element
173 PassRefPtr<Element> cloneElementWithoutChildren();
3416 * dom/Element.cpp: (WebCore::Element::cloneElementWithoutChildren): Copy non-attribute
23030 (WebCore::Element::cloneElementWithoutChildren):30724 - Renamed cloneElement to cloneElementWithoutChildren as it was the previous behaviour.30734 (WebCore::Element::cloneElementWithoutChildren): Renamed from cloneElement30740 to call to cloneElementWithoutChildren.