HomeSort by relevance Sort by last modified time
    Searched refs:SVGAnimationElement (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.idl 26 interface SVGAnimateElement : SVGAnimationElement {
SVGAnimateMotionElement.idl 26 interface SVGAnimateMotionElement : SVGAnimationElement {
SVGAnimateTransformElement.idl 26 interface SVGAnimateTransformElement : SVGAnimationElement {
SVGSetElement.idl 26 interface SVGSetElement : SVGAnimationElement {
SVGAnimationElement.idl 29 interface SVGAnimationElement : SVGElement {
47 SVGAnimationElement implements SVGTests;
SVGAnimatedTypeAnimator.h 36 class SVGAnimationElement;
41 static PassOwnPtrWillBeRawPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* targetElement)
68 SVGAnimatedTypeAnimator(SVGAnimationElement*, SVGElement*);
75 RawPtrWillBeMember<SVGAnimationElement> m_animationElement;
SVGAnimationElement.cpp 27 #include "core/svg/SVGAnimationElement.h"
42 SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document& document)
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::getCurrentTime() cons
    [all...]
SVGAnimatedColor.h 39 class SVGAnimationElement;
54 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
SVGString.cpp 32 void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGAnimateMotionElement.h 24 #include "core/svg/SVGAnimationElement.h"
29 class SVGAnimateMotionElement FINAL : public SVGAnimationElement {
SVGBoolean.cpp 38 #include "core/svg/SVGAnimationElement.h"
63 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGNumberList.h 59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
SVGPointList.h 59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
SVGAngle.h 52 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;
SVGAnimateElement.cpp 38 : 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);
SVGAnimateElement.h 28 #include "core/svg/SVGAnimationElement.h"
35 class SVGAnimateElement : public SVGAnimationElement {
SVGBoolean.h 55 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
SVGInteger.cpp 35 #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*)
SVGInteger.h 59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
SVGIntegerOptionalInteger.h 56 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
SVGLengthList.h 61 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
SVGNumber.h 61 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
SVGNumberOptionalNumber.h 56 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
SVGPoint.h 72 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGProperty.h 44 class SVGAnimationElement;
66 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) = 0;

Completed in 424 milliseconds

1 2 3 4 5 6