Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/svg/
DSVGStyledElement.h80 …eRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); } in updateRelativeLengthsInformation()
83 virtual bool selfHasRelativeLengths() const { return false; } in selfHasRelativeLengths() function
DSVGTextPathElement.cpp167 bool SVGTextPathElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in WebCore::SVGTextPathElement
170 || SVGTextContentElement::selfHasRelativeLengths(); in selfHasRelativeLengths()
DSVGSymbolElement.h52 virtual bool selfHasRelativeLengths() const;
DSVGCircleElement.h55 virtual bool selfHasRelativeLengths() const;
DSVGLinearGradientElement.h50 virtual bool selfHasRelativeLengths() const;
DSVGRadialGradientElement.h50 virtual bool selfHasRelativeLengths() const;
DSVGLineElement.h56 virtual bool selfHasRelativeLengths() const;
DSVGEllipseElement.h54 virtual bool selfHasRelativeLengths() const;
DSVGRectElement.h54 virtual bool selfHasRelativeLengths() const;
DSVGForeignObjectElement.h54 virtual bool selfHasRelativeLengths() const;
DSVGTextPathElement.h72 virtual bool selfHasRelativeLengths() const;
DSVGMaskElement.h58 virtual bool selfHasRelativeLengths() const;
DSVGTextContentElement.h73 virtual bool selfHasRelativeLengths() const;
DSVGImageElement.h66 virtual bool selfHasRelativeLengths() const;
DSVGFilterElement.h62 virtual bool selfHasRelativeLengths() const;
DSVGPatternElement.h68 virtual bool selfHasRelativeLengths() const;
DSVGMarkerElement.h76 virtual bool selfHasRelativeLengths() const;
DSVGSymbolElement.cpp106 bool SVGSymbolElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in WebCore::SVGSymbolElement
DSVGUseElement.h84 virtual bool selfHasRelativeLengths() const;
DSVGCircleElement.cpp157 bool SVGCircleElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in WebCore::SVGCircleElement
DSVGSVGElement.h150 virtual bool selfHasRelativeLengths() const;
DSVGLineElement.cpp160 bool SVGLineElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in WebCore::SVGLineElement
DSVGForeignObjectElement.cpp167 bool SVGForeignObjectElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in WebCore::SVGForeignObjectElement
DSVGEllipseElement.cpp171 bool SVGEllipseElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in WebCore::SVGEllipseElement
DSVGImageElement.cpp180 bool SVGImageElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in WebCore::SVGImageElement

12