Searched refs:hasRelativeValues (Results 1 - 18 of 18) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGCircleElement.h49 virtual bool hasRelativeValues() const;
H A DSVGEllipseElement.h49 virtual bool hasRelativeValues() const;
H A DSVGLineElement.h53 virtual bool hasRelativeValues() const;
H A DSVGImageElement.h62 virtual bool hasRelativeValues() const;
H A DSVGRectElement.h49 virtual bool hasRelativeValues() const;
H A DSVGStyledElement.h41 virtual bool hasRelativeValues() const { return false; } function in class:WebCore::SVGStyledElement
H A DSVGCircleElement.cpp113 bool SVGCircleElement::hasRelativeValues() const function in class:WebCore::SVGCircleElement
H A DSVGEllipseElement.cpp122 bool SVGEllipseElement::hasRelativeValues() const function in class:WebCore::SVGEllipseElement
H A DSVGLineElement.cpp118 bool SVGLineElement::hasRelativeValues() const function in class:WebCore::SVGLineElement
H A DSVGUseElement.h76 virtual bool hasRelativeValues() const;
H A DSVGImageElement.cpp139 bool SVGImageElement::hasRelativeValues() const function in class:WebCore::SVGImageElement
H A DSVGRectElement.cpp147 bool SVGRectElement::hasRelativeValues() const function in class:WebCore::SVGRectElement
H A DSVGSVGElement.h135 virtual bool hasRelativeValues() const;
H A DSVGSVGElement.cpp525 bool SVGSVGElement::hasRelativeValues() const function in class:WebCore::SVGSVGElement
H A DSVGUseElement.cpp969 bool SVGUseElement::hasRelativeValues() const function in class:WebCore::SVGUseElement
/external/webkit/WebCore/rendering/
H A DRenderSVGViewportContainer.cpp76 if (!selfNeedsLayout() && !svg->hasRelativeValues())
H A DRenderSVGRoot.cpp102 layoutChildren(this, selfNeedsLayout() || (svg->hasRelativeValues() && (width() != oldWidth || height() != oldHeight)));
173 if (!selfNeedsLayout() && !svg->hasRelativeValues())
H A DSVGRenderSupport.cpp251 needsLayout = static_cast<SVGStyledElement*>(element)->hasRelativeValues();

Completed in 115 milliseconds