Searched refs:cloneElementWithoutAttributesAndChildren (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGShadowTreeElements.h47 virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() const;
H A DSVGShadowTreeElements.cpp50 PassRefPtr<Element> SVGShadowTreeContainerElement::cloneElementWithoutAttributesAndChildren() const function in class:WebCore::SVGShadowTreeContainerElement
/external/webkit/Source/WebCore/html/
H A DHTMLScriptElement.h70 PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() const;
H A DHTMLScriptElement.cpp219 PassRefPtr<Element> HTMLScriptElement::cloneElementWithoutAttributesAndChildren() const function in class:WebCore::HTMLScriptElement
/external/webkit/Source/WebCore/svg/
H A DSVGScriptElement.h76 PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() const;
H A DSVGScriptElement.cpp252 PassRefPtr<Element> SVGScriptElement::cloneElementWithoutAttributesAndChildren() const function in class:WebCore::SVGScriptElement
/external/webkit/Source/WebCore/dom/
H A DElement.h407 virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() const;
H A DElement.cpp200 RefPtr<Element> clone = cloneElementWithoutAttributesAndChildren();
214 PassRefPtr<Element> Element::cloneElementWithoutAttributesAndChildren() const function in class:WebCore::Element

Completed in 242 milliseconds