Home
last modified time | relevance | path

Searched refs:SMILTimeContainer (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp45 SMILTimeContainer::SMILTimeContainer(SVGSVGElement* owner) in SMILTimeContainer() function in WebCore::SMILTimeContainer
51 , m_timer(this, &SMILTimeContainer::timerFired) in SMILTimeContainer()
57 void SMILTimeContainer::begin() {} in begin()
58 void SMILTimeContainer::pause() {} in pause()
59 void SMILTimeContainer::resume() {} in resume()
60 SMILTime SMILTimeContainer::elapsed() const { return 0; } in elapsed()
61 bool SMILTimeContainer::isPaused() const { return false; } in isPaused()
62 void SMILTimeContainer::timerFired(Timer<SMILTimeContainer>*) {} in timerFired() argument
65 void SMILTimeContainer::schedule(SVGSMILElement* animation) in schedule()
75 void SMILTimeContainer::unschedule(SVGSMILElement* animation) in unschedule()
[all …]
DSMILTimeContainer.h47 class SMILTimeContainer : public RefCounted<SMILTimeContainer> {
49 …static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeCo… in create()
69 SMILTimeContainer(SVGSVGElement* owner);
71 void timerFired(Timer<SMILTimeContainer>*);
89 Timer<SMILTimeContainer> m_timer;
DSVGSMILElement.h37 class SMILTimeContainer; variable
55 SMILTimeContainer* timeContainer() const { return m_timeContainer.get(); } in timeContainer()
214 RefPtr<SMILTimeContainer> m_timeContainer;
/external/webkit/Source/WebCore/svg/
DSVGSVGElement.h43 class SMILTimeContainer; variable
90 SMILTimeContainer* timeContainer() const { return m_timeContainer.get(); } in timeContainer()
171 RefPtr<SMILTimeContainer> m_timeContainer;
DSVGDocumentExtensions.cpp131 SMILTimeContainer* container = element->timeContainer(); in sampleAnimationAtTime()
DSVGSVGElement.cpp72 , m_timeContainer(SMILTimeContainer::create(this)) in DEFINE_ANIMATED_LENGTH()
/external/webkit/Source/WebCore/
DAndroid.mk1197 svg/animation/SMILTimeContainer.cpp \
DWebCore.pro2257 svg/animation/SMILTimeContainer.h \
3188 svg/animation/SMILTimeContainer.cpp \
DCMakeLists.txt1752 svg/animation/SMILTimeContainer.cpp
DChangeLog-2008-08-106177 * svg/animation/SMILTimeContainer.cpp: Add ENABLE(SVG) guard.
11374 * svg/animation/SMILTimeContainer.cpp:
11375 (WebCore::SMILTimeContainer::baseValueFor):
29598 * svg/animation/SMILTimeContainer.cpp:
29599 (WebCore::SMILTimeContainer::SMILTimeContainer):
29600 (WebCore::SMILTimeContainer::unschedule):
29601 (WebCore::SMILTimeContainer::updateDocumentOrderIndexes):
29604 (WebCore::SMILTimeContainer::sortByPriority):
29607 (WebCore::SMILTimeContainer::baseValueFor):
29608 (WebCore::SMILTimeContainer::updateAnimations):
[all …]
DGNUmakefile.list.am3216 Source/WebCore/svg/animation/SMILTimeContainer.cpp \
3217 Source/WebCore/svg/animation/SMILTimeContainer.h \
DGNUmakefile.am3193 Source/WebCore/svg/animation/SMILTimeContainer.cpp \
3194 Source/WebCore/svg/animation/SMILTimeContainer.h \
DWebCore.gypi5874 'svg/animation/SMILTimeContainer.cpp',
5875 'svg/animation/SMILTimeContainer.h',
DChangeLog-2011-02-161530 …* svg/animation/SMILTimeContainer.cpp: Use the new function isTargetAttributeCSSProperty to determ…
1532 (WebCore::SMILTimeContainer::baseValueFor):
35292 * svg/animation/SMILTimeContainer.h:
35293 (WebCore::SMILTimeContainer::create):
35294 (WebCore::SMILTimeContainer::setDocumentOrderIndexesDirty):
DChangeLog-2010-01-2919945 * svg/animation/SMILTimeContainer.h: Added now-needed #include.
26396 * svg/animation/SMILTimeContainer.cpp:
26397 (WebCore::SMILTimeContainer::SMILTimeContainer):
26398 (WebCore::SMILTimeContainer::sampleAnimationAtTime):
26399 (WebCore::SMILTimeContainer::updateAnimations):
26400 * svg/animation/SMILTimeContainer.h:
DChangeLog63486 * svg/animation/SMILTimeContainer.cpp:
63487 (WebCore::SMILTimeContainer::baseValueFor):
63488 (WebCore::SMILTimeContainer::updateAnimations):
63489 * svg/animation/SMILTimeContainer.h:
DChangeLog-2010-12-06936 * svg/animation/SMILTimeContainer.cpp:
15357 * svg/animation/SMILTimeContainer.cpp:
15358 (WebCore::SMILTimeContainer::updateAnimations):
81753 * svg/animation/SMILTimeContainer.h:
116134 * svg/animation/SMILTimeContainer.h:
122709 * svg/animation/SMILTimeContainer.cpp:
122710 (WebCore::SMILTimeContainer::updateAnimations):
DChangeLog-2009-06-1622447 * svg/animation/SMILTimeContainer.cpp:
22448 (WebCore::SMILTimeContainer::updateAnimations):
56146 * svg/animation/SMILTimeContainer.cpp:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5672 …DAF335500F5F55C /* SMILTimeContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4AFD0070D…
5673 …0DAF335500F5F55C /* SMILTimeContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = E4AFD0080DA…
12200 …5F55C /* SMILTimeContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
12201 …00F5F55C /* SMILTimeContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
18898 E4AFD0070DAF335400F5F55C /* SMILTimeContainer.cpp */,
18899 E4AFD0080DAF335400F5F55C /* SMILTimeContainer.h */,
22427 E4AFD00E0DAF335500F5F55C /* SMILTimeContainer.h in Headers */,
25272 E4AFD00D0DAF335500F5F55C /* SMILTimeContainer.cpp in Sources */,