Home
last modified time | relevance | path

Searched refs:CompositableValueList (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationEffect.h61 typedef Vector<std::pair<CSSPropertyID, RefPtr<CompositableValue> > > CompositableValueList; typedef
62 virtual PassOwnPtr<CompositableValueList> sample(int iteration, double fraction) const = 0;
DAnimationStack.cpp40 void copyToCompositableValueMap(const AnimationEffect::CompositableValueList* source, AnimationEffe… in copyToCompositableValueMap()
44 …for (AnimationEffect::CompositableValueList::const_iterator iter = source->begin(); iter != source… in copyToCompositableValueMap()
DAnimation.h50 const AnimationEffect::CompositableValueList* compositableValues() const in compositableValues()
85 OwnPtr<AnimationEffect::CompositableValueList> m_compositableValues;
DInertAnimation.cpp48 PassOwnPtr<AnimationEffect::CompositableValueList> InertAnimation::sample() in sample()
DInertAnimation.h44 PassOwnPtr<AnimationEffect::CompositableValueList> sample();
DKeyframeAnimationEffect.cpp185 PassOwnPtr<AnimationEffect::CompositableValueList> KeyframeAnimationEffect::sample(int iteration, d… in sample()
190 OwnPtr<CompositableValueList> map = adoptPtr(new CompositableValueList()); in sample()
DKeyframeAnimationEffect.h95 virtual PassOwnPtr<CompositableValueList> sample(int iteration, double fraction) const OVERRIDE;
DKeyframeAnimationEffectTest.cpp83 OwnPtr<AnimationEffect::CompositableValueList> values = effect->sample(0, 0.6); in TEST()
316 OwnPtr<AnimationEffect::CompositableValueList> values = effect->sample(0, 0.6); in TEST()
330 OwnPtr<AnimationEffect::CompositableValueList> values = effect->sample(0, 0.6); in TEST()