DisallowStyleUpdate  261 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     AffineTransform transform = element->getScreenCTM(SVGGraphicsElement::DisallowStyleUpdate);
DisallowStyleUpdate  191 Source/core/rendering/svg/RenderSVGShape.cpp     return toSVGGraphicsElement(element())->getScreenCTM(SVGGraphicsElement::DisallowStyleUpdate);
DisallowStyleUpdate  355 Source/core/svg/SVGSVGElement.cpp     AffineTransform ctm = toSVGGraphicsElement(element).computeCTM(AncestorScope, DisallowStyleUpdate, this);