imageHasRelativeWidth 70 Source/core/fetch/ImageResource.h bool imageHasRelativeWidth() const; imageHasRelativeWidth 613 Source/core/rendering/RenderImage.cpp if (intrinsicSize.isEmpty() && (m_imageResource->imageHasRelativeWidth() || m_imageResource->imageHasRelativeHeight())) { imageHasRelativeWidth 64 Source/core/rendering/RenderImageResource.h virtual bool imageHasRelativeWidth() const { return m_cachedImage ? m_cachedImage->imageHasRelativeWidth() : false; } imageHasRelativeWidth 54 Source/core/rendering/RenderImageResourceStyleImage.h virtual bool imageHasRelativeWidth() const OVERRIDE { return m_styleImage->imageHasRelativeWidth(); } imageHasRelativeWidth 72 Source/core/rendering/style/StyleFetchedImage.cpp return m_image->imageHasRelativeWidth(); imageHasRelativeWidth 49 Source/core/rendering/style/StyleFetchedImage.h virtual bool imageHasRelativeWidth() const OVERRIDE; imageHasRelativeWidth 79 Source/core/rendering/style/StyleFetchedImageSet.cpp return m_bestFitImage->imageHasRelativeWidth(); imageHasRelativeWidth 63 Source/core/rendering/style/StyleFetchedImageSet.h virtual bool imageHasRelativeWidth() const OVERRIDE; imageHasRelativeWidth 46 Source/core/rendering/style/StyleGeneratedImage.h virtual bool imageHasRelativeWidth() const OVERRIDE { return !m_fixedSize; } imageHasRelativeWidth 59 Source/core/rendering/style/StyleImage.h virtual bool imageHasRelativeWidth() const = 0; imageHasRelativeWidth 55 Source/core/rendering/style/StylePendingImage.h virtual bool imageHasRelativeWidth() const OVERRIDE { return false; }