Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.h118 String m_lastValuesAnimationFrom; variable
DSVGAnimationElement.cpp545 if (from != m_lastValuesAnimationFrom || to != m_lastValuesAnimationTo) { in updateAnimation()
549 m_lastValuesAnimationFrom = from; in updateAnimation()