Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp133 , m_cachedRepeatCount(invalidCachedTime) in SVGSMILElement()
410 m_cachedRepeatCount = invalidCachedTime; in attributeChanged()
574 if (m_cachedRepeatCount != invalidCachedTime) in repeatCount()
575 return m_cachedRepeatCount; in repeatCount()
585 return m_cachedRepeatCount = ok && result > 0 ? result : SMILTime::unresolved(); in repeatCount()
DSVGSMILElement.h219 mutable SMILTime m_cachedRepeatCount; variable