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

  /external/webkit/Source/WebCore/svg/animation/
SMILTimeContainer.h 47 class SMILTimeContainer : public RefCounted<SMILTimeContainer> {
49 static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeContainer(owner)); }
69 SMILTimeContainer(SVGSVGElement* owner);
71 void timerFired(Timer<SMILTimeContainer>*);
89 Timer<SMILTimeContainer> m_timer;
SMILTimeContainer.cpp 27 #include "SMILTimeContainer.h"
45 SMILTimeContainer::SMILTimeContainer(SVGSVGElement* owner)
51 , m_timer(this, &SMILTimeContainer::timerFired)
57 void SMILTimeContainer::begin() {}
58 void SMILTimeContainer::pause() {}
59 void SMILTimeContainer::resume() {}
60 SMILTime SMILTimeContainer::elapsed() const { return 0; }
61 bool SMILTimeContainer::isPaused() const { return false; }
62 void SMILTimeContainer::timerFired(Timer<SMILTimeContainer>*) {
    [all...]
SVGSMILElement.h 37 class SMILTimeContainer;
55 SMILTimeContainer* timeContainer() const { return m_timeContainer.get(); }
214 RefPtr<SMILTimeContainer> m_timeContainer;
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 43 class SMILTimeContainer;
90 SMILTimeContainer* timeContainer() const { return m_timeContainer.get(); }
171 RefPtr<SMILTimeContainer> m_timeContainer;
SVGDocumentExtensions.cpp 34 #include "SMILTimeContainer.h"
131 SMILTimeContainer* container = element->timeContainer();
SVGSVGElement.cpp 41 #include "SMILTimeContainer.h"
72 , m_timeContainer(SMILTimeContainer::create(this))
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 61 milliseconds