Searched refs:m_animationRepeatInterval (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.cpp36 , m_animationRepeatInterval(0)
83 m_animationTimer.startOneShot(m_animationRepeatInterval, FROM_HERE);
89 m_animationRepeatInterval = RenderTheme::theme().animationRepeatIntervalForProgressBar(this);
98 m_animationTimer.startOneShot(m_animationRepeatInterval, FROM_HERE);
H A DRenderProgress.h54 double m_animationRepeatInterval; member in class:blink::FINAL

Completed in 315 milliseconds