OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_baseVal
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/svg/properties/
SVGAnimatedTransformListPropertyTearOff.h
34
if (!
m_baseVal
)
35
m_baseVal
= SVGTransformListPropertyTearOff::create(this, BaseValRole);
36
return
m_baseVal
.get();
SVGAnimatedPathSegListPropertyTearOff.h
36
if (!
m_baseVal
)
37
m_baseVal
= SVGPathSegListPropertyTearOff::create(this, BaseValRole, role);
38
return
m_baseVal
.get();
51
return static_pointer_cast<SVGPathSegListPropertyTearOff>(
m_baseVal
)->removeItemFromList(segment, shouldSynchronizeWrappers);
SVGAnimatedPropertyTearOff.h
34
if (!
m_baseVal
)
35
m_baseVal
= SVGPropertyTearOff<PropertyType>::create(this, BaseValRole, m_property);
36
return
m_baseVal
.get();
64
RefPtr<SVGProperty>
m_baseVal
;
SVGAnimatedListPropertyTearOff.h
42
if (!
m_baseVal
)
43
m_baseVal
= SVGListPropertyTearOff<PropertyType>::create(this, BaseValRole);
44
return
m_baseVal
.get();
60
return static_pointer_cast<SVGListPropertyTearOff<PropertyType> >(
m_baseVal
)->removeItemFromList(static_cast<ListItemTearOff*>(property), shouldSynchronizeWrappers);
109
RefPtr<SVGProperty>
m_baseVal
;
Completed in 57 milliseconds