Searched refs:SVGAnimationElement (Results 1 - 25 of 127) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.idl26 interface SVGAnimateElement : SVGAnimationElement {
H A DSVGAnimateMotionElement.idl26 interface SVGAnimateMotionElement : SVGAnimationElement {
H A DSVGAnimateTransformElement.idl26 interface SVGAnimateTransformElement : SVGAnimationElement {
H A DSVGSetElement.idl26 interface SVGSetElement : SVGAnimationElement {
H A DSVGAnimationElement.idl29 interface SVGAnimationElement : SVGElement {
47 SVGAnimationElement implements SVGTests;
H A DSVGAnimationElement.cpp27 #include "core/svg/SVGAnimationElement.h"
42 SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document& document) function in class:blink::SVGAnimationElement
52 UseCounter::count(document, UseCounter::SVGAnimationElement);
134 bool SVGAnimationElement::isSupportedAttribute(const QualifiedName& attrName)
151 void SVGAnimationElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
208 void SVGAnimationElement::svgAttributeChanged(const QualifiedName& attrName)
218 void SVGAnimationElement::animationAttributeChanged()
227 float SVGAnimationElement::getStartTime() const
232 float SVGAnimationElement
[all...]
H A DSVGAnimatedTypeAnimator.h36 class SVGAnimationElement;
41 static PassOwnPtrWillBeRawPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* targetElement)
68 SVGAnimatedTypeAnimator(SVGAnimationElement*, SVGElement*);
75 RawPtrWillBeMember<SVGAnimationElement> m_animationElement;
H A DSVGString.cpp32 void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
H A DSVGAnimatedColor.h39 class SVGAnimationElement;
54 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
H A DSVGBoolean.cpp38 #include "core/svg/SVGAnimationElement.h"
63 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
H A DSVGNumberList.h59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
H A DSVGPointList.h59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
H A DSVGAnimateElement.cpp38 : SVGAnimationElement(tagName, document)
190 ASSERT(SVGAnimationElement::isTargetAttributeCSSProperty(targetElement, attributeName));
356 return SVGAnimationElement::isAdditive();
371 SVGAnimationElement::setTargetElement(target);
377 SVGAnimationElement::setAttributeName(attributeName);
400 SVGAnimationElement::trace(visitor);
H A DSVGAngle.h52 virtual void calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
106 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
H A DSVGAnimateMotionElement.h24 #include "core/svg/SVGAnimationElement.h"
29 class SVGAnimateMotionElement FINAL : public SVGAnimationElement {
H A DSVGBoolean.h55 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
H A DSVGInteger.cpp35 #include "core/svg/SVGAnimationElement.h"
75 void SVGInteger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*)
H A DSVGInteger.h59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
H A DSVGIntegerOptionalInteger.h56 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
H A DSVGLengthList.h61 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
H A DSVGNumberOptionalNumber.h56 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
H A DSVGString.h66 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
H A DSVGStringList.h81 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
H A DSVGTransformList.h67 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGProperty.h44 class SVGAnimationElement;
66 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) = 0;

Completed in 379 milliseconds

123456