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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.cpp 28 SVGAnimatedBooleanAnimator::SVGAnimatedBooleanAnimator(SVGAnimationElement* animationElement, SVGElement* contextElement)
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::calculateAnimatedValue(float percentage, unsigned, SVGAnimatedType* from, SVGAnimatedType* to, SV (…)
    [all...]
SVGAnimatedBoolean.h 39 class SVGAnimatedBooleanAnimator : public SVGAnimatedTypeAnimator {
41 SVGAnimatedBooleanAnimator(SVGAnimationElement*, SVGElement*);
42 virtual ~SVGAnimatedBooleanAnimator() { }
SVGAnimatorFactory.h 56 return adoptPtr(new SVGAnimatedBooleanAnimator(animationElement, contextElement));

Completed in 308 milliseconds