OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAccumulated
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h
82
bool
isAccumulated
() const;
155
if (
isAccumulated
() && repeatCount)
SVGAnimatedPath.cpp
137
if (m_animationElement->
isAccumulated
() && repeatCount)
SVGAnimatedTransformList.cpp
120
if (m_animationElement->
isAccumulated
() && repeatCount) {
SVGAnimateMotionElement.cpp
265
if (
isAccumulated
() && repeatCount && m_hasToPointAtEndOfDuration)
289
if (
isAccumulated
() && repeatCount) {
SVGAnimationElement.cpp
355
bool SVGAnimationElement::
isAccumulated
() const
Completed in 165 milliseconds