Home
last modified time | relevance | path

Searched refs:setTargetElement (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.h59 virtual void setTargetElement(SVGElement*) OVERRIDE FINAL;
DSVGAnimateElement.cpp371 void SVGAnimateElement::setTargetElement(SVGElement* target) in setTargetElement() function in WebCore::SVGAnimateElement
373 SVGAnimationElement::setTargetElement(target); in setTargetElement()
DSVGAnimationElement.h161 virtual void setTargetElement(SVGElement*) OVERRIDE;
DSVGAnimationElement.cpp678 void SVGAnimationElement::setTargetElement(SVGElement* target) in setTargetElement() function in WebCore::SVGAnimationElement
680 SVGSMILElement::setTargetElement(target); in setTargetElement()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp228 setTargetElement(0); in buildPendingResource()
245 setTargetElement(svgTarget); in buildPendingResource()
343 setTargetElement(0); in removedFrom()
685 void SVGSMILElement::setTargetElement(SVGElement* target) in setTargetElement() function in WebCore::SVGSMILElement
DSVGSMILElement.h130 virtual void setTargetElement(SVGElement*);