Searched refs:m_cachedMax (Results 1 – 2 of 2) sorted by relevance
191 , m_cachedMax(invalidCachedTime) in SVGSMILElement()573 m_cachedMax = invalidCachedTime; in svgAttributeChanged()788 if (m_cachedMax != invalidCachedTime) in maxValue()789 return m_cachedMax; in maxValue()792 return m_cachedMax = (result.isUnresolved() || result <= 0) ? SMILTime::indefinite() : result; in maxValue()
273 mutable SMILTime m_cachedMax; variable