/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimationElement.cpp | 352 return value == sum || animationMode() == ByAnimation; in isAdditive() 359 return value == sum && animationMode() != ToAnimation; in isAccumulated() 388 ASSERT(animationMode() == ValuesAnimation); in calculateKeyTimesForCalcModePaced() 570 AnimationMode animationMode = this->animationMode(); in startedActiveInterval() local 576 || (animationMode == ValuesAnimation && m_values.size() - 1 != splinesCount) in startedActiveInterval() 584 if (animationMode == NoAnimation) in startedActiveInterval() 586 if (animationMode == FromToAnimation) in startedActiveInterval() 588 else if (animationMode == ToAnimation) { in startedActiveInterval() 592 } else if (animationMode == FromByAnimation) in startedActiveInterval() 594 else if (animationMode == ByAnimation) in startedActiveInterval() [all …]
|
D | SVGAnimationElement.h | 83 AnimationMode animationMode() const { return m_animationMode; } in animationMode() function 122 if (animationMode() != ToAnimation) 140 …if ((animationMode() == FromToAnimation && percentage > 0.5) || animationMode() == ToAnimation || … in animateDiscreteType() 158 if (isAdditive() && animationMode() != ToAnimation) in animateAdditiveNumber() 199 void setAnimationMode(AnimationMode animationMode) { m_animationMode = animationMode; } in setAnimationMode() argument
|
D | SVGAnimateElement.cpp | 167 if (animationMode() == ByAnimation && !isAdditive()) in calculateFromAndByValues() 171 if (animationMode() == FromByAnimation && !animatedPropertyTypeSupportsAddition()) in calculateFromAndByValues() 397 if (animationMode() == ByAnimation || animationMode() == FromByAnimation) in isAdditive()
|
D | SVGAnimatedBoolean.cpp | 75 …bool fromBoolean = m_animationElement->animationMode() == ToAnimation ? animated->boolean() : from… in calculateAnimatedValue()
|
D | SVGAnimatedPreserveAspectRatio.cpp | 75 …const SVGPreserveAspectRatio& fromPreserveAspectRatio = m_animationElement->animationMode() == ToA… in calculateAnimatedValue()
|
D | SVGAnimateMotionElement.cpp | 239 if (animationMode() == ByAnimation && !isAdditive()) in calculateFromAndByValues() 263 if (animationMode() != PathAnimation) { in calculateAnimatedValue()
|
D | SVGAnimatedInteger.cpp | 86 …int fromInteger = m_animationElement->animationMode() == ToAnimation ? animated->integer() : from-… in calculateAnimatedValue()
|
D | SVGAnimatedNumber.cpp | 90 …float fromNumber = m_animationElement->animationMode() == ToAnimation ? animated->number() : from-… in calculateAnimatedValue()
|
D | SVGAnimatedNumberList.cpp | 86 …const SVGNumberList& fromNumberList = m_animationElement->animationMode() == ToAnimation ? animate… in calculateAnimatedValue()
|
D | SVGAnimatedIntegerOptionalInteger.cpp | 93 …const pair<int, int>& fromIntegerPair = m_animationElement->animationMode() == ToAnimation ? anima… in calculateAnimatedValue()
|
D | SVGAnimatedRect.cpp | 79 …const SVGRect& fromRect = m_animationElement->animationMode() == ToAnimation ? animated->rect() : … in calculateAnimatedValue()
|
D | SVGAnimatedNumberOptionalNumber.cpp | 90 …const pair<float, float>& fromNumberPair = m_animationElement->animationMode() == ToAnimation ? an… in calculateAnimatedValue()
|
D | SVGAnimatedPointList.cpp | 86 …const SVGPointList& fromPointList = m_animationElement->animationMode() == ToAnimation ? animated-… in calculateAnimatedValue()
|
D | SVGAnimatedColor.cpp | 70 …Color fromColor = m_animationElement->animationMode() == ToAnimation ? animated->color() : from->c… in calculateAnimatedValue()
|
D | SVGAnimatedLength.cpp | 94 …SVGLength fromSVGLength = m_animationElement->animationMode() == ToAnimation ? animated->length() … in calculateAnimatedValue()
|
D | SVGAnimatedTransformList.cpp | 103 …const SVGTransformList& fromTransformList = m_animationElement->animationMode() == ToAnimation ? a… in calculateAnimatedValue()
|
D | SVGAnimatedLengthList.cpp | 96 …SVGLengthList fromLengthList = m_animationElement->animationMode() == ToAnimation ? animated->leng… in calculateAnimatedValue()
|
D | SVGAnimatedPath.cpp | 115 bool isToAnimation = m_animationElement->animationMode() == ToAnimation; in calculateAnimatedValue()
|
D | SVGAnimatedEnumeration.cpp | 150 …unsigned fromEnumeration = m_animationElement->animationMode() == ToAnimation ? animated->enumerat… in calculateAnimatedValue()
|
D | SVGAnimatedAngle.cpp | 94 …const pair<SVGAngle, unsigned>& fromAngleAndEnumeration = m_animationElement->animationMode() == T… in calculateAnimatedValue()
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
D | CSSAnimationData.h | 122 AnimationMode animationMode() const { return m_mode; } in animationMode() function
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CompositeAnimation.cpp | 91 CSSAnimationData::AnimationMode mode = anim->animationMode(); in updateTransitions()
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | StyleBuilderFunctions.cpp.tmpl | 71 list->animation(i)->setAnimationMode(parentList->animation(i)->animationMode());
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 606 CSSAnimationData::AnimationMode mode = anim->animationMode(); in calculateTransitionUpdate()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 1176 if (p->animationMode() == CSSAnimationData::AnimateAll || p->property() == property) { in transitionForProperty()
|