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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.h60 virtual void setTargetElement(SVGElement*) OVERRIDE FINAL;
H A DSVGAnimationElement.h160 virtual void setTargetElement(SVGElement*) OVERRIDE;
H A DSVGAnimateElement.cpp369 void SVGAnimateElement::setTargetElement(SVGElement* target) function in class:blink::SVGAnimateElement
371 SVGAnimationElement::setTargetElement(target);
H A DSVGAnimationElement.cpp674 void SVGAnimationElement::setTargetElement(SVGElement* target) function in class:blink::SVGAnimationElement
676 SVGSMILElement::setTargetElement(target);
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.h131 virtual void setTargetElement(SVGElement*);
H A DSVGSMILElement.cpp231 setTargetElement(0);
248 setTargetElement(svgTarget);
348 setTargetElement(0);
694 void SVGSMILElement::setTargetElement(SVGElement* target) function in class:blink::SVGSMILElement

Completed in 270 milliseconds