Home
last modified time | relevance | path

Searched refs:createSVGPathSegLinetoHorizontalAbs (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathElement.h75 PassRefPtr<SVGPathSegLinetoHorizontalAbs> createSVGPathSegLinetoHorizontalAbs(float x);
DSVGPathElement.idl61 SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(float x);
DSVGPathElement.cpp141 PassRefPtr<SVGPathSegLinetoHorizontalAbs> SVGPathElement::createSVGPathSegLinetoHorizontalAbs(float… in createSVGPathSegLinetoHorizontalAbs() function in WebCore::SVGPathElement