Searched defs:SVGPathSegLinetoVerticalRel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegLinetoVerticalRel.h29 class SVGPathSegLinetoVerticalRel FINAL : public SVGPathSegLinetoVertical {
31 static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y)
33 return adoptRef(new SVGPathSegLinetoVerticalRel(element, role, y));
37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) function in class:WebCore::FINAL

Completed in 399 milliseconds