HomeSort by relevance Sort by last modified time
    Searched full:svgsmilelement (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 40 class SVGSMILElement;
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(); }
197 void setSyncBase(SVGSMILElement* element) { m_syncBase = element; }
208 RefPtrWillBeMember<SVGSMILElement> m_syncBase
    [all...]
SVGSMILElement.cpp 27 #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::SVGSMILElement(const QualifiedName& tagName, Document& doc
    [all...]
SMILTimeContainer.cpp 34 #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* resultElement = 0
    [all...]
SMILTimeContainer.h 44 class SVGSMILElement;
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/
SVGDiscardElement.h 34 #include "core/svg/animation/SVGSMILElement.h"
38 class SVGDiscardElement FINAL : public SVGSMILElement {
55 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE { }
SVGAnimationElement.h 29 #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;
SVGAnimateMotionElement.h 50 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) OVERRIDE;
SVGDiscardElement.cpp 39 : SVGSMILElement(SVGNames::discardTag, document)
SVGAnimateElement.h 55 virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement) OVERRIDE FINAL;
SVGAnimationElement.cpp 43 : 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);
SVGAElement.cpp 48 #include "core/svg/animation/SVGSMILElement.h"
SVGAnimateMotionElement.cpp 223 void SVGAnimateMotionElement::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement*)
SVGAnimateElement.cpp 65 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGSMILElement* resultElement)
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.darwin-arm64.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.darwin-mips.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.darwin-mips64.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.darwin-x86.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.darwin-x86_64.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.linux-arm.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.linux-arm64.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.linux-mips.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.linux-mips64.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.linux-x86.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \
webcore_svg.target.linux-x86_64.mk 244 third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp \

Completed in 698 milliseconds

1 2