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.h 76 static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);
SVGAnimationElement.cpp 341 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName)
354 if (isTargetAttributeCSSProperty(targetElement, attributeName))
688 m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTypeCSS && !isTargetAttributeCSSProperty(target, attributeName());
SVGAnimateElement.cpp 190 ASSERT(SVGAnimationElement::isTargetAttributeCSSProperty(targetElement, attributeName));

Completed in 85 milliseconds