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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.h38 double animationStartTime() const { return m_animationStartTime; }
53 double m_animationStartTime; member in class:blink::FINAL
H A DRenderProgress.cpp35 , m_animationStartTime(0)
70 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
97 m_animationStartTime = currentTime();

Completed in 113 milliseconds