Home
last modified time | relevance | path

Searched defs:hasRelativeWidth (Results 1 – 5 of 5) sorted by relevance

/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
/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.cpp294 bool SVGImage::hasRelativeWidth() const in hasRelativeWidth() function in WebCore::SVGImage