Home
last modified time | relevance | path

Searched refs:CSSAnimatableValueFactory (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.h42 class CSSAnimatableValueFactory {
DCSSAnimations.cpp129 …keyframe->setPropertyValue(property, CSSAnimatableValueFactory::create(property, *keyframeStyle).g… in resolveKeyframes()
197 … RefPtr<AnimatableValue> snapshotValue = CSSAnimatableValueFactory::create(property, style); in resolveKeyframes()
532 to = CSSAnimatableValueFactory::create(id, style); in calculateTransitionUpdateForProperty()
548 to = CSSAnimatableValueFactory::create(id, style); in calculateTransitionUpdateForProperty()
550 RefPtr<AnimatableValue> from = CSSAnimatableValueFactory::create(id, oldStyle); in calculateTransitionUpdateForProperty()
DCSSAnimatableValueFactory.cpp214 PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::createFromColor(CSSPropertyID property, cons… in createFromColor()
248 PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPropertyID property, const RenderS… in create()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp880 … keyframes[i]->setPropertyValue(id, CSSAnimatableValueFactory::create(id, *state.style()).get()); in createKeyframeAnimationEffect()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
Dwebcore_remaining.target.linux-x86.mk85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
Dwebcore_remaining.target.linux-mips.mk85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
Dwebcore_remaining.target.darwin-arm.mk85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
Dwebcore_remaining.target.darwin-x86.mk85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
Dwebcore_remaining.target.darwin-mips.mk85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
Dcore.gypi602 'animation/css/CSSAnimatableValueFactory.cpp',
603 'animation/css/CSSAnimatableValueFactory.h',
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h112 …friend class CSSAnimatableValueFactory; // Used by Web Animations CSS. Gets visited and unvisited … variable