Searched refs:animationPaused (Results 1 – 5 of 5) sorted by relevance
150 void animationPaused(double timeOffset, const String& name);
193 void animationPaused(double timeOffset, const String& name);
131 void RenderBoxModelObject::animationPaused(double timeOffset, const String& name) in animationPaused() function in WebCore::RenderBoxModelObject135 layer()->compositedLayerMapping()->animationPaused(timeOffset, name); in animationPaused()
2030 void CompositedLayerMapping::animationPaused(double timeOffset, const String& animationName) in animationPaused() function in WebCore::CompositedLayerMapping
250 toRenderBoxModelObject(m_object)->animationPaused(timeOffset, m_keyframes.animationName()); in pauseAnimation()