Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp134 const KeyframeValue& currentKeyframe = keyframes[i]; in startAnimation() local
135 const RenderStyle* keyframeStyle = currentKeyframe.style(); in startAnimation()
136 double key = currentKeyframe.key(); in startAnimation()
145 …if ((hasTransform && isFirstOrLastKeyframe) || currentKeyframe.containsProperty(CSSPropertyWebkitT… in startAnimation()
148 … if ((hasOpacity && isFirstOrLastKeyframe) || currentKeyframe.containsProperty(CSSPropertyOpacity)) in startAnimation()
151 …if ((hasFilter && isFirstOrLastKeyframe) || currentKeyframe.containsProperty(CSSPropertyWebkitFilt… in startAnimation()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DKeyframeAnimation.cpp365 const KeyframeValue& currentKeyframe = m_keyframes[i]; in validateTransformFunctionList() local
366 if (currentKeyframe.style()->transform().operations().size()) { in validateTransformFunctionList()
379 const KeyframeValue& currentKeyframe = m_keyframes[i]; in validateTransformFunctionList() local
380 const TransformOperations* val = &currentKeyframe.style()->transform(); in validateTransformFunctionList()
406 const KeyframeValue& currentKeyframe = m_keyframes[i]; in checkForMatchingFilterFunctionLists() local
407 if (currentKeyframe.style()->filter().operations().size()) { in checkForMatchingFilterFunctionLists()
419 const KeyframeValue& currentKeyframe = m_keyframes[i]; in checkForMatchingFilterFunctionLists() local
420 const FilterOperations* val = &currentKeyframe.style()->filter(); in checkForMatchingFilterFunctionLists()