Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.cpp426 unsigned keyTimesCount = m_keyTimes.size(); in calculateKeyTimesIndex() local
430 for (index = 1; index + 1 < keyTimesCount; ++index) { in calculateKeyTimesIndex()
521 unsigned keyTimesCount = m_keyTimes.size(); in currentValuesForValuesAnimation() local
522 ASSERT(!keyTimesCount || valuesCount == keyTimesCount); in currentValuesForValuesAnimation()
523 ASSERT(!keyTimesCount || (keyTimesCount > 1 && !m_keyTimes[0])); in currentValuesForValuesAnimation()
527 if (!keyTimesCount) in currentValuesForValuesAnimation()
537 if (keyTimesCount) { in currentValuesForValuesAnimation()