Searched refs:hasRelativeHeight (Results 1 – 8 of 8) sorted by relevance
49 virtual bool hasRelativeHeight() const OVERRIDE { return m_image->hasRelativeHeight(); } in hasRelativeHeight() function
59 virtual bool hasRelativeHeight() const OVERRIDE;
305 bool SVGImage::hasRelativeHeight() const in hasRelativeHeight() function in WebCore::SVGImage
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
137 if (hasRelativeHeight()) in drawTiled()
226 return m_image->hasRelativeHeight(); in imageHasRelativeHeight()252 float heightScale = m_image->hasRelativeHeight() ? 1.0f : multiplier; in imageSizeForRenderer()