Home
last modified time | relevance | path

Searched refs:hasRelativeHeight (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImageForContainer.h49 virtual bool hasRelativeHeight() const OVERRIDE { return m_image->hasRelativeHeight(); } in hasRelativeHeight() function
DSVGImage.h59 virtual bool hasRelativeHeight() const OVERRIDE;
DSVGImage.cpp305 bool SVGImage::hasRelativeHeight() const in hasRelativeHeight() function in WebCore::SVGImage
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGeneratedImage.h42 virtual bool hasRelativeHeight() const OVERRIDE { return true; } in hasRelativeHeight() function
DCrossfadeGeneratedImage.h49 virtual bool hasRelativeHeight() const { return false; } in hasRelativeHeight() function
DImage.h81 virtual bool hasRelativeHeight() const { return false; } in hasRelativeHeight() function
DImage.cpp137 if (hasRelativeHeight()) in drawTiled()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp226 return m_image->hasRelativeHeight(); in imageHasRelativeHeight()
252 float heightScale = m_image->hasRelativeHeight() ? 1.0f : multiplier; in imageSizeForRenderer()