OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 654 milliseconds