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

Unified Diff: lib/html/dart2js/html_dart2js.dart

Issue 11276062: Emit secondary members in the fixed order. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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:
Download patch
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dart2js/html_dart2js.dart
diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
index 022423d9689d45c72beedbfc5ea2a295b8a06922..5a83f6ac77d1ae8ef292933cbb587fe59ae46915 100644
--- a/lib/html/dart2js/html_dart2js.dart
+++ b/lib/html/dart2js/html_dart2js.dart
@@ -24132,29 +24132,29 @@ class _SVGAElementImpl extends _SVGElementImpl implements SVGAElement native "*S
final _SVGAnimatedStringImpl target;
- // From SVGURIReference
+ // From SVGExternalResourcesRequired
- final _SVGAnimatedStringImpl href;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
- // From SVGTests
+ // From SVGLangSpace
- final _SVGStringListImpl requiredExtensions;
+ String xmllang;
- final _SVGStringListImpl requiredFeatures;
+ String xmlspace;
- final _SVGStringListImpl systemLanguage;
+ // From SVGLocatable
- bool hasExtension(String extension) native;
+ final _SVGElementImpl farthestViewportElement;
- // From SVGLangSpace
+ final _SVGElementImpl nearestViewportElement;
- String xmllang;
+ _SVGRectImpl getBBox() native;
- String xmlspace;
+ _SVGMatrixImpl getCTM() native;
- // From SVGExternalResourcesRequired
+ _SVGMatrixImpl getScreenCTM() native;
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -24165,23 +24165,23 @@ class _SVGAElementImpl extends _SVGElementImpl implements SVGAElement native "*S
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
+ // From SVGTests
- final _SVGAnimatedTransformListImpl transform;
+ final _SVGStringListImpl requiredExtensions;
- // From SVGLocatable
+ final _SVGStringListImpl requiredFeatures;
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl systemLanguage;
- final _SVGElementImpl nearestViewportElement;
+ bool hasExtension(String extension) native;
- _SVGRectImpl getBBox() native;
+ // From SVGTransformable
- _SVGMatrixImpl getCTM() native;
+ final _SVGAnimatedTransformListImpl transform;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGURIReference
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -24878,29 +24878,29 @@ class _SVGAnimationElementImpl extends _SVGElementImpl implements SVGAnimationEl
num getStartTime() native;
- // From SVGTests
+ // From ElementTimeControl
- final _SVGStringListImpl requiredExtensions;
+ void beginElement() native;
- final _SVGStringListImpl requiredFeatures;
+ void beginElementAt(num offset) native;
- final _SVGStringListImpl systemLanguage;
+ void endElement() native;
- bool hasExtension(String extension) native;
+ void endElementAt(num offset) native;
// From SVGExternalResourcesRequired
final _SVGAnimatedBooleanImpl externalResourcesRequired;
- // From ElementTimeControl
+ // From SVGTests
- void beginElement() native;
+ final _SVGStringListImpl requiredExtensions;
- void beginElementAt(num offset) native;
+ final _SVGStringListImpl requiredFeatures;
- void endElement() native;
+ final _SVGStringListImpl systemLanguage;
- void endElementAt(num offset) native;
+ bool hasExtension(String extension) native;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -24929,15 +24929,9 @@ class _SVGCircleElementImpl extends _SVGElementImpl implements SVGCircleElement
final _SVGAnimatedLengthImpl r;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -24945,9 +24939,19 @@ class _SVGCircleElementImpl extends _SVGElementImpl implements SVGCircleElement
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -24958,23 +24962,19 @@ class _SVGCircleElementImpl extends _SVGElementImpl implements SVGCircleElement
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -24993,15 +24993,9 @@ class _SVGClipPathElementImpl extends _SVGElementImpl implements SVGClipPathElem
final _SVGAnimatedEnumerationImpl clipPathUnits;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -25009,9 +25003,19 @@ class _SVGClipPathElementImpl extends _SVGElementImpl implements SVGClipPathElem
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -25022,23 +25026,19 @@ class _SVGClipPathElementImpl extends _SVGElementImpl implements SVGClipPathElem
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -25166,9 +25166,9 @@ class _SVGCursorElementImpl extends _SVGElementImpl implements SVGCursorElement
final _SVGAnimatedLengthImpl y;
- // From SVGURIReference
+ // From SVGExternalResourcesRequired
- final _SVGAnimatedStringImpl href;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGTests
@@ -25180,9 +25180,9 @@ class _SVGCursorElementImpl extends _SVGElementImpl implements SVGCursorElement
bool hasExtension(String extension) native;
- // From SVGExternalResourcesRequired
+ // From SVGURIReference
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -25196,15 +25196,9 @@ abstract class SVGDefsElement implements SVGElement, SVGTests, SVGLangSpace, SVG
class _SVGDefsElementImpl extends _SVGElementImpl implements SVGDefsElement native "*SVGDefsElement" {
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -25212,9 +25206,19 @@ class _SVGDefsElementImpl extends _SVGElementImpl implements SVGDefsElement nati
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -25225,23 +25229,19 @@ class _SVGDefsElementImpl extends _SVGElementImpl implements SVGDefsElement nati
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -25737,15 +25737,9 @@ class _SVGEllipseElementImpl extends _SVGElementImpl implements SVGEllipseElemen
final _SVGAnimatedLengthImpl ry;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -25753,9 +25747,19 @@ class _SVGEllipseElementImpl extends _SVGElementImpl implements SVGEllipseElemen
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -25766,23 +25770,19 @@ class _SVGEllipseElementImpl extends _SVGElementImpl implements SVGEllipseElemen
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -26535,16 +26535,6 @@ class _SVGFEImageElementImpl extends _SVGElementImpl implements SVGFEImageElemen
final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
- // From SVGURIReference
-
- final _SVGAnimatedStringImpl href;
-
- // From SVGLangSpace
-
- String xmllang;
-
- String xmlspace;
-
// From SVGExternalResourcesRequired
final _SVGAnimatedBooleanImpl externalResourcesRequired;
@@ -26561,6 +26551,12 @@ class _SVGFEImageElementImpl extends _SVGElementImpl implements SVGFEImageElemen
final _SVGAnimatedLengthImpl y;
+ // From SVGLangSpace
+
+ String xmllang;
+
+ String xmlspace;
+
// From SVGStylable
_SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
@@ -26569,8 +26565,12 @@ class _SVGFEImageElementImpl extends _SVGElementImpl implements SVGFEImageElemen
// final _CSSStyleDeclarationImpl style;
_CSSValueImpl getPresentationAttribute(String name) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+
+ // From SVGURIReference
+
+ final _SVGAnimatedStringImpl href;
+}
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -27034,9 +27034,9 @@ class _SVGFilterElementImpl extends _SVGElementImpl implements SVGFilterElement
void setFilterRes(int filterResX, int filterResY) native;
- // From SVGURIReference
+ // From SVGExternalResourcesRequired
- final _SVGAnimatedStringImpl href;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -27044,10 +27044,6 @@ class _SVGFilterElementImpl extends _SVGElementImpl implements SVGFilterElement
String xmlspace;
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
-
// From SVGStylable
_SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
@@ -27056,6 +27052,10 @@ class _SVGFilterElementImpl extends _SVGElementImpl implements SVGFilterElement
// final _CSSStyleDeclarationImpl style;
_CSSValueImpl getPresentationAttribute(String name) native;
+
+ // From SVGURIReference
+
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27200,15 +27200,9 @@ class _SVGForeignObjectElementImpl extends _SVGElementImpl implements SVGForeign
final _SVGAnimatedLengthImpl y;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -27216,9 +27210,19 @@ class _SVGForeignObjectElementImpl extends _SVGElementImpl implements SVGForeign
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -27229,23 +27233,19 @@ class _SVGForeignObjectElementImpl extends _SVGElementImpl implements SVGForeign
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27259,15 +27259,9 @@ abstract class SVGGElement implements SVGElement, SVGTests, SVGLangSpace, SVGExt
class _SVGGElementImpl extends _SVGElementImpl implements SVGGElement native "*SVGGElement" {
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -27275,9 +27269,19 @@ class _SVGGElementImpl extends _SVGElementImpl implements SVGGElement native "*S
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -27288,23 +27292,19 @@ class _SVGGElementImpl extends _SVGElementImpl implements SVGGElement native "*S
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27360,10 +27360,6 @@ class _SVGGlyphRefElementImpl extends _SVGElementImpl implements SVGGlyphRefElem
num y;
- // From SVGURIReference
-
- final _SVGAnimatedStringImpl href;
-
// From SVGStylable
_SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
@@ -27372,6 +27368,10 @@ class _SVGGlyphRefElementImpl extends _SVGElementImpl implements SVGGlyphRefElem
// final _CSSStyleDeclarationImpl style;
_CSSValueImpl getPresentationAttribute(String name) native;
+
+ // From SVGURIReference
+
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27408,10 +27408,6 @@ class _SVGGradientElementImpl extends _SVGElementImpl implements SVGGradientElem
final _SVGAnimatedEnumerationImpl spreadMethod;
- // From SVGURIReference
-
- final _SVGAnimatedStringImpl href;
-
// From SVGExternalResourcesRequired
final _SVGAnimatedBooleanImpl externalResourcesRequired;
@@ -27424,6 +27420,10 @@ class _SVGGradientElementImpl extends _SVGElementImpl implements SVGGradientElem
// final _CSSStyleDeclarationImpl style;
_CSSValueImpl getPresentationAttribute(String name) native;
+
+ // From SVGURIReference
+
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27474,29 +27474,29 @@ class _SVGImageElementImpl extends _SVGElementImpl implements SVGImageElement na
final _SVGAnimatedLengthImpl y;
- // From SVGURIReference
+ // From SVGExternalResourcesRequired
- final _SVGAnimatedStringImpl href;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
- // From SVGTests
+ // From SVGLangSpace
- final _SVGStringListImpl requiredExtensions;
+ String xmllang;
- final _SVGStringListImpl requiredFeatures;
+ String xmlspace;
- final _SVGStringListImpl systemLanguage;
+ // From SVGLocatable
- bool hasExtension(String extension) native;
+ final _SVGElementImpl farthestViewportElement;
- // From SVGLangSpace
+ final _SVGElementImpl nearestViewportElement;
- String xmllang;
+ _SVGRectImpl getBBox() native;
- String xmlspace;
+ _SVGMatrixImpl getCTM() native;
- // From SVGExternalResourcesRequired
+ _SVGMatrixImpl getScreenCTM() native;
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -27507,23 +27507,23 @@ class _SVGImageElementImpl extends _SVGElementImpl implements SVGImageElement na
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
+ // From SVGTests
- final _SVGAnimatedTransformListImpl transform;
+ final _SVGStringListImpl requiredExtensions;
- // From SVGLocatable
+ final _SVGStringListImpl requiredFeatures;
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl systemLanguage;
- final _SVGElementImpl nearestViewportElement;
+ bool hasExtension(String extension) native;
- _SVGRectImpl getBBox() native;
+ // From SVGTransformable
- _SVGMatrixImpl getCTM() native;
+ final _SVGAnimatedTransformListImpl transform;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGURIReference
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27771,15 +27771,9 @@ class _SVGLineElementImpl extends _SVGElementImpl implements SVGLineElement nati
final _SVGAnimatedLengthImpl y2;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -27787,9 +27781,19 @@ class _SVGLineElementImpl extends _SVGElementImpl implements SVGLineElement nati
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -27800,23 +27804,19 @@ class _SVGLineElementImpl extends _SVGElementImpl implements SVGLineElement nati
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27889,13 +27889,13 @@ abstract class SVGMPathElement implements SVGElement, SVGURIReference, SVGExtern
class _SVGMPathElementImpl extends _SVGElementImpl implements SVGMPathElement native "*SVGMPathElement" {
- // From SVGURIReference
-
- final _SVGAnimatedStringImpl href;
-
// From SVGExternalResourcesRequired
final _SVGAnimatedBooleanImpl externalResourcesRequired;
+
+ // From SVGURIReference
+
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27966,16 +27966,22 @@ class _SVGMarkerElementImpl extends _SVGElementImpl implements SVGMarkerElement
void setOrientToAuto() native;
+ // From SVGExternalResourcesRequired
+
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
+
+ // From SVGFitToViewBox
+
+ final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
+
+ final _SVGAnimatedRectImpl viewBox;
+
// From SVGLangSpace
String xmllang;
String xmlspace;
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
-
// From SVGStylable
_SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
@@ -27984,12 +27990,6 @@ class _SVGMarkerElementImpl extends _SVGElementImpl implements SVGMarkerElement
// final _CSSStyleDeclarationImpl style;
_CSSValueImpl getPresentationAttribute(String name) native;
-
- // From SVGFitToViewBox
-
- final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
-
- final _SVGAnimatedRectImpl viewBox;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -28033,15 +28033,9 @@ class _SVGMaskElementImpl extends _SVGElementImpl implements SVGMaskElement nati
final _SVGAnimatedLengthImpl y;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -28049,10 +28043,6 @@ class _SVGMaskElementImpl extends _SVGElementImpl implements SVGMaskElement nati
String xmlspace;
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
-
// From SVGStylable
_SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
@@ -28061,6 +28051,16 @@ class _SVGMaskElementImpl extends _SVGElementImpl implements SVGMaskElement nati
// final _CSSStyleDeclarationImpl style;
_CSSValueImpl getPresentationAttribute(String name) native;
+
+ // From SVGTests
+
+ final _SVGStringListImpl requiredExtensions;
+
+ final _SVGStringListImpl requiredFeatures;
+
+ final _SVGStringListImpl systemLanguage;
+
+ bool hasExtension(String extension) native;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -28534,15 +28534,9 @@ class _SVGPathElementImpl extends _SVGElementImpl implements SVGPathElement nati
num getTotalLength() native;
- // From SVGTests
+ // From SVGExternalResourcesRequired
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
-
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -28550,9 +28544,19 @@ class _SVGPathElementImpl extends _SVGElementImpl implements SVGPathElement nati
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -28563,23 +28567,19 @@ class _SVGPathElementImpl extends _SVGElementImpl implements SVGPathElement nati
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -29343,19 +29343,15 @@ class _SVGPatternElementImpl extends _SVGElementImpl implements SVGPatternElemen
final _SVGAnimatedLengthImpl y;
- // From SVGURIReference
-
- final _SVGAnimatedStringImpl href;
-
- // From SVGTests
+ // From SVGExternalResourcesRequired
- final _SVGStringListImpl requiredExtensions;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
- final _SVGStringListImpl requiredFeatures;
+ // From SVGFitToViewBox
- final _SVGStringListImpl systemLanguage;
+ final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
- bool hasExtension(String extension) native;
+ final _SVGAnimatedRectImpl viewBox;
// From SVGLangSpace
@@ -29363,10 +29359,6 @@ class _SVGPatternElementImpl extends _SVGElementImpl implements SVGPatternElemen
String xmlspace;
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
-
// From SVGStylable
_SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
@@ -29376,11 +29368,19 @@ class _SVGPatternElementImpl extends _SVGElementImpl implements SVGPatternElemen
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGFitToViewBox
+ // From SVGTests
- final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGAnimatedRectImpl viewBox;
+ final _SVGStringListImpl requiredFeatures;
+
+ final _SVGStringListImpl systemLanguage;
+
+ bool hasExtension(String extension) native;
+
+ // From SVGURIReference
+
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -29483,15 +29483,9 @@ class _SVGPolygonElementImpl extends _SVGElementImpl implements SVGPolygonElemen
final _SVGPointListImpl points;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -29499,9 +29493,19 @@ class _SVGPolygonElementImpl extends _SVGElementImpl implements SVGPolygonElemen
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -29512,23 +29516,19 @@ class _SVGPolygonElementImpl extends _SVGElementImpl implements SVGPolygonElemen
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -29552,15 +29552,9 @@ class _SVGPolylineElementImpl extends _SVGElementImpl implements SVGPolylineElem
final _SVGPointListImpl points;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -29568,9 +29562,19 @@ class _SVGPolylineElementImpl extends _SVGElementImpl implements SVGPolylineElem
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -29581,23 +29585,19 @@ class _SVGPolylineElementImpl extends _SVGElementImpl implements SVGPolylineElem
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -29754,15 +29754,9 @@ class _SVGRectElementImpl extends _SVGElementImpl implements SVGRectElement nati
final _SVGAnimatedLengthImpl y;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -29770,9 +29764,19 @@ class _SVGRectElementImpl extends _SVGElementImpl implements SVGRectElement nati
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -29783,23 +29787,19 @@ class _SVGRectElementImpl extends _SVGElementImpl implements SVGRectElement nati
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
class _SVGRectImpl implements SVGRect native "*SVGRect" {
@@ -30040,15 +30040,15 @@ class _SVGSVGElementImpl extends _SVGElementImpl implements SVGSVGElement native
void unsuspendRedrawAll() native;
- // From SVGTests
+ // From SVGExternalResourcesRequired
- final _SVGStringListImpl requiredExtensions;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
- final _SVGStringListImpl requiredFeatures;
+ // From SVGFitToViewBox
- final _SVGStringListImpl systemLanguage;
+ final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
- bool hasExtension(String extension) native;
+ final _SVGAnimatedRectImpl viewBox;
// From SVGLangSpace
@@ -30056,19 +30056,6 @@ class _SVGSVGElementImpl extends _SVGElementImpl implements SVGSVGElement native
String xmlspace;
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
-
- // From SVGStylable
-
- _SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
-
- // Use implementation from Element.
- // final _CSSStyleDeclarationImpl style;
-
- _CSSValueImpl getPresentationAttribute(String name) native;
-
// From SVGLocatable
final _SVGElementImpl farthestViewportElement;
@@ -30083,11 +30070,24 @@ class _SVGSVGElementImpl extends _SVGElementImpl implements SVGSVGElement native
_SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
- // From SVGFitToViewBox
+ // From SVGStylable
- final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
+ _SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
- final _SVGAnimatedRectImpl viewBox;
+ // Use implementation from Element.
+ // final _CSSStyleDeclarationImpl style;
+
+ _CSSValueImpl getPresentationAttribute(String name) native;
+
+ // From SVGTests
+
+ final _SVGStringListImpl requiredExtensions;
+
+ final _SVGStringListImpl requiredFeatures;
+
+ final _SVGStringListImpl systemLanguage;
+
+ bool hasExtension(String extension) native;
// From SVGZoomAndPan
@@ -30110,13 +30110,13 @@ class _SVGScriptElementImpl extends _SVGElementImpl implements SVGScriptElement
String type;
- // From SVGURIReference
-
- final _SVGAnimatedStringImpl href;
-
// From SVGExternalResourcesRequired
final _SVGAnimatedBooleanImpl externalResourcesRequired;
+
+ // From SVGURIReference
+
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -30364,15 +30364,9 @@ abstract class SVGSwitchElement implements SVGElement, SVGTests, SVGLangSpace, S
class _SVGSwitchElementImpl extends _SVGElementImpl implements SVGSwitchElement native "*SVGSwitchElement" {
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -30380,9 +30374,19 @@ class _SVGSwitchElementImpl extends _SVGElementImpl implements SVGSwitchElement
String xmlspace;
- // From SVGExternalResourcesRequired
+ // From SVGLocatable
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ final _SVGElementImpl farthestViewportElement;
+
+ final _SVGElementImpl nearestViewportElement;
+
+ _SVGRectImpl getBBox() native;
+
+ _SVGMatrixImpl getCTM() native;
+
+ _SVGMatrixImpl getScreenCTM() native;
+
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -30393,23 +30397,19 @@ class _SVGSwitchElementImpl extends _SVGElementImpl implements SVGSwitchElement
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
- // From SVGLocatable
+ // From SVGTests
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl requiredExtensions;
- final _SVGElementImpl nearestViewportElement;
+ final _SVGStringListImpl requiredFeatures;
- _SVGRectImpl getBBox() native;
+ final _SVGStringListImpl systemLanguage;
- _SVGMatrixImpl getCTM() native;
+ bool hasExtension(String extension) native;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGTransformable
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -30423,16 +30423,22 @@ abstract class SVGSymbolElement implements SVGElement, SVGLangSpace, SVGExternal
class _SVGSymbolElementImpl extends _SVGElementImpl implements SVGSymbolElement native "*SVGSymbolElement" {
+ // From SVGExternalResourcesRequired
+
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
+
+ // From SVGFitToViewBox
+
+ final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
+
+ final _SVGAnimatedRectImpl viewBox;
+
// From SVGLangSpace
String xmllang;
String xmlspace;
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
-
// From SVGStylable
_SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
@@ -30441,12 +30447,6 @@ class _SVGSymbolElementImpl extends _SVGElementImpl implements SVGSymbolElement
// final _CSSStyleDeclarationImpl style;
_CSSValueImpl getPresentationAttribute(String name) native;
-
- // From SVGFitToViewBox
-
- final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio;
-
- final _SVGAnimatedRectImpl viewBox;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -30570,15 +30570,9 @@ class _SVGTextContentElementImpl extends _SVGElementImpl implements SVGTextConte
void selectSubString(int offset, int length) native;
- // From SVGTests
-
- final _SVGStringListImpl requiredExtensions;
-
- final _SVGStringListImpl requiredFeatures;
-
- final _SVGStringListImpl systemLanguage;
+ // From SVGExternalResourcesRequired
- bool hasExtension(String extension) native;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
// From SVGLangSpace
@@ -30586,10 +30580,6 @@ class _SVGTextContentElementImpl extends _SVGElementImpl implements SVGTextConte
String xmlspace;
- // From SVGExternalResourcesRequired
-
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
-
// From SVGStylable
_SVGAnimatedStringImpl get $dom_svgClassName => JS("_SVGAnimatedStringImpl", "#.className", this);
@@ -30598,6 +30588,16 @@ class _SVGTextContentElementImpl extends _SVGElementImpl implements SVGTextConte
// final _CSSStyleDeclarationImpl style;
_CSSValueImpl getPresentationAttribute(String name) native;
+
+ // From SVGTests
+
+ final _SVGStringListImpl requiredExtensions;
+
+ final _SVGStringListImpl requiredFeatures;
+
+ final _SVGStringListImpl systemLanguage;
+
+ bool hasExtension(String extension) native;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -30611,10 +30611,6 @@ abstract class SVGTextElement implements SVGTextPositioningElement, SVGTransform
class _SVGTextElementImpl extends _SVGTextPositioningElementImpl implements SVGTextElement native "*SVGTextElement" {
- // From SVGTransformable
-
- final _SVGAnimatedTransformListImpl transform;
-
// From SVGLocatable
final _SVGElementImpl farthestViewportElement;
@@ -30628,6 +30624,10 @@ class _SVGTextElementImpl extends _SVGTextPositioningElementImpl implements SVGT
_SVGMatrixImpl getScreenCTM() native;
_SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+
+ // From SVGTransformable
+
+ final _SVGAnimatedTransformListImpl transform;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -31036,29 +31036,29 @@ class _SVGUseElementImpl extends _SVGElementImpl implements SVGUseElement native
final _SVGAnimatedLengthImpl y;
- // From SVGURIReference
+ // From SVGExternalResourcesRequired
- final _SVGAnimatedStringImpl href;
+ final _SVGAnimatedBooleanImpl externalResourcesRequired;
- // From SVGTests
+ // From SVGLangSpace
- final _SVGStringListImpl requiredExtensions;
+ String xmllang;
- final _SVGStringListImpl requiredFeatures;
+ String xmlspace;
- final _SVGStringListImpl systemLanguage;
+ // From SVGLocatable
- bool hasExtension(String extension) native;
+ final _SVGElementImpl farthestViewportElement;
- // From SVGLangSpace
+ final _SVGElementImpl nearestViewportElement;
- String xmllang;
+ _SVGRectImpl getBBox() native;
- String xmlspace;
+ _SVGMatrixImpl getCTM() native;
- // From SVGExternalResourcesRequired
+ _SVGMatrixImpl getScreenCTM() native;
- final _SVGAnimatedBooleanImpl externalResourcesRequired;
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
// From SVGStylable
@@ -31069,23 +31069,23 @@ class _SVGUseElementImpl extends _SVGElementImpl implements SVGUseElement native
_CSSValueImpl getPresentationAttribute(String name) native;
- // From SVGTransformable
+ // From SVGTests
- final _SVGAnimatedTransformListImpl transform;
+ final _SVGStringListImpl requiredExtensions;
- // From SVGLocatable
+ final _SVGStringListImpl requiredFeatures;
- final _SVGElementImpl farthestViewportElement;
+ final _SVGStringListImpl systemLanguage;
- final _SVGElementImpl nearestViewportElement;
+ bool hasExtension(String extension) native;
- _SVGRectImpl getBBox() native;
+ // From SVGTransformable
- _SVGMatrixImpl getCTM() native;
+ final _SVGAnimatedTransformListImpl transform;
- _SVGMatrixImpl getScreenCTM() native;
+ // From SVGURIReference
- _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native;
+ final _SVGAnimatedStringImpl href;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698