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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp341 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName) function in class:blink::SVGAnimationElement
354 if (isTargetAttributeCSSProperty(targetElement, attributeName))
688 m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTypeCSS && !isTargetAttributeCSSProperty(target, attributeName());

Completed in 54 milliseconds