Home
last modified time | relevance | path

Searched refs:m_animatedPropertyType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp40 , m_animatedPropertyType(AnimatedString) in SVGAnimateElement()
63 return m_animatedPropertyType != AnimatedUnknown && !hasInvalidCSSAttributeType(); in hasValidAttributeType()
105 ASSERT(m_animatedPropertyType == determineAnimatedPropertyType(targetElement)); in calculateAnimatedValue()
108 …ASSERT(m_animatedPropertyType != AnimatedTransformList || hasTagName(SVGNames::animateTransformTag… in calculateAnimatedValue()
109 ASSERT(m_animatedPropertyType != AnimatedUnknown); in calculateAnimatedValue()
111 ASSERT(m_animator->type() == m_animatedPropertyType); in calculateAnimatedValue()
113 ASSERT(m_fromType->type() == m_animatedPropertyType); in calculateAnimatedValue()
118 ASSERT(resultAnimationElement->m_animatedPropertyType == m_animatedPropertyType); in calculateAnimatedValue()
157 ASSERT(m_animatedPropertyType == m_animator->type()); in calculateFromAndToValues()
178 ASSERT(m_animatedPropertyType == m_animator->type()); in calculateFromAndByValues()
[all …]
DSVGAnimateTransformElement.cpp53 return m_animatedPropertyType == AnimatedTransformList; in hasValidAttributeType()
DSVGAnimateElement.h60 AnimatedPropertyType m_animatedPropertyType; variable
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.h37 AnimatedPropertyType animatedPropertyType() const { return m_animatedPropertyType; } in animatedPropertyType()
90 AnimatedPropertyType m_animatedPropertyType; variable
DSVGAnimatedProperty.cpp31 , m_animatedPropertyType(animatedPropertyType) in SVGAnimatedProperty()