Home
last modified time | relevance | path

Searched refs:PATHSEG_MOVETO_ABS (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegMovetoAbs.h43 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_ABS; } in pathSegType()
DSVGPathSeg.h72 PATHSEG_MOVETO_ABS = PathSegMoveToAbs, enumerator
DSVGPathSeg.idl33 const unsigned short PATHSEG_MOVETO_ABS = 2;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8SVGPathSegCustom.cpp64 case SVGPathSeg::PATHSEG_MOVETO_ABS: in wrap()