m_cachedValue 54 Source/core/animation/Interpolation.cpp m_cachedValue = m_start->interpolate(*m_end, fraction); m_cachedValue 64 Source/core/animation/Interpolation.cpp visitor->trace(m_cachedValue); m_cachedValue 38 Source/core/animation/Interpolation.h mutable OwnPtrWillBeMember<InterpolableValue> m_cachedValue; m_cachedValue 43 Source/core/animation/Interpolation.h InterpolableValue* getCachedValueForTesting() const { return m_cachedValue.get(); } m_cachedValue 87 Source/core/animation/Interpolation.h InterpolableAnimatableValue* value = static_cast<InterpolableAnimatableValue*>(m_cachedValue.get());