Home
last modified time | relevance | path

Searched defs:fromStyle (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/page/animation/
DKeyframeAnimation.cpp65 void KeyframeAnimation::getKeyframeAnimationInterval(const RenderStyle*& fromStyle, const RenderSty… in getKeyframeAnimationInterval() argument
132 const RenderStyle* fromStyle = 0; in animate() local
167 const RenderStyle* fromStyle = 0; in getAnimatedStyle() local
DImplicitAnimation.h41 …ngProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle) in create()
DImplicitAnimation.cpp43 …nt animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle) in ImplicitAnimation()
DCompositeAnimation.cpp114 … RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle; in updateTransitions() local
/external/webkit/WebCore/rendering/
DRenderLayerBacking.cpp1119 …ayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const … in startTransition()