Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h247 String m_lastValuesAnimationTo; variable
DSVGAnimationElement.cpp622 if (from != m_lastValuesAnimationFrom || to != m_lastValuesAnimationTo) { in updateAnimation()
627 m_lastValuesAnimationTo = to; in updateAnimation()