HomeSort by relevance Sort by last modified time
    Searched refs:m_cachedRepeatCount (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/animation/
SVGSMILElement.h 185 mutable SMILTime m_cachedRepeatCount;
SVGSMILElement.cpp 136 , m_cachedRepeatCount(invalidCachedTime)
383 m_cachedRepeatCount = invalidCachedTime;
527 if (m_cachedRepeatCount != invalidCachedTime)
528 return m_cachedRepeatCount;
538 return m_cachedRepeatCount = ok && result > 0 ? result : SMILTime::unresolved();
    [all...]

Completed in 34 milliseconds