isTargetAttributeCSSProperty  197 Source/core/svg/SVGAnimateElement.cpp         ASSERT(SVGAnimationElement::isTargetAttributeCSSProperty(targetElement, attributeName));
isTargetAttributeCSSProperty  366 Source/core/svg/SVGAnimationElement.cpp     if (isTargetAttributeCSSProperty(targetElement, attributeName))
isTargetAttributeCSSProperty  715 Source/core/svg/SVGAnimationElement.cpp     m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTypeCSS && !isTargetAttributeCSSProperty(target, attributeName());
isTargetAttributeCSSProperty   81 Source/core/svg/SVGAnimationElement.h     static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);