Searched refs:getActiveInterpolations (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolationEffectTest.cpp37 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-2, duration);
40 activeInterpolations = interpolationEffect->getActiveInterpolations(-0.5, duration);
44 activeInterpolations = interpolationEffect->getActiveInterpolations(0.5, duration);
48 activeInterpolations = interpolationEffect->getActiveInterpolations(1.5, duration);
52 activeInterpolations = interpolationEffect->getActiveInterpolations(3, duration);
66 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-0.5, duration);
69 activeInterpolations = interpolationEffect->getActiveInterpolations(0, duration);
73 activeInterpolations = interpolationEffect->getActiveInterpolations(0.5, duration);
78 activeInterpolations = interpolationEffect->getActiveInterpolations(1, duration);
83 activeInterpolations = interpolationEffect->getActiveInterpolations(
[all...]
H A DInterpolationEffect.cpp10 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > InterpolationEffect::getActiveInterpolations(double fraction, double iterationDuration) const function in class:blink::InterpolationEffect
H A DInterpolationEffect.h19 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > getActiveInterpolations(double fraction, double iterationDuration) const;
H A DKeyframeEffectModel.cpp65 return m_interpolationEffect->getActiveInterpolations(fraction, iterationDuration);

Completed in 292 milliseconds