OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_animatedProperty
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedStaticPropertyTearOff.h
41
if (
m_animatedProperty
)
42
return *
m_animatedProperty
;
61
ASSERT(
m_animatedProperty
);
62
return *
m_animatedProperty
;
73
ASSERT(!
m_animatedProperty
);
75
m_animatedProperty
= newAnimVal;
82
ASSERT(
m_animatedProperty
);
83
m_animatedProperty
= 0;
91
ASSERT(
m_animatedProperty
);
98
ASSERT(
m_animatedProperty
);
[
all
...]
SVGPathSegListPropertyTearOff.h
45
SVGAnimatedProperty* animatedProperty() const { return
m_animatedProperty
; }
120
,
m_animatedProperty
(animatedProperty)
133
if (
m_animatedProperty
&&
m_animatedProperty
->isReadOnly())
141
m_values->commitChange(
m_animatedProperty
->contextElement(), ListModificationUnknown);
147
m_values->commitChange(
m_animatedProperty
->contextElement(), listModification);
158
AnimatedListPropertyTearOff*
m_animatedProperty
;
SVGPropertyTearOff.h
57
SVGAnimatedProperty* animatedProperty() const { return
m_animatedProperty
; }
74
m_animatedProperty
= animatedProperty;
76
if (
m_animatedProperty
)
77
m_contextElement =
m_animatedProperty
->contextElement();
82
if (!
m_animatedProperty
|| m_valueIsCopy)
109
m_animatedProperty
= 0;
114
if (!
m_animatedProperty
|| m_valueIsCopy)
116
m_animatedProperty
->commitChange();
123
if (
m_animatedProperty
&&
m_animatedProperty
->isReadOnly()
[
all
...]
SVGListPropertyTearOff.h
95
ASSERT(
m_animatedProperty
);
96
return Base::getItemValuesAndWrappers(
m_animatedProperty
, index, exceptionState);
111
ASSERT(
m_animatedProperty
);
112
return Base::removeItemValuesAndWrappers(
m_animatedProperty
, index, exceptionState);
122
ASSERT(
m_animatedProperty
);
123
return
m_animatedProperty
->contextElement();
128
ASSERT(
m_animatedProperty
);
129
m_animatedProperty
= 0;
135
,
m_animatedProperty
(animatedProperty)
137
ASSERT(
m_animatedProperty
);
[
all
...]
Completed in 67 milliseconds