Searched refs:hasRelativeHeight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageForContainer.h51 virtual bool hasRelativeHeight() const OVERRIDE { return m_image->hasRelativeHeight(); }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGeneratedImage.h42 virtual bool hasRelativeHeight() const OVERRIDE { return true; }
H A DCrossfadeGeneratedImage.h47 virtual bool hasRelativeHeight() const OVERRIDE { return false; }
H A DImage.h82 virtual bool hasRelativeHeight() const { return false; } function in class:blink::Image
H A DImage.cpp137 if (hasRelativeHeight())
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp254 return m_image->hasRelativeHeight();
280 float heightScale = m_image->hasRelativeHeight() ? 1.0f : multiplier;

Completed in 6315 milliseconds