Searched refs:currentKeyframe (Results 1 – 2 of 2) sorted by relevance
134 const KeyframeValue& currentKeyframe = keyframes[i]; in startAnimation() local135 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()
365 const KeyframeValue& currentKeyframe = m_keyframes[i]; in validateTransformFunctionList() local366 if (currentKeyframe.style()->transform().operations().size()) { in validateTransformFunctionList()379 const KeyframeValue& currentKeyframe = m_keyframes[i]; in validateTransformFunctionList() local380 const TransformOperations* val = ¤tKeyframe.style()->transform(); in validateTransformFunctionList()406 const KeyframeValue& currentKeyframe = m_keyframes[i]; in checkForMatchingFilterFunctionLists() local407 if (currentKeyframe.style()->filter().operations().size()) { in checkForMatchingFilterFunctionLists()419 const KeyframeValue& currentKeyframe = m_keyframes[i]; in checkForMatchingFilterFunctionLists() local420 const FilterOperations* val = ¤tKeyframe.style()->filter(); in checkForMatchingFilterFunctionLists()