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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 362 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName)
375 if (isTargetAttributeCSSProperty(targetElement, attributeName))
702 m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTypeCSS && !isTargetAttributeCSSProperty(target, attributeName());
SVGAnimationElement.h 79 static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);
SVGAnimateElement.cpp 232 ASSERT(SVGAnimationElement::isTargetAttributeCSSProperty(targetElement, attributeName));

Completed in 929 milliseconds