Searched refs:m_cachedMax (Results 1 – 2 of 2) sorted by relevance
188 , m_cachedMax(invalidCachedTime) in SVGSMILElement()564 m_cachedMax = invalidCachedTime; in svgAttributeChanged()779 if (m_cachedMax != invalidCachedTime) in maxValue()780 return m_cachedMax; in maxValue()783 return m_cachedMax = (result.isUnresolved() || result <= 0) ? SMILTime::indefinite() : result; in maxValue()
272 mutable SMILTime m_cachedMax; variable