Searched refs:selfHasRelativeLengths (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGCircleElement.h46 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGEllipseElement.h47 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGForeignObjectElement.h52 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGLineElement.h47 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGLinearGradientElement.h52 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGRadialGradientElement.h54 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGRectElement.h49 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGFilterElement.h69 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGImageElement.h68 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGMaskElement.h58 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGTextContentElement.h75 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGTextPathElement.h81 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGTextPathElement.cpp182 bool SVGTextPathElement::selfHasRelativeLengths() const function in class:WebCore::SVGTextPathElement
185 || SVGTextContentElement::selfHasRelativeLengths();
H A DSVGCircleElement.cpp104 bool SVGCircleElement::selfHasRelativeLengths() const function in class:WebCore::SVGCircleElement
H A DSVGMarkerElement.h85 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGPatternElement.h74 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGUseElement.h76 virtual bool selfHasRelativeLengths() const OVERRIDE;
H A DSVGEllipseElement.cpp110 bool SVGEllipseElement::selfHasRelativeLengths() const function in class:WebCore::SVGEllipseElement
H A DSVGLineElement.cpp109 bool SVGLineElement::selfHasRelativeLengths() const function in class:WebCore::SVGLineElement
H A DSVGElement.h206 void updateRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); }
209 virtual bool selfHasRelativeLengths() const { return false; } function in class:WebCore::SVGElement
H A DSVGForeignObjectElement.cpp157 bool SVGForeignObjectElement::selfHasRelativeLengths() const function in class:WebCore::SVGForeignObjectElement
H A DSVGLinearGradientElement.cpp180 bool SVGLinearGradientElement::selfHasRelativeLengths() const function in class:WebCore::SVGLinearGradientElement
H A DSVGMarkerElement.cpp166 bool SVGMarkerElement::selfHasRelativeLengths() const function in class:WebCore::SVGMarkerElement
H A DSVGMaskElement.cpp138 bool SVGMaskElement::selfHasRelativeLengths() const function in class:WebCore::SVGMaskElement
H A DSVGRectElement.cpp122 bool SVGRectElement::selfHasRelativeLengths() const function in class:WebCore::SVGRectElement

Completed in 115 milliseconds

12