Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DKeyframeAnimation.cpp68 …ameAnimation::fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const… in fetchIntervalEndpointsForProperty() argument
190 const RenderStyle* fromStyle = 0; in animate() local
227 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.cpp122 … RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle; in updateTransitions() local
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1332 …ayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const … in startTransition()