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.cpp191 , 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()
DSVGSMILElement.h273 mutable SMILTime m_cachedMax; variable