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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.cpp 40 , m_animating(false)
63 return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animationDuration) : 0;
75 if (!m_animationTimer.isActive() && m_animating)
85 if (animating == m_animating)
88 m_animating = animating;
89 if (m_animating) {
RenderProgress.h 55 bool m_animating; member in class:WebCore::FINAL

Completed in 62 milliseconds