Home
last modified time | relevance | path

Searched refs:cloneElementWithoutAttributesAndChildren (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGShadowTreeElements.h47 virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() const;
DSVGShadowTreeElements.cpp50 PassRefPtr<Element> SVGShadowTreeContainerElement::cloneElementWithoutAttributesAndChildren() const in cloneElementWithoutAttributesAndChildren() function in WebCore::SVGShadowTreeContainerElement
/external/webkit/Source/WebCore/html/
DHTMLScriptElement.h70 PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() const;
DHTMLScriptElement.cpp219 PassRefPtr<Element> HTMLScriptElement::cloneElementWithoutAttributesAndChildren() const in cloneElementWithoutAttributesAndChildren() function in WebCore::HTMLScriptElement
/external/webkit/Source/WebCore/svg/
DSVGScriptElement.h76 PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() const;
DSVGScriptElement.cpp252 PassRefPtr<Element> SVGScriptElement::cloneElementWithoutAttributesAndChildren() const in cloneElementWithoutAttributesAndChildren() function in WebCore::SVGScriptElement
/external/webkit/Source/WebCore/dom/
DElement.h407 virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() const;
DElement.cpp200 RefPtr<Element> clone = cloneElementWithoutAttributesAndChildren(); in cloneElementWithoutChildren()
214 PassRefPtr<Element> Element::cloneElementWithoutAttributesAndChildren() const in cloneElementWithoutAttributesAndChildren() function in WebCore::Element
/external/webkit/Source/WebCore/
DChangeLog-2010-12-063020 (WebCore::HTMLScriptElement::cloneElementWithoutAttributesAndChildren):
3028 (WebCore::SVGScriptElement::cloneElementWithoutAttributesAndChildren):
11186 (WebCore::HTMLScriptElement::cloneElementWithoutAttributesAndChildren): Calls isEvaluated.
11196 … (WebCore::SVGScriptElement::cloneElementWithoutAttributesAndChildren): Calls createdByParser,
13568 … bug by making cloneElementWithoutChildren call a virtual cloneElementWithoutAttributesAndChildren,
13582 …(WebCore::Element::cloneElementWithoutAttributesAndChildren): Extracted from cloneElementWithoutCh…
13596 … (WebCore::HTMLScriptElement::cloneElementWithoutAttributesAndChildren): Propagates isEvaluated.
13607 … (WebCore::SVGScriptElement::cloneElementWithoutAttributesAndChildren): Propagates isEvaluated.
DChangeLog35004 This patch implements cloneElementWithoutAttributesAndChildren for
35011 (WebCore::SVGShadowTreeContainerElement::cloneElementWithoutAttributesAndChildren):