Searched defs:fromStyle (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/page/animation/ |
D | KeyframeAnimation.cpp | 65 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
|
D | ImplicitAnimation.h | 41 …ngProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle) in create()
|
D | ImplicitAnimation.cpp | 43 …nt animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle) in ImplicitAnimation()
|
D | CompositeAnimation.cpp | 114 … RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle; in updateTransitions() local
|
/external/webkit/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1119 …ayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const … in startTransition()
|