HomeSort by relevance Sort by last modified time
    Searched defs:SMILTimeContainer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 27 #include "core/svg/animation/SMILTimeContainer.h"
40 SMILTimeContainer::SMILTimeContainer(SVGSVGElement* owner)
47 , m_timer(this, &SMILTimeContainer::timerFired)
55 SMILTimeContainer::~SMILTimeContainer()
62 void SMILTimeContainer::schedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName)
84 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName)
100 void SMILTimeContainer::notifyIntervalsChanged()
107 SMILTime SMILTimeContainer::elapsed() cons
    [all...]
SMILTimeContainer.h 45 class SMILTimeContainer : public RefCounted<SMILTimeContainer> {
47 static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeContainer(owner)); }
48 ~SMILTimeContainer();
68 SMILTimeContainer(SVGSVGElement* owner);
70 void timerFired(Timer<SMILTimeContainer>*);
86 Timer<SMILTimeContainer> m_timer;

Completed in 1024 milliseconds