Home
last modified time | relevance | path

Searched refs:getWebAnimationId (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.h62 int getWebAnimationId(const String& animationName) const;
63 int getWebAnimationId(CSSPropertyID) const;
DWebAnimationProvider.cpp105 int WebAnimationProvider::getWebAnimationId(const String& animationName) const in getWebAnimationId() function in WebCore::WebAnimationProvider
112 int WebAnimationProvider::getWebAnimationId(CSSPropertyID property) const in getWebAnimationId() function in WebCore::WebAnimationProvider
116 return getWebAnimationId(animationNameForTransition(animatedProperty)); in getWebAnimationId()
204 int animationId = getWebAnimationId(animationName); in createWebAnimationAndStoreId()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp2004 int animationId = m_animationProvider->getWebAnimationId(keyframes.animationName()); in startAnimation()
2032 int animationId = m_animationProvider->getWebAnimationId(animationName); in animationPaused()
2039 int animationId = m_animationProvider->getWebAnimationId(animationName); in animationFinished()
2083 int animationId = m_animationProvider->getWebAnimationId(property); in transitionPaused()
2090 int animationId = m_animationProvider->getWebAnimationId(property); in transitionFinished()