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

  /external/webkit/Source/WebCore/svg/
SVGPolyElement.cpp 53 if (SVGAnimatedListPropertyTearOff<SVGPointList>* list = m_animatablePointsList.get())
133 if (!m_animatablePointsList) {
135 m_animatablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff<SVGPointList> , SVGPointList>
139 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->baseVal());
144 if (!m_animatablePointsList) {
146 m_animatablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff<SVGPointList> , SVGPointList>
150 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->animVal());
SVGPolyElement.h 65 RefPtr<SVGAnimatedListPropertyTearOff<SVGPointList> > m_animatablePointsList;

Completed in 259 milliseconds