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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumerationBase.cpp 56 m_baseValueUpdated = true;
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 184 return m_baseValueUpdated || this->isAnimating();
190 m_baseValueUpdated = false;
210 m_baseValueUpdated = true;
225 , m_baseValueUpdated(false)
229 bool m_baseValueUpdated;

Completed in 1005 milliseconds