HomeSort by relevance Sort by last modified time
    Searched defs:hasValidTarget (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/svg/
SVGAnimateTransformElement.cpp 60 bool SVGAnimateTransformElement::hasValidTarget() const
63 return SVGAnimationElement::hasValidTarget() && (targetElement->isStyledTransformable() || targetElement->hasTagName(SVGNames::textTag));
96 if (!hasValidTarget())
108 if (!hasValidTarget())
158 if (!hasValidTarget())
SVGAnimateMotionElement.cpp 54 bool SVGAnimateMotionElement::hasValidTarget() const
56 if (!SVGAnimationElement::hasValidTarget())
149 if (!hasValidTarget())
SVGAnimationElement.cpp 261 bool SVGAnimationElement::hasValidTarget() const
292 if (!hasValidTarget())
476 if (!hasValidTarget())

Completed in 3441 milliseconds