IgnoreCSSProperties   71 Source/core/rendering/svg/RenderSVGRoot.cpp     Length intrinsicWidthAttribute = svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties);
IgnoreCSSProperties   72 Source/core/rendering/svg/RenderSVGRoot.cpp     Length intrinsicHeightAttribute = svg->intrinsicHeight(SVGSVGElement::IgnoreCSSProperties);
IgnoreCSSProperties  150 Source/core/rendering/svg/RenderSVGRoot.cpp         return resolveLengthAttributeForSVG(svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties), style()->effectiveZoom(), containingBlock()->availableLogicalWidth().toFloat());
IgnoreCSSProperties  173 Source/core/rendering/svg/RenderSVGRoot.cpp         Length height = svg->intrinsicHeight(SVGSVGElement::IgnoreCSSProperties);
IgnoreCSSProperties  439 Source/core/rendering/svg/RenderSVGRoot.cpp     return svg->intrinsicWidth(SVGSVGElement::IgnoreCSSProperties).isPercent();
IgnoreCSSProperties  447 Source/core/rendering/svg/RenderSVGRoot.cpp     return svg->intrinsicHeight(SVGSVGElement::IgnoreCSSProperties).isPercent();
IgnoreCSSProperties  699 Source/core/svg/SVGSVGElement.cpp     if (widthAttributeEstablishesViewport() || mode == IgnoreCSSProperties) {
IgnoreCSSProperties  713 Source/core/svg/SVGSVGElement.cpp     if (heightAttributeEstablishesViewport() || mode == IgnoreCSSProperties) {