Home
last modified time | relevance | path

Searched refs:animationIsContributing (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp1146 bool animationIsContributing = isContributing(elapsed); in progress() local
1149 if (this == resultElement && animationIsContributing) in progress()
1152 if (animationIsContributing) { in progress()
1190 return animationIsContributing; in progress()