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

  /external/webkit/Source/WebCore/rendering/
RenderProgress.cpp 43 , m_animationRepeatInterval(0)
80 m_animationTimer.startOneShot(m_animationRepeatInterval);
86 m_animationRepeatInterval = theme()->animationRepeatIntervalForProgressBar(this);
95 m_animationTimer.startOneShot(m_animationRepeatInterval);
RenderProgress.h 56 double m_animationRepeatInterval;

Completed in 72 milliseconds