Home | History | Annotate | Download | only in custom

Lines Matching defs:toV8

60 v8::Handle<v8::Value> toV8(SVGPathSeg* impl)
66 return toV8(static_cast<SVGPathSegClosePath*>(impl));
68 return toV8(static_cast<SVGPathSegMovetoAbs*>(impl));
70 return toV8(static_cast<SVGPathSegMovetoRel*>(impl));
72 return toV8(static_cast<SVGPathSegLinetoAbs*>(impl));
74 return toV8(static_cast<SVGPathSegLinetoRel*>(impl));
76 return toV8(static_cast<SVGPathSegCurvetoCubicAbs*>(impl));
78 return toV8(static_cast<SVGPathSegCurvetoCubicRel*>(impl));
80 return toV8(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl));
82 return toV8(static_cast<SVGPathSegCurvetoQuadraticRel*>(impl));
84 return toV8(static_cast<SVGPathSegArcAbs*>(impl));
86 return toV8(static_cast<SVGPathSegArcRel*>(impl));
88 return toV8(static_cast<SVGPathSegLinetoHorizontalAbs*>(impl));
90 return toV8(static_cast<SVGPathSegLinetoHorizontalRel*>(impl));
92 return toV8(static_cast<SVGPathSegLinetoVerticalAbs*>(impl));
94 return toV8(static_cast<SVGPathSegLinetoVerticalRel*>(impl));
96 return toV8(static_cast<SVGPathSegCurvetoCubicSmoothAbs*>(impl));
98 return toV8(static_cast<SVGPathSegCurvetoCubicSmoothRel*>(impl));
100 return toV8(static_cast<SVGPathSegCurvetoQuadraticSmoothAbs*>(impl));
102 return toV8(static_cast<SVGPathSegCurvetoQuadraticSmoothRel*>(impl));