Searched refs:isSVGDiscardElement (Results 1 – 3 of 3) sorted by relevance
43 virtual bool isSVGDiscardElement() const OVERRIDE { return true; } in isSVGDiscardElement() function
120 virtual bool isSVGDiscardElement() const { return false; } in isSVGDiscardElement() function
451 if (animationsToApply[i]->inDocument() && animationsToApply[i]->isSVGDiscardElement()) { in updateAnimations()