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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.cpp 39 , m_animationDuration(0)
63 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
81 m_animationDuration = RenderTheme::theme().animationDurationForProgressBar(this);
84 bool animating = style()->hasAppearance() && m_animationDuration > 0;
RenderProgress.h 55 double m_animationDuration;

Completed in 30 milliseconds