Searched refs:webAnimation (Results 1 – 2 of 2) sorted by relevance
205 …OwnPtr<WebAnimation> webAnimation(createWebAnimation(values, animation, animationId, timeOffset, b… in createWebAnimationAndStoreId() local206 if (!webAnimation) in createWebAnimationAndStoreId()210 m_animationIdMap.set(animationName, webAnimation->id()); in createWebAnimationAndStoreId()211 return webAnimation.release(); in createWebAnimationAndStoreId()
317 …OwnPtr<blink::WebAnimation> webAnimation = adoptPtr(Platform::current()->compositorSupport()->crea… in createWebAnimation() local320 webAnimation->setIterations(iterations); in createWebAnimation()321 webAnimation->setAlternatesDirection(alternate); in createWebAnimation()324 webAnimation->setTimeOffset(timeOffset); in createWebAnimation()326 return webAnimation.release(); in createWebAnimation()