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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.cpp37 , m_animationDuration(0)
70 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
88 m_animationDuration = RenderTheme::theme().animationDurationForProgressBar(this);
91 bool animating = style()->hasAppearance() && m_animationDuration > 0;
H A DRenderProgress.h55 double m_animationDuration; member in class:blink::FINAL

Completed in 129 milliseconds