Searched defs:SVGAnimatedBooleanAnimator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedBoolean.h39 class SVGAnimatedBooleanAnimator : public SVGAnimatedTypeAnimator { class in namespace:WebCore
41 SVGAnimatedBooleanAnimator(SVGAnimationElement*, SVGElement*);
42 virtual ~SVGAnimatedBooleanAnimator() { }
H A DSVGAnimatedBoolean.cpp28 SVGAnimatedBooleanAnimator::SVGAnimatedBooleanAnimator(SVGAnimationElement* animationElement, SVGElement* contextElement) function in class:WebCore::SVGAnimatedBooleanAnimator
33 PassOwnPtr<SVGAnimatedType> SVGAnimatedBooleanAnimator::constructFromString(const String& string)
40 PassOwnPtr<SVGAnimatedType> SVGAnimatedBooleanAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
45 void SVGAnimatedBooleanAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
50 void SVGAnimatedBooleanAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type)
55 void SVGAnimatedBooleanAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes)
60 void SVGAnimatedBooleanAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes)
65 void SVGAnimatedBooleanAnimator::addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*)
70 void SVGAnimatedBooleanAnimator
[all...]

Completed in 230 milliseconds