Home
last modified time | relevance | path

Searched refs:animatedPropertyType (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedEnumerationPropertyTearOff.h42 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, EnumType& … in create() argument
45 …umerationPropertyTearOff<EnumType>(contextElement, attributeName, animatedPropertyType, reinterpre… in create()
56 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, unsigned& … in SVGAnimatedEnumerationPropertyTearOff() argument
57 …matedStaticPropertyTearOff<unsigned>(contextElement, attributeName, animatedPropertyType, property) in SVGAnimatedEnumerationPropertyTearOff()
DSVGAnimatedTransformListPropertyTearOff.h45 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransfo… in create() argument
48 …AnimatedTransformListPropertyTearOff(contextElement, attributeName, animatedPropertyType, values)); in create()
52 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransfo… in SVGAnimatedTransformListPropertyTearOff() argument
53 …dListPropertyTearOff<SVGTransformList>(contextElement, attributeName, animatedPropertyType, values) in SVGAnimatedTransformListPropertyTearOff()
DSVGAnimatedStaticPropertyTearOff.h52 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyTy… in create() argument
55 …taticPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, property)); in create()
102 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyTy… in SVGAnimatedStaticPropertyTearOff() argument
103 : SVGAnimatedProperty(contextElement, attributeName, animatedPropertyType) in SVGAnimatedStaticPropertyTearOff()
DSVGAnimatedPropertyTearOff.h61 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyTy… in create() argument
64 …matedPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, property)); in create()
110 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyTy… in SVGAnimatedPropertyTearOff() argument
111 : SVGAnimatedProperty(contextElement, attributeName, animatedPropertyType) in SVGAnimatedPropertyTearOff()
DSVGAnimatedPathSegListPropertyTearOff.h62 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSeg… in create() argument
65 …VGAnimatedPathSegListPropertyTearOff(contextElement, attributeName, animatedPropertyType, values)); in create()
107 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSeg… in SVGAnimatedPathSegListPropertyTearOff() argument
108 …tedListPropertyTearOff<SVGPathSegList>(contextElement, attributeName, animatedPropertyType, values) in SVGAnimatedPathSegListPropertyTearOff()
DSVGAnimatedListPropertyTearOff.h165 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyTy… in create() argument
168 …tedListPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, values)); in create()
172 …Element, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyTy… in SVGAnimatedListPropertyTearOff() argument
173 : SVGAnimatedProperty(contextElement, attributeName, animatedPropertyType) in SVGAnimatedListPropertyTearOff()
DSVGPropertyInfo.h66 : animatedPropertyType(newType) in SVGPropertyInfo()
75 AnimatedPropertyType animatedPropertyType; member
DSVGAnimatedProperty.cpp28 …ent* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType) in SVGAnimatedProperty() argument
31 , m_animatedPropertyType(animatedPropertyType) in SVGAnimatedProperty()
DSVGAnimatedProperty.h37 AnimatedPropertyType animatedPropertyType() const { return m_animatedPropertyType; } in animatedPropertyType() function
58 … wrapper = TearOffType::create(element, info->attributeName, info->animatedPropertyType, property); in lookupOrCreateWrapper()
DSVGAttributeToPropertyMap.cpp86 propertyTypes.append((*vectorIt)->animatedPropertyType); in animatedPropertyTypeForAttribute()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTypeAnimator.cpp97 if (property->animatedPropertyType() != m_type) { in findAnimatedPropertiesForAttributeName()
99 ASSERT(property->animatedPropertyType() == AnimatedEnumeration); in findAnimatedPropertiesForAttributeName()
DSVGAnimatedTypeAnimator.h174 if (property->animatedPropertyType() != m_type) { in castAnimatedPropertyToActualType()
176 ASSERT(property->animatedPropertyType() == AnimatedEnumeration); in castAnimatedPropertyToActualType()
DSVGAnimateElement.cpp188 if (expectedPropertyType != it->properties[i]->animatedPropertyType()) { in propertyTypesAreConsistent()
190 …if (expectedPropertyType == AnimatedAngle && it->properties[i]->animatedPropertyType() == Animated… in propertyTypesAreConsistent()