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.cpp180 bool SVGTextPathElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in blink::SVGTextPathElement
183 || SVGTextContentElement::selfHasRelativeLengths(); in selfHasRelativeLengths()
DSVGLineElement.h48 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGCircleElement.h47 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGEllipseElement.h48 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGLinearGradientElement.h53 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGForeignObjectElement.h53 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGRectElement.h50 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGRadialGradientElement.h55 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGMaskElement.h59 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGTextPathElement.h82 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGImageElement.h69 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGMarkerElement.h86 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGTextContentElement.h76 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGFilterElement.h70 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGCircleElement.cpp89 bool SVGCircleElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in blink::SVGCircleElement
DSVGPatternElement.h75 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGLineElement.cpp92 bool SVGLineElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in blink::SVGLineElement
DSVGElement.h212 …eRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); } in updateRelativeLengthsInformation()
215 virtual bool selfHasRelativeLengths() const { return false; } in selfHasRelativeLengths() function
DSVGEllipseElement.cpp93 bool SVGEllipseElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in blink::SVGEllipseElement
DSVGUseElement.h77 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGRectElement.cpp101 bool SVGRectElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in blink::SVGRectElement
DSVGForeignObjectElement.cpp140 bool SVGForeignObjectElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in blink::SVGForeignObjectElement
DSVGSVGElement.h138 virtual bool selfHasRelativeLengths() const OVERRIDE;
DSVGMaskElement.cpp136 bool SVGMaskElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in blink::SVGMaskElement
DSVGFilterElement.cpp144 bool SVGFilterElement::selfHasRelativeLengths() const in selfHasRelativeLengths() function in blink::SVGFilterElement

12