Home
last modified time | relevance | path

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

12

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

12