Home
last modified time | relevance | path

Searched refs:hasRelativeWidth (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImageForContainer.h50 virtual bool hasRelativeWidth() const OVERRIDE { return m_image->hasRelativeWidth(); } in hasRelativeWidth() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGeneratedImage.h41 virtual bool hasRelativeWidth() const OVERRIDE { return true; } in hasRelativeWidth() function
DCrossfadeGeneratedImage.h48 virtual bool hasRelativeWidth() const OVERRIDE { return false; } in hasRelativeWidth() function
DImage.h80 virtual bool hasRelativeWidth() const { return false; } in hasRelativeWidth() function
DImage.cpp135 if (hasRelativeWidth()) in drawTiled()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp242 return m_image->hasRelativeWidth(); in imageHasRelativeWidth()
275 float widthScale = m_image->hasRelativeWidth() ? 1.0f : multiplier; in imageSizeForRenderer()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLImageElement.cpp562 …renderer() && renderer()->isRenderImage() && image->image() && !image->image()->hasRelativeWidth()) in defaultDestinationSize()