Searched refs:SVGSMILElement (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDiscardElement.cpp39 : SVGSMILElement(SVGNames::discardTag, document)
H A DSVGDiscardElement.h34 #include "core/svg/animation/SVGSMILElement.h"
38 class SVGDiscardElement FINAL : public SVGSMILElement {
55 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE { }
H A DSVGAnimationElement.h29 #include "core/svg/animation/SVGSMILElement.h"
59 class SVGAnimationElement : public SVGSMILElement {
153 // from SVGSMILElement
155 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE;
180 virtual void calculateAnimatedValue(float percent, unsigned repeatCount, SVGSMILElement* resultElement) = 0;
H A DSVGAnimateMotionElement.h50 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) OVERRIDE;
H A DSVGAnimateElement.h55 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) OVERRIDE FINAL;
H A DSVGAnimationElement.cpp43 : SVGSMILElement(tagName, document)
154 SVGSMILElement::parseAttribute(name, value);
211 SVGSMILElement::svgAttributeChanged(attrName);
597 void SVGAnimationElement::updateAnimation(float percent, unsigned repeatCount, SVGSMILElement* resultElement)
676 SVGSMILElement::setTargetElement(target);
682 SVGSMILElement::setAttributeName(attributeName);
H A DSVGAnimateMotionElement.cpp223 void SVGAnimateMotionElement::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement*)
H A DSVGAnimateElement.cpp65 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement)
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp27 #include "core/svg/animation/SVGSMILElement.h"
110 static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
130 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
139 SVGSMILElement* m_animation;
140 SVGSMILElement::Condition* m_condition;
157 void SVGSMILElement::Condition::setEventListener(PassRefPtr<ConditionEventListener> eventListener)
162 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat)
172 SVGSMILElement function in class:blink::SVGSMILElement
[all...]
H A DSMILTimeContainer.h44 class SVGSMILElement;
52 void schedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
53 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
115 typedef WillBeHeapLinkedHashSet<RawPtrWillBeWeakMember<SVGSMILElement> > AnimationsLinkedHashSet;
H A DSVGSMILElement.h40 class SVGSMILElement;
43 typedef EventSender<SVGSMILElement> SMILEventSender;
46 class SVGSMILElement : public SVGElement, public SVGTests { class in namespace:blink
48 SVGSMILElement(const QualifiedName&, Document&);
49 virtual ~SVGSMILElement();
96 bool progress(SMILTime elapsed, SVGSMILElement* resultsElement, bool seekToTime);
141 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;
196 SVGSMILElement* syncBase() const { return m_syncBase.get(); }
197 void setSyncBase(SVGSMILElement* element) { m_syncBase = element; }
208 RefPtrWillBeMember<SVGSMILElement> m_syncBas
[all...]
H A DSMILTimeContainer.cpp34 #include "core/svg/animation/SVGSMILElement.h"
77 void SMILTimeContainer::schedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName)
99 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName)
302 for (SVGSMILElement* element = Traversal<SVGSMILElement>::firstWithin(m_ownerSVGElement); element; element = Traversal<SVGSMILElement>::next(*element, &m_ownerSVGElement))
309 bool operator()(const RefPtrWillBeMember<SVGSMILElement>& a, const RefPtrWillBeMember<SVGSMILElement>& b)
385 typedef WillBeHeapVector<RefPtrWillBeMember<SVGSMILElement> > AnimationsVector;
403 SVGSMILElement* resultElemen
[all...]
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_svg.target.darwin-arm.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.darwin-arm64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.darwin-mips.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.darwin-mips64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.darwin-x86.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.darwin-x86_64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.linux-arm.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.linux-arm64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.linux-mips.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.linux-mips64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.linux-x86.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
H A Dwebcore_svg.target.linux-x86_64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \

Completed in 157 milliseconds