Searched refs:m_baseVal (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedPropertyTearOff.h37 if (m_baseVal) {
38 ASSERT(m_baseVal->animatedProperty() == this);
39 m_baseVal->setAnimatedProperty(0);
49 if (!m_baseVal)
50 m_baseVal = PropertyTearOff::create(this, BaseValRole, m_property);
51 return m_baseVal.get();
117 RefPtr<PropertyTearOff> m_baseVal; member in class:WebCore::SVGAnimatedPropertyTearOff
H A DSVGAnimatedPathSegListPropertyTearOff.h37 if (!m_baseVal)
38 m_baseVal = SVGPathSegListPropertyTearOff::create(this, BaseValRole, PathSegUnalteredRole, m_values, m_wrappers);
39 return static_cast<SVGListProperty<SVGPathSegList>*>(m_baseVal.get());
52 ASSERT(m_baseVal);
53 return static_cast<SVGPathSegListPropertyTearOff*>(m_baseVal.get())->findItem(segment);
59 ASSERT(m_baseVal);
60 static_cast<SVGPathSegListPropertyTearOff*>(m_baseVal.get())->removeItemFromList(itemIndex, shouldSynchronizeWrappers);
H A DSVGAnimatedTransformListPropertyTearOff.h34 if (!m_baseVal)
35 m_baseVal = SVGTransformListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers);
36 return static_cast<SVGListPropertyTearOff<SVGTransformList>*>(m_baseVal.get());
H A DSVGAnimatedListPropertyTearOff.h45 if (!m_baseVal)
46 m_baseVal = ListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers);
47 return static_cast<ListProperty*>(m_baseVal.get());
64 return static_cast<ListPropertyTearOff*>(m_baseVal.get())->findItem(static_cast<ListItemTearOff*>(property));
71 static_cast<ListPropertyTearOff*>(m_baseVal.get())->removeItemFromList(itemIndex, shouldSynchronizeWrappers);
177 RefPtr<SVGProperty> m_baseVal; member in class:WebCore::SVGAnimatedListPropertyTearOff

Completed in 176 milliseconds