Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGeneratedImage.h50 virtual bool hasRelativeWidth() const { return true; } in hasRelativeWidth() function
DImage.h101 virtual bool hasRelativeWidth() const { return false; } in hasRelativeWidth() function
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp156 bool SVGImage::hasRelativeWidth() const in hasRelativeWidth() function in WebCore::SVGImage