Home
last modified time | relevance | path

Searched refs:webAnimation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp205 …OwnPtr<WebAnimation> webAnimation(createWebAnimation(values, animation, animationId, timeOffset, b… in createWebAnimationAndStoreId() local
206 if (!webAnimation) in createWebAnimationAndStoreId()
210 m_animationIdMap.set(animationName, webAnimation->id()); in createWebAnimationAndStoreId()
211 return webAnimation.release(); in createWebAnimationAndStoreId()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtil.cpp317 …OwnPtr<blink::WebAnimation> webAnimation = adoptPtr(Platform::current()->compositorSupport()->crea… in createWebAnimation() local
320 webAnimation->setIterations(iterations); in createWebAnimation()
321 webAnimation->setAlternatesDirection(alternate); in createWebAnimation()
324 webAnimation->setTimeOffset(timeOffset); in createWebAnimation()
326 return webAnimation.release(); in createWebAnimation()