HomeSort by relevance Sort by last modified time
    Searched full:currentkeyframe (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.cpp 134 const KeyframeValue& currentKeyframe = keyframes[i];
135 const RenderStyle* keyframeStyle = currentKeyframe.style();
136 double key = currentKeyframe.key();
145 if ((hasTransform && isFirstOrLastKeyframe) || currentKeyframe.containsProperty(CSSPropertyWebkitTransform))
148 if ((hasOpacity && isFirstOrLastKeyframe) || currentKeyframe.containsProperty(CSSPropertyOpacity))
151 if ((hasFilter && isFirstOrLastKeyframe) || currentKeyframe.containsProperty(CSSPropertyWebkitFilter))
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
KeyframeAnimation.cpp 365 const KeyframeValue& currentKeyframe = m_keyframes[i];
366 if (currentKeyframe.style()->transform().operations().size()) {
379 const KeyframeValue& currentKeyframe = m_keyframes[i];
380 const TransformOperations* val = &currentKeyframe.style()->transform();
406 const KeyframeValue& currentKeyframe = m_keyframes[i];
407 if (currentKeyframe.style()->filter().operations().size()) {
419 const KeyframeValue& currentKeyframe = m_keyframes[i];
420 const FilterOperations* val = &currentKeyframe.style()->filter();

Completed in 272 milliseconds