OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_animatedProperty
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.h
62
bool isAnimatingSVGDom() const { return
m_animatedProperty
; }
63
bool isAnimatingCSSProperty() const { return !
m_animatedProperty
; }
77
RefPtr<SVGAnimatedPropertyBase>
m_animatedProperty
;
SVGAnimateElement.cpp
81
ASSERT(resultAnimationElement->
m_animatedProperty
);
95
m_animator->calculateAnimatedValue(percentage, repeatCount, m_fromProperty.get(), m_toProperty.get(), toAtEndOfDurationProperty, resultAnimationElement->
m_animatedProperty
.get());
178
if (!
m_animatedProperty
)
179
m_animatedProperty
= animator->startAnimValAnimation(animatedElements);
181
m_animatedProperty
= animator->resetAnimValToBaseVal(animatedElements);
194
m_animatedProperty
= animator->constructFromString(baseValue);
287
if (!
m_animatedProperty
)
291
m_animatedProperty
.clear();
298
m_animatedProperty
.clear();
309
m_animatedProperty
.clear()
[
all
...]
SVGAnimatedTypeAnimator.cpp
46
m_animatedProperty
= m_contextElement->propertyFromAttribute(attributeName);
47
m_type =
m_animatedProperty
?
m_animatedProperty
->type()
78
ASSERT(
m_animatedProperty
);
79
return
m_animatedProperty
->currentValueBase()->cloneForAnimation(value);
177
RefPtr<SVGPropertyBase> animatedValue =
m_animatedProperty
->createAnimatedValue();
179
setAnimatedValueOnAllTargetProperties(list,
m_animatedProperty
->attributeName(), animatedValue);
200
RefPtr<SVGAnimatedPropertyBase> animatedProperty = (*it)->propertyFromAttribute(
m_animatedProperty
->attributeName());
SVGAnimateElement.h
72
RefPtr<SVGPropertyBase>
m_animatedProperty
;
Completed in 311 milliseconds