m_animatedSVGAttributesAreDirty 388 Source/core/dom/Element.cpp if (elementData()->m_animatedSVGAttributesAreDirty) { m_animatedSVGAttributesAreDirty 403 Source/core/dom/Element.cpp if (UNLIKELY(elementData()->m_animatedSVGAttributesAreDirty)) { m_animatedSVGAttributesAreDirty 422 Source/core/dom/Element.cpp if (elementData()->m_animatedSVGAttributesAreDirty) { m_animatedSVGAttributesAreDirty 76 Source/core/dom/ElementData.cpp , m_animatedSVGAttributesAreDirty(other.m_animatedSVGAttributesAreDirty) m_animatedSVGAttributesAreDirty 92 Source/core/dom/ElementData.h mutable unsigned m_animatedSVGAttributesAreDirty : 1; m_animatedSVGAttributesAreDirty 937 Source/core/svg/SVGElement.cpp if (!elementData() || !elementData()->m_animatedSVGAttributesAreDirty) m_animatedSVGAttributesAreDirty 948 Source/core/svg/SVGElement.cpp elementData()->m_animatedSVGAttributesAreDirty = false; m_animatedSVGAttributesAreDirty 105 Source/core/svg/SVGElement.h void invalidateSVGAttributes() { ensureUniqueElementData().m_animatedSVGAttributesAreDirty = true; }