Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp63 return m_animatedPropertyType != AnimatedUnknown && !hasInvalidCSSAttributeType(); in hasValidAttributeType()
73 return AnimatedUnknown; in determineAnimatedPropertyType()
78 return AnimatedUnknown; in determineAnimatedPropertyType()
83 return AnimatedUnknown; in determineAnimatedPropertyType()
109 ASSERT(m_animatedPropertyType != AnimatedUnknown); in calculateAnimatedValue()
359 ASSERT(m_animatedPropertyType != AnimatedUnknown); in applyResultsToTarget()
388 case AnimatedUnknown: in animatedPropertyTypeSupportsAddition()
DSVGTests.cpp37 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown, in requiredFeaturesPropertyInfo()
52 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown, in requiredExtensionsPropertyInfo()
67 s_propertyInfo = new SVGPropertyInfo(AnimatedUnknown, in systemLanguagePropertyInfo()
DSVGAnimatedType.cpp88 case AnimatedUnknown: in ~SVGAnimatedType()
265 case AnimatedUnknown: in valueAsString()
316 case AnimatedUnknown: in setValueAsString()
327 return type != AnimatedUnknown && type != AnimatedColor; in supportsAnimVal()
DSVGAnimatorFactory.h87 case AnimatedUnknown: in create()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h54 AnimatedUnknown enumerator