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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CompositeAnimation.cpp 119 RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle;
155 equal = !isActiveTransition || CSSPropertyAnimation::propertiesEqual(prop, fromStyle, targetStyle);
164 m_transitions.set(prop, ImplicitAnimation::create(const_cast<CSSAnimationData*>(anim), prop, renderer, this, modifiedCurrentStyle ? modifiedCurrentStyle.get() : fromStyle));
KeyframeAnimation.cpp 87 void KeyframeAnimation::fetchIntervalEndpointsForProperty(CSSPropertyID property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) const
156 fromStyle = prevKeyframe.style();
163 if (const CSSAnimationData* matchedAnimation = getAnimationFromStyleByName(fromStyle, name()))
190 // through to the style blend so that we get the fromStyle.
210 const RenderStyle* fromStyle = 0;
213 fetchIntervalEndpointsForProperty(*it, fromStyle, toStyle, progress);
215 bool needsAnim = CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);
240 const RenderStyle* fromStyle = 0;
243 fetchIntervalEndpointsForProperty(*it, fromStyle, toStyle, progress);
245 CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress)
    [all...]

Completed in 209 milliseconds