Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp910 SMILTime lastIntervalTempEnd = std::numeric_limits<double>::infinity(); in resolveInterval() local
921 …if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd == m_i… in resolveInterval()
933 lastIntervalTempEnd = tempEnd; in resolveInterval()