HomeSort by relevance Sort by last modified time
    Searched refs:AnimatedPreserveAspectRatio (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPreserveAspectRatio.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedPreserveAspectRatio, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio)
SVGAnimatedPreserveAspectRatio.cpp 29 : SVGAnimatedTypeAnimator(AnimatedPreserveAspectRatio, animationElement, contextElement)
77 SVGPreserveAspectRatio& animatedPreserveAspectRatio = animated->preserveAspectRatio();
79 m_animationElement->animateDiscreteType<SVGPreserveAspectRatio>(percentage, fromPreserveAspectRatio, toPreserveAspectRatio, animatedPreserveAspectRatio);
SVGAnimatorFactory.h 79 case AnimatedPreserveAspectRatio:
SVGAnimatedType.cpp 76 case AnimatedPreserveAspectRatio:
201 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedPreserveAspectRatio));
263 case AnimatedPreserveAspectRatio:
314 case AnimatedPreserveAspectRatio:
SVGAnimatedType.h 145 ASSERT(m_type == AnimatedPreserveAspectRatio);
248 ASSERT(m_type == AnimatedPreserveAspectRatio);
SVGViewSpec.cpp 54 s_propertyInfo = new SVGPropertyInfo(AnimatedPreserveAspectRatio,
SVGAnimateElement.cpp 382 case AnimatedPreserveAspectRatio:
SVGAnimationElement.cpp 515 || attributeType == AnimatedPreserveAspectRatio
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 50 AnimatedPreserveAspectRatio,

Completed in 183 milliseconds