Home
last modified time | relevance | path

Searched refs:AnimatedPropertyType (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h36 enum AnimatedPropertyType { enum
63 …SVGPropertyInfo(AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName&… in SVGPropertyInfo()
75 AnimatedPropertyType animatedPropertyType;
DSVGAnimatedProperty.h37 AnimatedPropertyType animatedPropertyType() const { return m_animatedPropertyType; } in animatedPropertyType()
83 SVGAnimatedProperty(SVGElement*, const QualifiedName&, AnimatedPropertyType);
90 AnimatedPropertyType m_animatedPropertyType;
DSVGAnimatedEnumerationPropertyTearOff.h42 …e(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in create()
56 …f(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in SVGAnimatedEnumerationPropertyTearOff()
DSVGAnimatedTransformListPropertyTearOff.h45 …e(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in create()
52 …f(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in SVGAnimatedTransformListPropertyTearOff()
DSVGAnimatedStaticPropertyTearOff.h52 …e(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in create()
102 …f(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in SVGAnimatedStaticPropertyTearOff()
DSVGAnimatedPropertyTearOff.h61 …e(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in create()
110 …f(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in SVGAnimatedPropertyTearOff()
DSVGAnimatedPathSegListPropertyTearOff.h62 …e(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in create()
107 …f(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in SVGAnimatedPathSegListPropertyTearOff()
DSVGAnimatedListPropertyTearOff.h165 …e(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in create()
172 …f(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in SVGAnimatedListPropertyTearOff()
DSVGAttributeToPropertyMap.h45 …nimatedPropertyTypeForAttribute(const QualifiedName& attributeName, Vector<AnimatedPropertyType>&);
DSVGAnimatedProperty.cpp28 …y(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPro… in SVGAnimatedProperty()
DSVGAttributeToPropertyMap.cpp77 …opertyTypeForAttribute(const QualifiedName& attributeName, Vector<AnimatedPropertyType>& propertyT… in animatedPropertyTypeForAttribute()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedType.h60 static bool supportsAnimVal(AnimatedPropertyType);
62 AnimatedPropertyType type() const { return m_type; } in type()
274 SVGAnimatedType(AnimatedPropertyType);
276 AnimatedPropertyType m_type;
DSVGAnimateElement.h41 AnimatedPropertyType determineAnimatedPropertyType(SVGElement*) const;
60 AnimatedPropertyType m_animatedPropertyType;
DSVGAnimateElement.cpp66 AnimatedPropertyType SVGAnimateElement::determineAnimatedPropertyType(SVGElement* targetElement) co… in determineAnimatedPropertyType()
70 Vector<AnimatedPropertyType> propertyTypes; in determineAnimatedPropertyType()
76 AnimatedPropertyType type = propertyTypes[0]; in determineAnimatedPropertyType()
183 static inline bool propertyTypesAreConsistent(AnimatedPropertyType expectedPropertyType, const SVGE… in propertyTypesAreConsistent()
DSVGAnimatedTypeAnimator.h63 AnimatedPropertyType type() const { return m_type; } in type()
68 SVGAnimatedTypeAnimator(AnimatedPropertyType, SVGAnimationElement*, SVGElement*);
181 AnimatedPropertyType m_type;
DSVGAnimatorFactory.h47 …VGAnimationElement* animationElement, SVGElement* contextElement, AnimatedPropertyType attributeTy… in create()
DSVGAnimatedType.cpp29 SVGAnimatedType::SVGAnimatedType(AnimatedPropertyType type) in SVGAnimatedType()
324 bool SVGAnimatedType::supportsAnimVal(AnimatedPropertyType type) in supportsAnimVal()
DSVGAnimatedTypeAnimator.cpp38 SVGAnimatedTypeAnimator::SVGAnimatedTypeAnimator(AnimatedPropertyType type, SVGAnimationElement* an… in SVGAnimatedTypeAnimator()
DSVGElement.h94 …virtual void animatedPropertyTypeForAttribute(const QualifiedName&, Vector<AnimatedPropertyType>&);
DSVGElement.cpp695 typedef HashMap<QualifiedName, AnimatedPropertyType> AttributeToPropertyTypeMap;
763 …opertyTypeForAttribute(const QualifiedName& attributeName, Vector<AnimatedPropertyType>& propertyT… in animatedPropertyTypeForAttribute()
DSVGAnimationElement.cpp510AnimatedPropertyType attributeType = toSVGAnimateElement(this)->determineAnimatedPropertyType(targ… in currentValuesForValuesAnimation()