HomeSort by relevance Sort by last modified time
    Searched refs:m_lastValuesAnimationFrom (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGAnimationElement.h 118 String m_lastValuesAnimationFrom;
SVGAnimationElement.cpp 515 if (from != m_lastValuesAnimationFrom || to != m_lastValuesAnimationTo ) {
519 m_lastValuesAnimationFrom = from;

Completed in 480 milliseconds