Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDiscardElement.h43 virtual bool isSVGDiscardElement() const OVERRIDE { return true; } in isSVGDiscardElement() function
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h120 virtual bool isSVGDiscardElement() const { return false; } in isSVGDiscardElement() function
DSMILTimeContainer.cpp451 if (animationsToApply[i]->inDocument() && animationsToApply[i]->isSVGDiscardElement()) { in updateAnimations()