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.cpp178 , m_cachedMin(invalidCachedTime) in SVGSMILElement()
538 m_cachedMin = invalidCachedTime; in svgAttributeChanged()
738 if (m_cachedMin != invalidCachedTime) in minValue()
739 return m_cachedMin; in minValue()
742 return m_cachedMin = (result.isUnresolved() || result < 0) ? 0 : result; in minValue()
DSVGSMILElement.h235 mutable SMILTime m_cachedMin; variable