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

  /external/webkit/Source/WebCore/rendering/
RenderProgress.cpp 45 , m_animating(false)
67 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
79 if (!m_animationTimer.isActive() && m_animating)
89 if (animating == m_animating)
92 m_animating = animating;
93 if (m_animating) {
RenderProgress.h 58 bool m_animating; member in class:WebCore::RenderProgress

Completed in 55 milliseconds