Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp188 , 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()
DSVGSMILElement.h272 mutable SMILTime m_cachedMax; variable