Home
last modified time | relevance | path

Searched refs:m_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()
248 bool m_hasInvalidCSSAttributeType; variable
DSVGAnimationElement.cpp56 , m_hasInvalidCSSAttributeType(false) in DEFINE_ANIMATED_BOOLEAN()
701m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTy… in checkInvalidCSSAttributeType()