Searched defs:hasRelativeWidth (Results 1 – 5 of 5) sorted by relevance
41 virtual bool hasRelativeWidth() const OVERRIDE { return true; } in hasRelativeWidth() function
48 virtual bool hasRelativeWidth() const { return false; } in hasRelativeWidth() function
80 virtual bool hasRelativeWidth() const { return false; } in hasRelativeWidth() function
48 virtual bool hasRelativeWidth() const OVERRIDE { return m_image->hasRelativeWidth(); } in hasRelativeWidth() function
294 bool SVGImage::hasRelativeWidth() const in hasRelativeWidth() function in WebCore::SVGImage