Home
last modified time | relevance | path

Searched refs:SVGSMILElement (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp110 …static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, SVGSMILElement::Condit… in create()
130 ConditionEventListener(SVGSMILElement* animation, SVGSMILElement::Condition* condition) in ConditionEventListener()
139 SVGSMILElement* m_animation;
140 SVGSMILElement::Condition* m_condition;
157 void SVGSMILElement::Condition::setEventListener(PassRefPtr<ConditionEventListener> eventListener) in setEventListener()
162 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const … in Condition()
172 SVGSMILElement::SVGSMILElement(const QualifiedName& tagName, Document& doc) in SVGSMILElement() function in blink::SVGSMILElement
196 SVGSMILElement::~SVGSMILElement() in ~SVGSMILElement()
213 void SVGSMILElement::clearResourceAndEventBaseReferences() in clearResourceAndEventBaseReferences()
218 void SVGSMILElement::clearConditions() in clearConditions()
[all …]
DSVGSMILElement.h40 class SVGSMILElement; variable
43 typedef EventSender<SVGSMILElement> SMILEventSender;
46 class SVGSMILElement : public SVGElement, public SVGTests {
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(); } in syncBase()
197 void setSyncBase(SVGSMILElement* element) { m_syncBase = element; } in setSyncBase()
208 RefPtrWillBeMember<SVGSMILElement> m_syncBase;
[all …]
DSMILTimeContainer.cpp77 void SMILTimeContainer::schedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName… in schedule()
99 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedNa… in unschedule()
302 …for (SVGSMILElement* element = Traversal<SVGSMILElement>::firstWithin(m_ownerSVGElement); element;… in updateDocumentOrderIndexes()
309 …bool operator()(const RefPtrWillBeMember<SVGSMILElement>& a, const RefPtrWillBeMember<SVGSMILEleme… in operator ()()
385 typedef WillBeHeapVector<RefPtrWillBeMember<SVGSMILElement> > AnimationsVector; in updateAnimations()
403 SVGSMILElement* resultElement = 0; in updateAnimations()
405 SVGSMILElement* animation = itAnimation->get(); in updateAnimations()
452 RefPtrWillBeRawPtr<SVGSMILElement> animDiscard = animationsToApply[i]; in updateAnimations()
DSMILTimeContainer.h44 class SVGSMILElement; variable
52 void schedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
53 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
115 … typedef WillBeHeapLinkedHashSet<RawPtrWillBeWeakMember<SVGSMILElement> > AnimationsLinkedHashSet;
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDiscardElement.h38 class SVGDiscardElement FINAL : public SVGSMILElement {
55 …virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRI… in updateAnimation()
DSVGAnimationElement.h59 class SVGAnimationElement : public SVGSMILElement {
155 …virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRI…
180 …virtual void calculateAnimatedValue(float percent, unsigned repeatCount, SVGSMILElement* resultEle…
DSVGDiscardElement.cpp39 : SVGSMILElement(SVGNames::discardTag, document) in SVGDiscardElement()
DSVGAnimationElement.cpp43 : SVGSMILElement(tagName, document) in SVGAnimationElement()
154 SVGSMILElement::parseAttribute(name, value); in parseAttribute()
211 SVGSMILElement::svgAttributeChanged(attrName); in svgAttributeChanged()
597 void SVGAnimationElement::updateAnimation(float percent, unsigned repeatCount, SVGSMILElement* resu… in updateAnimation()
676 SVGSMILElement::setTargetElement(target); in setTargetElement()
682 SVGSMILElement::setAttributeName(attributeName); in setAttributeName()
DSVGAnimateMotionElement.h50 …virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* result…
DSVGAnimateElement.h55 …virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* result…
DSVGAnimateMotionElement.cpp223 …imateMotionElement::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement*) in calculateAnimatedValue() argument
DSVGAnimateElement.cpp65 …ment::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) in calculateAnimatedValue()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-x86_64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.darwin-mips64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.darwin-arm64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.linux-mips.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.darwin-mips.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.linux-x86_64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.linux-x86.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.linux-mips64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.linux-arm64.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.darwin-arm.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.linux-arm.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dwebcore_svg.target.darwin-x86.mk244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
Dcore.gypi3381 'svg/animation/SVGSMILElement.cpp',