Home
last modified time | relevance | path

Searched refs:AnimatedPreserveAspectRatio (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedType.cpp76 case AnimatedPreserveAspectRatio: in ~SVGAnimatedType()
201 … OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedPreserveAspectRatio)); in createPreserveAspectRatio()
263 case AnimatedPreserveAspectRatio: in valueAsString()
314 case AnimatedPreserveAspectRatio: in setValueAsString()
DSVGAnimatedType.h145 ASSERT(m_type == AnimatedPreserveAspectRatio); in preserveAspectRatio()
248 ASSERT(m_type == AnimatedPreserveAspectRatio); in preserveAspectRatio()
DSVGAnimatedPreserveAspectRatio.h36 DEFINE_ANIMATED_PROPERTY(AnimatedPreserveAspectRatio, OwnerType, DOMAttribute, DOMAttribute.localNa…
DSVGAnimatedPreserveAspectRatio.cpp29 : SVGAnimatedTypeAnimator(AnimatedPreserveAspectRatio, animationElement, contextElement) in SVGAnimatedPreserveAspectRatioAnimator()
DSVGAnimatorFactory.h79 case AnimatedPreserveAspectRatio: in create()
DSVGViewSpec.cpp51 s_propertyInfo = new SVGPropertyInfo(AnimatedPreserveAspectRatio, in preserveAspectRatioPropertyInfo()
DSVGAnimateElement.cpp386 case AnimatedPreserveAspectRatio: in animatedPropertyTypeSupportsAddition()
DSVGAnimationElement.cpp514 || attributeType == AnimatedPreserveAspectRatio in currentValuesForValuesAnimation()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h50 AnimatedPreserveAspectRatio, enumerator