getActiveInterpolations 19 Source/core/animation/InterpolationEffect.h PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > getActiveInterpolations(double fraction, double iterationDuration) const; getActiveInterpolations 37 Source/core/animation/InterpolationEffectTest.cpp OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-2, duration); getActiveInterpolations 40 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(-0.5, duration); getActiveInterpolations 44 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(0.5, duration); getActiveInterpolations 48 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(1.5, duration); getActiveInterpolations 52 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(3, duration); getActiveInterpolations 66 Source/core/animation/InterpolationEffectTest.cpp OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-0.5, duration); getActiveInterpolations 69 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(0, duration); getActiveInterpolations 73 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(0.5, duration); getActiveInterpolations 78 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(1, duration); getActiveInterpolations 83 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(1, duration * 1000); getActiveInterpolations 88 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(1.5, duration); getActiveInterpolations 92 Source/core/animation/InterpolationEffectTest.cpp activeInterpolations = interpolationEffect->getActiveInterpolations(2, duration); getActiveInterpolations 67 Source/core/animation/KeyframeEffectModel.cpp return m_interpolationEffect->getActiveInterpolations(fraction, iterationDuration);