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

/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.h119 String m_lastValuesAnimationTo; member in class:WebCore::SVGAnimationElement
H A DSVGAnimationElement.cpp545 if (from != m_lastValuesAnimationFrom || to != m_lastValuesAnimationTo) {
550 m_lastValuesAnimationTo = to;

Completed in 60 milliseconds