OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAdditive
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.h
55
virtual bool
isAdditive
() const OVERRIDE;
SVGAnimationElement.h
81
virtual bool
isAdditive
() const;
158
if (
isAdditive
() && animationMode() != ToAnimation)
SVGAnimateElement.cpp
167
if (animationMode() == ByAnimation && !
isAdditive
())
395
bool SVGAnimateElement::
isAdditive
() const
401
return SVGAnimationElement::
isAdditive
();
SVGAnimatedPath.cpp
123
if (!fromPath->size() || (m_animationElement->
isAdditive
() && !isToAnimation))
SVGAnimatedTransformList.cpp
113
if (!animatedTransformList.isEmpty() && !m_animationElement->
isAdditive
())
SVGAnimateMotionElement.cpp
239
if (animationMode() == ByAnimation && !
isAdditive
())
260
if (!
isAdditive
())
SVGAnimationElement.cpp
348
bool SVGAnimationElement::
isAdditive
() const
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h
110
virtual bool
isAdditive
() const = 0;
Completed in 41 milliseconds