Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderProgress.cpp44 , m_animationDuration(0) in RenderProgress()
67 …mating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration)… in animationProgress()
85 m_animationDuration = theme()->animationDurationForProgressBar(this); in updateAnimationState()
88 bool animating = style()->hasAppearance() && m_animationDuration > 0; in updateAnimationState()
DRenderProgress.h57 double m_animationDuration; variable