Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp88 m_filterAnimation.swap(const_cast<OwnPtr<WebAnimation>& >(other.m_filterAnimation)); in WebAnimations()
94 return !m_transformAnimation && !m_opacityAnimation && !m_filterAnimation; in isEmpty()
160 …resultAnimations.m_filterAnimation = createWebAnimationAndStoreId(filterVector, IntSize(), anim, k… in startAnimation()
195 …resultAnimations.m_filterAnimation = createWebAnimationAndStoreId(filterVector, IntSize(), filterA… in startTransition()
DWebAnimationProvider.h53 OwnPtr<blink::WebAnimation> m_filterAnimation; member
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp2021 …if (!animations.m_filterAnimation || !m_graphicsLayer->addAnimation(animations.m_filterAnimation.r… in startAnimation()
2072 …if (animations.m_filterAnimation && m_graphicsLayer->addAnimation(animations.m_filterAnimation.rel… in startTransition()