Home
last modified time | relevance | path

Searched defs:keyframes (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeAnimationEffectTest.cpp55 KeyframeAnimationEffect::KeyframeVector keyframes(2); in keyframesAtZeroAndOne() local
81 …KeyframeAnimationEffect::KeyframeVector keyframes = keyframesAtZeroAndOne(unknownAnimatableValue(3… in TEST() local
91 …KeyframeAnimationEffect::KeyframeVector keyframes = keyframesAtZeroAndOne(unknownAnimatableValue(3… in TEST() local
100 …KeyframeAnimationEffect::KeyframeVector keyframes = keyframesAtZeroAndOne(pixelAnimatableValue(3.0… in TEST() local
109 …KeyframeAnimationEffect::KeyframeVector keyframes = keyframesAtZeroAndOne(pixelAnimatableValue(3.0… in TEST() local
118 …KeyframeAnimationEffect::KeyframeVector keyframes = keyframesAtZeroAndOne(unknownAnimatableValue(3… in TEST() local
127 …KeyframeAnimationEffect::KeyframeVector keyframes = keyframesAtZeroAndOne(pixelAnimatableValue(3.0… in TEST() local
136 …KeyframeAnimationEffect::KeyframeVector keyframes = keyframesAtZeroAndOne(pixelAnimatableValue(3.0… in TEST() local
151 KeyframeAnimationEffect::KeyframeVector keyframes(1); in TEST() local
162 KeyframeAnimationEffect::KeyframeVector keyframes(1); in TEST() local
[all …]
DKeyframeAnimationEffect.h83 static PassRefPtr<KeyframeAnimationEffect> create(const KeyframeVector& keyframes) in create()
121 const PropertySpecificKeyframeVector& keyframes() const { return m_keyframes; } in keyframes() function
DKeyframeAnimationEffect.cpp163 KeyframeAnimationEffect::KeyframeAnimationEffect(const KeyframeVector& keyframes) in KeyframeAnimationEffect()
198 KeyframeVector keyframes = m_keyframes; in normalizedKeyframes() local
227 const KeyframeVector& keyframes = normalizedKeyframes(); in ensureKeyframeGroups() local
DElementAnimation.cpp77 KeyframeAnimationEffect::KeyframeVector keyframes; in startAnimation() local
DElementAnimationTest.cpp121 const KeyframeAnimationEffect::KeyframeVector keyframes = in TEST_F() local
DCompositorAnimations.cpp414 …nsImpl::addKeyframesToCurve(blink::WebAnimationCurve& curve, const KeyframeVector& keyframes, cons… in addKeyframesToCurve()
/external/chromium_org/cc/animation/
Dkeyframed_animation_curve.cc15 ScopedPtrVector<Keyframe>& keyframes) { in InsertKeyframe()
31 float GetProgress(double t, size_t i, const Keyframes& keyframes) { in GetProgress()
287 static ValueType GetCurveValue(const ScopedPtrVector<KeyframeType>* keyframes, in GetCurveValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSKeyframesRule.h46 const Vector<RefPtr<StyleKeyframe> >& keyframes() const { return m_keyframes; } in keyframes() function
DCSSParser-in.cpp9739 OwnPtr<Vector<RefPtr<StyleKeyframe> > > keyframes = popKeyframes; in createKeyframesRule() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp119 …artAnimation(double timeOffset, const CSSAnimationData* anim, const KeyframeList& keyframes, bool … in startAnimation()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp75 …assRefPtr<TimingFunction> generateTimingFunction(const KeyframeAnimationEffect::KeyframeVector key… in generateTimingFunction()
111 KeyframeAnimationEffect::KeyframeVector keyframes; in resolveKeyframes() local
556 KeyframeAnimationEffect::KeyframeVector keyframes; in calculateTransitionUpdateForProperty() local
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp821 const Vector<RefPtr<StyleKeyframe> >& keyframes = keyframesRule->keyframes(); in keyframeStylesForAnimation() local
868 …Ptr<MutableStylePropertySet> >& propertySetVector, KeyframeAnimationEffect::KeyframeVector& keyfra… in createKeyframeAnimationEffect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1992 …ing::startAnimation(double timeOffset, const CSSAnimationData* anim, const KeyframeList& keyframes) in startAnimation()
DRenderBoxModelObject.cpp124 …startAnimation(double timeOffset, const CSSAnimationData* animation, const KeyframeList& keyframes) in startAnimation()