Home
last modified time | relevance | path

Searched refs:hasInvalidCSSAttributeType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h196 bool hasInvalidCSSAttributeType() const { return m_hasInvalidCSSAttributeType; } in hasInvalidCSSAttributeType() function
DSVGAnimateElement.cpp63 return m_animatedPropertyType != AnimatedUnknown && !hasInvalidCSSAttributeType(); in hasValidAttributeType()