Searched defs:updateAnimations (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTimeContainer.cpp41 // Every entry-point that calls updateAnimations() should instantiate a
134 // Schedule updateAnimations() to be called asynchronously so multiple intervals
135 // can change with updateAnimations() only called once at the end.
169 // In this case pass on 'seekToTime=true' to updateAnimations().
174 SMILTime earliestFireTime = updateAnimations(SMILTime(m_presetStartTime), m_presetStartTime ? true : false);
179 // If updateAnimations() caused new syncbase instance to be generated,
356 SMILTime earliestFireTime = updateAnimations(elapsed, seekToTime);
357 // If updateAnimations() ended up triggering a synchronization (most likely
371 SMILTime SMILTimeContainer::updateAnimations(SMILTime elapsed, bool seekToTime) function in class:blink::SMILTimeContainer

Completed in 1448 milliseconds