Searched refs:cloneElementWithoutChildren (Results 1 – 9 of 9) sorted by relevance
138 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()
136 …trWillBeRawPtr<Element> clonedBlockquote = toElement(topBlockquote)->cloneElementWithoutChildren(); in doApply()145 RefPtrWillBeRawPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren(); in doApply()
75 m_element1 = m_element2->cloneElementWithoutChildren(); in doApply()
1079 … RefPtrWillBeRawPtr<Element> wrapper = elementsToPushDown[i]->cloneElementWithoutChildren(); in pushDownInlineStyleAroundNode()1517 …oundNodeRangeWithElement(startNode, endNode, m_styledInlineElement->cloneElementWithoutChildren()); in applyInlineStyleChange()
886 element = block->cloneElementWithoutChildren(); in createFragmentFromText()
70 return cloneElementWithoutChildren(); in cloneNode()
379 RefPtrWillBeRawPtr<Element> newChild = target->cloneElementWithoutChildren(); in buildShadowAndInstanceTree()
260 PassRefPtrWillBeRawPtr<Element> cloneElementWithoutChildren();
249 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren(); in cloneNode()254 RefPtrWillBeRawPtr<Element> clone = cloneElementWithoutChildren(); in cloneElementWithChildren()259 PassRefPtrWillBeRawPtr<Element> Element::cloneElementWithoutChildren() in cloneElementWithoutChildren() function in WebCore::Element