Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp190 , m_cachedMin(invalidCachedTime) in SVGSMILElement()
571 m_cachedMin = invalidCachedTime; in svgAttributeChanged()
797 if (m_cachedMin != invalidCachedTime) in minValue()
798 return m_cachedMin; in minValue()
801 return m_cachedMin = (result.isUnresolved() || result < 0) ? 0 : result; in minValue()
DSVGSMILElement.h272 mutable SMILTime m_cachedMin; variable