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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.h 35 DEFINE_ANIMATED_PROPERTY(AnimatedBoolean, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedBoolean, bool)
SVGAnimatedBoolean.cpp 29 : SVGAnimatedTypeAnimator(AnimatedBoolean, animationElement, contextElement)
77 bool& animatedBoolean = animated->boolean();
79 m_animationElement->animateDiscreteType<bool>(percentage, fromBoolean, toBoolean, animatedBoolean);
SVGAnimatorFactory.h 55 case AnimatedBoolean:
SVGAnimatedType.cpp 40 case AnimatedBoolean:
105 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedBoolean));
255 case AnimatedBoolean:
306 case AnimatedBoolean:
SVGAnimatedType.h 73 ASSERT(m_type == AnimatedBoolean);
176 ASSERT(m_type == AnimatedBoolean);
SVGAnimateElement.cpp 380 case AnimatedBoolean:
SVGAnimationElement.cpp 513 if (attributeType == AnimatedBoolean
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 38 AnimatedBoolean,

Completed in 88 milliseconds