Searched refs:cloneElementWithChildren (Results 1 – 5 of 5) sorted by relevance
804 RefPtr<Element> newChild = targetInstance->correspondingElement()->cloneElementWithChildren(); in buildShadowTree()854 RefPtr<Element> newChild = target->cloneElementWithChildren(); in expandUseElementsInShadowTree()
204 PassRefPtr<Element> cloneElementWithChildren();
188 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren(); in cloneNode()191 PassRefPtr<Element> Element::cloneElementWithChildren() in cloneElementWithChildren() function in WebCore::Element
1194 return QWebElement(m_element->cloneElementWithChildren().get()); in clone()
30721 … - Splitted the code from cloneNode into cloneElementWithChildren and cloneElementWithChildren.30733 (WebCore::Element::cloneElementWithChildren): Added.