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

Unified Diff: client/html/generated/html/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/html/generated/html/frog/SVGPaint.dart ('k') | client/html/generated/html/frog/SVGPathSeg.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/frog/SVGPathElement.dart
diff --git a/client/html/generated/html/frog/SVGPathElement.dart b/client/html/generated/html/frog/SVGPathElement.dart
deleted file mode 100644
index 58fd33ce1d9b3daf3150f46f8aab4c273d6c634b..0000000000000000000000000000000000000000
--- a/client/html/generated/html/frog/SVGPathElement.dart
+++ /dev/null
@@ -1,104 +0,0 @@
-
-class _SVGPathElementImpl extends _SVGElementImpl implements SVGPathElement native "*SVGPathElement" {
-
- final _SVGPathSegListImpl animatedNormalizedPathSegList;
-
- final _SVGPathSegListImpl animatedPathSegList;
-
- final _SVGPathSegListImpl normalizedPathSegList;
-
- final _SVGAnimatedNumberImpl pathLength;
-
- final _SVGPathSegListImpl pathSegList;
-
- _SVGPathSegArcAbsImpl createSVGPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
-
- _SVGPathSegArcRelImpl createSVGPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
-
- _SVGPathSegClosePathImpl createSVGPathSegClosePath() native;
-
- _SVGPathSegCurvetoCubicAbsImpl createSVGPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) native;
-
- _SVGPathSegCurvetoCubicRelImpl createSVGPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) native;
-
- _SVGPathSegCurvetoCubicSmoothAbsImpl createSVGPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native;
-
- _SVGPathSegCurvetoCubicSmoothRelImpl createSVGPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native;
-
- _SVGPathSegCurvetoQuadraticAbsImpl createSVGPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) native;
-
- _SVGPathSegCurvetoQuadraticRelImpl createSVGPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) native;
-
- _SVGPathSegCurvetoQuadraticSmoothAbsImpl createSVGPathSegCurvetoQuadraticSmoothAbs(num x, num y) native;
-
- _SVGPathSegCurvetoQuadraticSmoothRelImpl createSVGPathSegCurvetoQuadraticSmoothRel(num x, num y) native;
-
- _SVGPathSegLinetoAbsImpl createSVGPathSegLinetoAbs(num x, num y) native;
-
- _SVGPathSegLinetoHorizontalAbsImpl createSVGPathSegLinetoHorizontalAbs(num x) native;
-
- _SVGPathSegLinetoHorizontalRelImpl createSVGPathSegLinetoHorizontalRel(num x) native;
-
- _SVGPathSegLinetoRelImpl createSVGPathSegLinetoRel(num x, num y) native;
-
- _SVGPathSegLinetoVerticalAbsImpl createSVGPathSegLinetoVerticalAbs(num y) native;
-
- _SVGPathSegLinetoVerticalRelImpl createSVGPathSegLinetoVerticalRel(num y) native;
-
- _SVGPathSegMovetoAbsImpl createSVGPathSegMovetoAbs(num x, num y) native;
-
- _SVGPathSegMovetoRelImpl createSVGPathSegMovetoRel(num x, num y) native;
-
- int getPathSegAtLength(num distance) native;
-
- _SVGPointImpl getPointAtLength(num distance) native;
-
- num getTotalLength() native;
-
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
-
- bool hasExtension(String extension) native;
-
- // From SVGLangSpace
-
- String xmllang;
-
- String xmlspace;
-
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
-
- // From SVGStylable
-
- _SVGAnimatedStringImpl get _svgClassName() native "return this.className;";
-
- // Use implementation from Element.
- // final _CSSStyleDeclarationImpl style;
-
- _CSSValueImpl getPresentationAttribute(String name) native;
-
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
-
- final _SVGElementImpl farthestViewportElement;
-
- final _SVGElementImpl nearestViewportElement;
-
- _SVGRectImpl getBBox() native;
-
- _SVGMatrixImpl getCTM() native;
-
- _SVGMatrixImpl getScreenCTM() native;
-
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
-}
« no previous file with comments | « client/html/generated/html/frog/SVGPaint.dart ('k') | client/html/generated/html/frog/SVGPathSeg.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698