m_animatedPropertyType 62 Source/core/svg/SVGAnimateElement.cpp return m_animatedPropertyType != AnimatedUnknown && !hasInvalidCSSAttributeType(); m_animatedPropertyType 72 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == determineAnimatedPropertyType()); m_animatedPropertyType 75 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType != AnimatedTransformList || isSVGAnimateTransformElement(*this)); m_animatedPropertyType 76 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType != AnimatedUnknown); m_animatedPropertyType 78 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animator->type() == m_animatedPropertyType); m_animatedPropertyType 80 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_fromProperty->type() == m_animatedPropertyType); m_animatedPropertyType 85 Source/core/svg/SVGAnimateElement.cpp ASSERT(resultAnimationElement->m_animatedPropertyType == m_animatedPropertyType); m_animatedPropertyType 117 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == m_animator->type()); m_animatedPropertyType 138 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == m_animator->type()); m_animatedPropertyType 166 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == animator->type()); m_animatedPropertyType 316 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType != AnimatedTransformList || isSVGAnimateTransformElement(*this)); m_animatedPropertyType 317 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType != AnimatedUnknown); m_animatedPropertyType 340 Source/core/svg/SVGAnimateElement.cpp switch (m_animatedPropertyType) { m_animatedPropertyType 390 Source/core/svg/SVGAnimateElement.cpp m_animatedPropertyType = determineAnimatedPropertyType(); m_animatedPropertyType 396 Source/core/svg/SVGAnimateElement.cpp m_animator = SVGAnimatedTypeAnimator::create(m_animatedPropertyType, this, targetElement()); m_animatedPropertyType 397 Source/core/svg/SVGAnimateElement.cpp ASSERT(m_animatedPropertyType == m_animator->type()); m_animatedPropertyType 57 Source/core/svg/SVGAnimateElement.h AnimatedPropertyType m_animatedPropertyType; m_animatedPropertyType 53 Source/core/svg/SVGAnimateTransformElement.cpp return m_animatedPropertyType == AnimatedTransformList;