Searched defs:setTargetElement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.cpp414 void SVGAnimateElement::setTargetElement(SVGElement* target) function in class:WebCore::SVGAnimateElement
416 SVGAnimationElement::setTargetElement(target);
H A DSVGAnimationElement.cpp687 void SVGAnimationElement::setTargetElement(SVGElement* target) function in class:WebCore::SVGAnimationElement
689 SVGSMILElement::setTargetElement(target);
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp207 setTargetElement(0);
224 setTargetElement(svgTarget);
323 setTargetElement(0);
635 void SVGSMILElement::setTargetElement(SVGElement* target) function in class:WebCore::SVGSMILElement

Completed in 154 milliseconds