Searched refs:cloneElementWithChildren (Results 1 – 3 of 3) sorted by relevance
71 RefPtrWillBeRawPtr<Node> clone = cloneElementWithChildren(); in cloneNode()
241 PassRefPtrWillBeRawPtr<Element> cloneElementWithChildren();
257 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren(); in cloneNode()260 PassRefPtrWillBeRawPtr<Element> Element::cloneElementWithChildren() in cloneElementWithChildren() function in blink::Element