Searched defs:hasRelativeHeight (Results 1 – 5 of 5) sorted by relevance
42 virtual bool hasRelativeHeight() const OVERRIDE { return true; } in hasRelativeHeight() function
49 virtual bool hasRelativeHeight() const { return false; } in hasRelativeHeight() function
81 virtual bool hasRelativeHeight() const { return false; } in hasRelativeHeight() function
49 virtual bool hasRelativeHeight() const OVERRIDE { return m_image->hasRelativeHeight(); } in hasRelativeHeight() function
305 bool SVGImage::hasRelativeHeight() const in hasRelativeHeight() function in WebCore::SVGImage