Searched refs:CompositableValueList (Results 1 – 8 of 8) sorted by relevance
61 typedef Vector<std::pair<CSSPropertyID, RefPtr<CompositableValue> > > CompositableValueList; typedef62 virtual PassOwnPtr<CompositableValueList> sample(int iteration, double fraction) const = 0;
40 void copyToCompositableValueMap(const AnimationEffect::CompositableValueList* source, AnimationEffe… in copyToCompositableValueMap()44 …for (AnimationEffect::CompositableValueList::const_iterator iter = source->begin(); iter != source… in copyToCompositableValueMap()
50 const AnimationEffect::CompositableValueList* compositableValues() const in compositableValues()85 OwnPtr<AnimationEffect::CompositableValueList> m_compositableValues;
48 PassOwnPtr<AnimationEffect::CompositableValueList> InertAnimation::sample() in sample()
44 PassOwnPtr<AnimationEffect::CompositableValueList> sample();
185 PassOwnPtr<AnimationEffect::CompositableValueList> KeyframeAnimationEffect::sample(int iteration, d… in sample()190 OwnPtr<CompositableValueList> map = adoptPtr(new CompositableValueList()); in sample()
95 virtual PassOwnPtr<CompositableValueList> sample(int iteration, double fraction) const OVERRIDE;
83 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()