Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGeneratedImage.h51 virtual bool hasRelativeHeight() const { return true; } in hasRelativeHeight() function
DImage.h102 virtual bool hasRelativeHeight() const { return false; } in hasRelativeHeight() function
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp167 bool SVGImage::hasRelativeHeight() const in hasRelativeHeight() function in WebCore::SVGImage