m_cachedMax       561 Source/core/svg/animation/SVGSMILElement.cpp         m_cachedMax = invalidCachedTime;
m_cachedMax       774 Source/core/svg/animation/SVGSMILElement.cpp     if (m_cachedMax != invalidCachedTime)
m_cachedMax       775 Source/core/svg/animation/SVGSMILElement.cpp         return m_cachedMax;
m_cachedMax       778 Source/core/svg/animation/SVGSMILElement.cpp     return m_cachedMax = (result.isUnresolved() || result < 0) ? SMILTime::indefinite() : result;
m_cachedMax       244 Source/core/svg/animation/SVGSMILElement.h     mutable SMILTime m_cachedMax;