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.h 47 class SMILTimeContainer : public RefCountedWillBeGarbageCollectedFinalized<SMILTimeContainer> {
49 static PassRefPtrWillBeRawPtr<SMILTimeContainer> create(SVGSVGElement& owner) { return adoptRefWillBeNoop(new SMILTimeContainer(owner)); }
50 ~SMILTimeContainer();
74 explicit SMILTimeContainer(SVGSVGElement& owner);
90 void wakeupTimerFired(Timer<SMILTimeContainer>*);
112 Timer<SMILTimeContainer> m_wakeupTimer;
SMILTimeContainer.cpp 27 #include "core/svg/animation/SMILTimeContainer.h"
52 SMILTimeContainer::SMILTimeContainer(SVGSVGElement& owner)
60 , m_wakeupTimer(this, &SMILTimeContainer::wakeupTimerFired)
68 SMILTimeContainer::~SMILTimeContainer()
77 void SMILTimeContainer::schedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName)
99 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName)
120 bool SMILTimeContainer::hasAnimations() const
125 bool SMILTimeContainer::hasPendingSynchronization() cons
    [all...]

Completed in 45 milliseconds