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

/external/webkit/Source/WebCore/svg/
H A DSVGPolyElement.cpp53 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());
H A DSVGPolyElement.h65 RefPtr<SVGAnimatedListPropertyTearOff<SVGPointList> > m_animatablePointsList; member in class:WebCore::SVGPolyElement

Completed in 89 milliseconds