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/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h
36
if (!
m_baseVal
)
37
m_baseVal
= SVGPathSegListPropertyTearOff::create(this, BaseValRole, PathSegUnalteredRole, m_values, m_wrappers);
38
return static_cast<SVGListProperty<SVGPathSegList>*>(
m_baseVal
.get());
51
ASSERT(
m_baseVal
);
52
return static_cast<SVGPathSegListPropertyTearOff*>(
m_baseVal
.get())->findItem(segment);
58
ASSERT(
m_baseVal
);
59
static_cast<SVGPathSegListPropertyTearOff*>(
m_baseVal
.get())->removeItemFromList(itemIndex, shouldSynchronizeWrappers);
SVGAnimatedPropertyTearOff.h
37
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();
118
RefPtr<PropertyTearOff>
m_baseVal
;
SVGAnimatedTransformListPropertyTearOff.h
33
if (!
m_baseVal
)
34
m_baseVal
= SVGTransformListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers);
35
return static_cast<SVGListPropertyTearOff<SVGTransformList>*>(
m_baseVal
.get());
SVGAnimatedListPropertyTearOff.h
44
if (
m_baseVal
)
45
static_cast<ListPropertyTearOff*>(
m_baseVal
.get())->clearAnimatedProperty();
52
if (!
m_baseVal
)
53
m_baseVal
= ListPropertyTearOff::create(this, BaseValRole, m_values, m_wrappers);
54
return static_cast<ListProperty*>(
m_baseVal
.get());
71
return static_cast<ListPropertyTearOff*>(
m_baseVal
.get())->findItem(static_cast<ListItemTearOff*>(property));
78
static_cast<ListPropertyTearOff*>(
m_baseVal
.get())->removeItemFromList(itemIndex, shouldSynchronizeWrappers);
185
RefPtr<SVGProperty>
m_baseVal
;
Completed in 232 milliseconds