Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp130 KeyframeValueList filterVector(AnimatedPropertyWebkitFilter); in startAnimation() local
152filterVector.insert(adoptPtr(new FilterAnimationValue(key, &(keyframeStyle->filter()), tf))); in startAnimation()
160 …resultAnimations.m_filterAnimation = createWebAnimationAndStoreId(filterVector, IntSize(), anim, k… in startAnimation()
192 KeyframeValueList filterVector(AnimatedPropertyWebkitFilter); in startTransition() local
193 filterVector.insert(adoptPtr(new FilterAnimationValue(0, &fromStyle->filter()))); in startTransition()
194 filterVector.insert(adoptPtr(new FilterAnimationValue(1, &toStyle->filter()))); in startTransition()
195 …resultAnimations.m_filterAnimation = createWebAnimationAndStoreId(filterVector, IntSize(), filterA… in startTransition()