hasRelativeHeight 249 Source/core/fetch/ImageResource.cpp return m_image->hasRelativeHeight(); hasRelativeHeight 275 Source/core/fetch/ImageResource.cpp float heightScale = m_image->hasRelativeHeight() ? 1.0f : multiplier; hasRelativeHeight 59 Source/core/svg/graphics/SVGImage.h virtual bool hasRelativeHeight() const OVERRIDE; hasRelativeHeight 49 Source/core/svg/graphics/SVGImageForContainer.h virtual bool hasRelativeHeight() const OVERRIDE { return m_image->hasRelativeHeight(); } hasRelativeHeight 49 Source/platform/graphics/CrossfadeGeneratedImage.h virtual bool hasRelativeHeight() const OVERRIDE { return false; } hasRelativeHeight 42 Source/platform/graphics/GeneratedImage.h virtual bool hasRelativeHeight() const OVERRIDE { return true; } hasRelativeHeight 137 Source/platform/graphics/Image.cpp if (hasRelativeHeight()) hasRelativeHeight 81 Source/platform/graphics/Image.h virtual bool hasRelativeHeight() const { return false; }