hasRelativeIntrinsicLogicalWidth 511 Source/core/rendering/RenderReplaced.cpp if (styleToUse->logicalWidth().isPercent() || styleToUse->logicalMaxWidth().isPercent() || hasRelativeIntrinsicLogicalWidth()) hasRelativeIntrinsicLogicalWidth 64 Source/core/rendering/RenderReplaced.h virtual bool hasRelativeIntrinsicLogicalWidth() const { return false; } hasRelativeIntrinsicLogicalWidth 66 Source/core/rendering/svg/RenderSVGRoot.h virtual bool hasRelativeIntrinsicLogicalWidth() const OVERRIDE;