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

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

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 11 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
Index: client/dom/generated/src/frog/SVGMarkerElement.dart
diff --git a/client/dom/generated/src/frog/SVGMarkerElement.dart b/client/dom/generated/src/frog/SVGMarkerElement.dart
index 8a8dedf38f9ff3cc33194d1bc1abd08985176456..cdecf88d114138aed4dda88385f61cae0745c184 100644
--- a/client/dom/generated/src/frog/SVGMarkerElement.dart
+++ b/client/dom/generated/src/frog/SVGMarkerElement.dart
@@ -1,5 +1,5 @@
-class SVGMarkerElementJS extends SVGElementJS implements SVGMarkerElement native "*SVGMarkerElement" {
+class SVGMarkerElementJs extends SVGElementJs implements SVGMarkerElement native "*SVGMarkerElement" {
static final int SVG_MARKERUNITS_STROKEWIDTH = 2;
@@ -13,21 +13,21 @@ class SVGMarkerElementJS extends SVGElementJS implements SVGMarkerElement native
static final int SVG_MARKER_ORIENT_UNKNOWN = 0;
- SVGAnimatedLengthJS get markerHeight() native "return this.markerHeight;";
+ SVGAnimatedLengthJs get markerHeight() native "return this.markerHeight;";
- SVGAnimatedEnumerationJS get markerUnits() native "return this.markerUnits;";
+ SVGAnimatedEnumerationJs get markerUnits() native "return this.markerUnits;";
- SVGAnimatedLengthJS get markerWidth() native "return this.markerWidth;";
+ SVGAnimatedLengthJs get markerWidth() native "return this.markerWidth;";
- SVGAnimatedAngleJS get orientAngle() native "return this.orientAngle;";
+ SVGAnimatedAngleJs get orientAngle() native "return this.orientAngle;";
- SVGAnimatedEnumerationJS get orientType() native "return this.orientType;";
+ SVGAnimatedEnumerationJs get orientType() native "return this.orientType;";
- SVGAnimatedLengthJS get refX() native "return this.refX;";
+ SVGAnimatedLengthJs get refX() native "return this.refX;";
- SVGAnimatedLengthJS get refY() native "return this.refY;";
+ SVGAnimatedLengthJs get refY() native "return this.refY;";
- void setOrientToAngle(SVGAngleJS angle) native;
+ void setOrientToAngle(SVGAngleJs angle) native;
void setOrientToAuto() native;
@@ -43,19 +43,19 @@ class SVGMarkerElementJS extends SVGElementJS implements SVGMarkerElement native
// From SVGExternalResourcesRequired
- SVGAnimatedBooleanJS get externalResourcesRequired() native "return this.externalResourcesRequired;";
+ SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;";
// From SVGStylable
- SVGAnimatedStringJS get className() native "return this.className;";
+ SVGAnimatedStringJs get className() native "return this.className;";
- CSSStyleDeclarationJS get style() native "return this.style;";
+ CSSStyleDeclarationJs get style() native "return this.style;";
- CSSValueJS getPresentationAttribute(String name) native;
+ CSSValueJs getPresentationAttribute(String name) native;
// From SVGFitToViewBox
- SVGAnimatedPreserveAspectRatioJS get preserveAspectRatio() native "return this.preserveAspectRatio;";
+ SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return this.preserveAspectRatio;";
- SVGAnimatedRectJS get viewBox() native "return this.viewBox;";
+ SVGAnimatedRectJs get viewBox() native "return this.viewBox;";
}
« no previous file with comments | « client/dom/generated/src/frog/SVGMPathElement.dart ('k') | client/dom/generated/src/frog/SVGMaskElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698