/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAnimatedEnumerationPropertyTearOff.h | 42 …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()
|
D | SVGAnimatedTransformListPropertyTearOff.h | 45 …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()
|
D | SVGAnimatedStaticPropertyTearOff.h | 52 …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()
|
D | SVGAnimatedPropertyTearOff.h | 61 …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()
|
D | SVGAnimatedPathSegListPropertyTearOff.h | 62 …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()
|
D | SVGAnimatedListPropertyTearOff.h | 165 …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()
|
D | SVGPropertyInfo.h | 66 : animatedPropertyType(newType) in SVGPropertyInfo() 75 AnimatedPropertyType animatedPropertyType; member
|
D | SVGAnimatedProperty.cpp | 28 …ent* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType) in SVGAnimatedProperty() argument 31 , m_animatedPropertyType(animatedPropertyType) in SVGAnimatedProperty()
|
D | SVGAnimatedProperty.h | 37 AnimatedPropertyType animatedPropertyType() const { return m_animatedPropertyType; } in animatedPropertyType() function 58 … wrapper = TearOffType::create(element, info->attributeName, info->animatedPropertyType, property); in lookupOrCreateWrapper()
|
D | SVGAttributeToPropertyMap.cpp | 86 propertyTypes.append((*vectorIt)->animatedPropertyType); in animatedPropertyTypeForAttribute()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedTypeAnimator.cpp | 97 if (property->animatedPropertyType() != m_type) { in findAnimatedPropertiesForAttributeName() 99 ASSERT(property->animatedPropertyType() == AnimatedEnumeration); in findAnimatedPropertiesForAttributeName()
|
D | SVGAnimatedTypeAnimator.h | 174 if (property->animatedPropertyType() != m_type) { in castAnimatedPropertyToActualType() 176 ASSERT(property->animatedPropertyType() == AnimatedEnumeration); in castAnimatedPropertyToActualType()
|
D | SVGAnimateElement.cpp | 188 if (expectedPropertyType != it->properties[i]->animatedPropertyType()) { in propertyTypesAreConsistent() 190 …if (expectedPropertyType == AnimatedAngle && it->properties[i]->animatedPropertyType() == Animated… in propertyTypesAreConsistent()
|