Searched refs:m_animationStartTime (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderProgress.h38 double animationStartTime() const { return m_animationStartTime; }
55 double m_animationStartTime; member in class:WebCore::RenderProgress
H A DRenderProgress.cpp42 , m_animationStartTime(0)
67 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
94 m_animationStartTime = currentTime();

Completed in 12 milliseconds