Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DImplicitAnimation.h42 …ngProperty, RenderObject& renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle) in create()
DKeyframeAnimation.cpp73 …on::fetchIntervalEndpointsForProperty(CSSPropertyID property, const RenderStyle*& fromStyle, const… in fetchIntervalEndpointsForProperty() argument
194 const RenderStyle* fromStyle = 0; in animate() local
224 const RenderStyle* fromStyle = 0; in getAnimatedStyle() local
DImplicitAnimation.cpp43 …ID animatingProperty, RenderObject& renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle) in ImplicitAnimation()
DCompositeAnimation.cpp117 … RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle; in updateTransitions() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp165 …r::startTransition(double timeOffset, CSSPropertyID property, const RenderStyle* fromStyle, const … in startTransition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp2044 …g::startTransition(double timeOffset, CSSPropertyID property, const RenderStyle* fromStyle, const … in startTransition()
DRenderBoxModelObject.cpp103 …:startTransition(double timeOffset, CSSPropertyID propertyId, const RenderStyle* fromStyle, const … in startTransition()