Searched refs:m_animationTimer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.cpp39 , m_animationTimer(this, &RenderProgress::animationTimerFired)
50 m_animationTimer.stop();
82 if (!m_animationTimer.isActive() && m_animating)
83 m_animationTimer.startOneShot(m_animationRepeatInterval, FROM_HERE);
98 m_animationTimer.startOneShot(m_animationRepeatInterval, FROM_HERE);
100 m_animationTimer.stop();
H A DRenderProgress.h57 Timer<RenderProgress> m_animationTimer; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageChromeClient.cpp44 , m_animationTimer(this, &SVGImageChromeClient::animationTimerFired)
72 if (m_animationTimer.isActive())
79 m_animationTimer.startOneShot(fireTime, FROM_HERE);
H A DSVGImageChromeClient.h53 Timer<SVGImageChromeClient> m_animationTimer; member in class:blink::FINAL

Completed in 382 milliseconds