Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImageForContainer.h48 virtual bool hasRelativeWidth() const OVERRIDE { return m_image->hasRelativeWidth(); } in hasRelativeWidth() function
DSVGImage.h58 virtual bool hasRelativeWidth() const OVERRIDE;
DSVGImage.cpp294 bool SVGImage::hasRelativeWidth() const in hasRelativeWidth() function in WebCore::SVGImage
/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 { 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.cpp218 return m_image->hasRelativeWidth(); in imageHasRelativeWidth()
251 float widthScale = m_image->hasRelativeWidth() ? 1.0f : multiplier; in imageSizeForRenderer()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1216 …->renderer()->isRenderImage() && cachedImage->image() && !cachedImage->image()->hasRelativeWidth()) in sizeFor()