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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 92 SMILTime updateAnimations(SMILTime elapsed, bool seekToTime = false);
SMILTimeContainer.cpp 41 // 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)

Completed in 62 milliseconds