Home
last modified time | relevance | path

Searched refs:m_cachedMax (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp135 , m_cachedMax(invalidCachedTime) in SVGSMILElement()
414 m_cachedMax = invalidCachedTime; in attributeChanged()
590 if (m_cachedMax != invalidCachedTime) in maxValue()
591 return m_cachedMax; in maxValue()
594 return m_cachedMax = (result.isUnresolved() || result < 0) ? SMILTime::indefinite() : result; in maxValue()
DSVGSMILElement.h221 mutable SMILTime m_cachedMax; variable