Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1732)

Unified Diff: client/dom/generated/src/frog/SVGPathElement.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/generated/src/frog/SVGPaint.dart ('k') | client/dom/generated/src/frog/SVGPathSeg.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/SVGPathElement.dart
diff --git a/client/dom/generated/src/frog/SVGPathElement.dart b/client/dom/generated/src/frog/SVGPathElement.dart
deleted file mode 100644
index 2dee8fd536b2412ffc21aa89c803c1e14c001db4..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/frog/SVGPathElement.dart
+++ /dev/null
@@ -1,104 +0,0 @@
-
-class _SVGPathElementJs extends _SVGElementJs implements SVGPathElement native "*SVGPathElement" {
-
- final _SVGPathSegListJs animatedNormalizedPathSegList;
-
- final _SVGPathSegListJs animatedPathSegList;
-
- final _SVGPathSegListJs normalizedPathSegList;
-
- final _SVGAnimatedNumberJs pathLength;
-
- final _SVGPathSegListJs pathSegList;
-
- _SVGPathSegArcAbsJs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
-
- _SVGPathSegArcRelJs createSVGPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
-
- _SVGPathSegClosePathJs createSVGPathSegClosePath() native;
-
- _SVGPathSegCurvetoCubicAbsJs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) native;
-
- _SVGPathSegCurvetoCubicRelJs createSVGPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) native;
-
- _SVGPathSegCurvetoCubicSmoothAbsJs createSVGPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native;
-
- _SVGPathSegCurvetoCubicSmoothRelJs createSVGPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native;
-
- _SVGPathSegCurvetoQuadraticAbsJs createSVGPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) native;
-
- _SVGPathSegCurvetoQuadraticRelJs createSVGPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) native;
-
- _SVGPathSegCurvetoQuadraticSmoothAbsJs createSVGPathSegCurvetoQuadraticSmoothAbs(num x, num y) native;
-
- _SVGPathSegCurvetoQuadraticSmoothRelJs createSVGPathSegCurvetoQuadraticSmoothRel(num x, num y) native;
-
- _SVGPathSegLinetoAbsJs createSVGPathSegLinetoAbs(num x, num y) native;
-
- _SVGPathSegLinetoHorizontalAbsJs createSVGPathSegLinetoHorizontalAbs(num x) native;
-
- _SVGPathSegLinetoHorizontalRelJs createSVGPathSegLinetoHorizontalRel(num x) native;
-
- _SVGPathSegLinetoRelJs createSVGPathSegLinetoRel(num x, num y) native;
-
- _SVGPathSegLinetoVerticalAbsJs createSVGPathSegLinetoVerticalAbs(num y) native;
-
- _SVGPathSegLinetoVerticalRelJs createSVGPathSegLinetoVerticalRel(num y) native;
-
- _SVGPathSegMovetoAbsJs createSVGPathSegMovetoAbs(num x, num y) native;
-
- _SVGPathSegMovetoRelJs createSVGPathSegMovetoRel(num x, num y) native;
-
- int getPathSegAtLength(num distance) native;
-
- _SVGPointJs getPointAtLength(num distance) native;
-
- num getTotalLength() native;
-
- // From SVGTests
-
- final _SVGStringListJs requiredExtensions;
-
- final _SVGStringListJs requiredFeatures;
-
- final _SVGStringListJs systemLanguage;
-
- bool hasExtension(String extension) native;
-
- // From SVGLangSpace
-
- String xmllang;
-
- String xmlspace;
-
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanJs externalResourcesRequired;
-
- // From SVGStylable
-
- final _SVGAnimatedStringJs className;
-
- // Use implementation from Element.
- // final _CSSStyleDeclarationJs style;
-
- _CSSValueJs getPresentationAttribute(String name) native;
-
- // From SVGTransformable
-
- final _SVGAnimatedTransformListJs transform;
-
- // From SVGLocatable
-
- final _SVGElementJs farthestViewportElement;
-
- final _SVGElementJs nearestViewportElement;
-
- _SVGRectJs getBBox() native;
-
- _SVGMatrixJs getCTM() native;
-
- _SVGMatrixJs getScreenCTM() native;
-
- _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
-}
« no previous file with comments | « client/dom/generated/src/frog/SVGPaint.dart ('k') | client/dom/generated/src/frog/SVGPathSeg.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698