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

  /external/webkit/Source/WebCore/rendering/
RenderProgress.cpp 44 , m_animationDuration(0)
67 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
85 m_animationDuration = theme()->animationDurationForProgressBar(this);
88 bool animating = style()->hasAppearance() && m_animationDuration > 0;
RenderProgress.h 57 double m_animationDuration;

Completed in 57 milliseconds