Searched refs:CSSAnimatableValueFactory (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimatableValueFactory.h | 42 class CSSAnimatableValueFactory {
|
D | CSSAnimations.cpp | 129 …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()
|
D | CSSAnimatableValueFactory.cpp | 214 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/ |
D | StyleResolver.cpp | 880 … keyframes[i]->setPropertyValue(id, CSSAnimatableValueFactory::create(id, *state.style()).get()); in createKeyframeAnimationEffect()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_remaining.target.linux-arm.mk | 85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 85 third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp \
|
D | core.gypi | 602 'animation/css/CSSAnimatableValueFactory.cpp', 603 'animation/css/CSSAnimatableValueFactory.h',
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 112 …friend class CSSAnimatableValueFactory; // Used by Web Animations CSS. Gets visited and unvisited … variable
|