hasRelativeWidth  241 Source/core/fetch/ImageResource.cpp         return m_image->hasRelativeWidth();
hasRelativeWidth  274 Source/core/fetch/ImageResource.cpp     float widthScale = m_image->hasRelativeWidth() ? 1.0f : multiplier;
hasRelativeWidth  470 Source/core/html/HTMLImageElement.cpp     if (renderer() && renderer()->isRenderImage() && image->image() && !image->image()->hasRelativeWidth())
hasRelativeWidth   58 Source/core/svg/graphics/SVGImage.h     virtual bool hasRelativeWidth() const OVERRIDE;
hasRelativeWidth   48 Source/core/svg/graphics/SVGImageForContainer.h     virtual bool hasRelativeWidth() const OVERRIDE { return m_image->hasRelativeWidth(); }
hasRelativeWidth   48 Source/platform/graphics/CrossfadeGeneratedImage.h     virtual bool hasRelativeWidth() const OVERRIDE { return false; }
hasRelativeWidth   41 Source/platform/graphics/GeneratedImage.h     virtual bool hasRelativeWidth() const OVERRIDE { return true; }
hasRelativeWidth  135 Source/platform/graphics/Image.cpp     if (hasRelativeWidth())
hasRelativeWidth   80 Source/platform/graphics/Image.h     virtual bool hasRelativeWidth() const { return false; }