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

Unified Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 11419300: Dartifying dart:html type names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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: sdk/lib/svg/dartium/svg_dartium.dart
diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart
index 860baf9bd549548b40e9b8770bf123c1a118ddc2..2a1fd6e1161f05560bc8c1f83f3e96f55ce48099 100644
--- a/sdk/lib/svg/dartium/svg_dartium.dart
+++ b/sdk/lib/svg/dartium/svg_dartium.dart
@@ -116,11 +116,11 @@ class AElement extends SvgElement implements Transformable, Tests, UriReference,
/** @domName SVGAElement.style */
- CSSStyleDeclaration get style native "SVGAElement_style_Getter";
+ CssStyleDeclaration get style native "SVGAElement_style_Getter";
/** @domName SVGAElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGAElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGAElement_getPresentationAttribute_Callback";
/** @domName SVGAElement.requiredExtensions */
@@ -973,11 +973,11 @@ class CircleElement extends SvgElement implements Transformable, Tests, Stylable
/** @domName SVGCircleElement.style */
- CSSStyleDeclaration get style native "SVGCircleElement_style_Getter";
+ CssStyleDeclaration get style native "SVGCircleElement_style_Getter";
/** @domName SVGCircleElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGCircleElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGCircleElement_getPresentationAttribute_Callback";
/** @domName SVGCircleElement.requiredExtensions */
@@ -1067,11 +1067,11 @@ class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
/** @domName SVGClipPathElement.style */
- CSSStyleDeclaration get style native "SVGClipPathElement_style_Getter";
+ CssStyleDeclaration get style native "SVGClipPathElement_style_Getter";
/** @domName SVGClipPathElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGClipPathElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGClipPathElement_getPresentationAttribute_Callback";
/** @domName SVGClipPathElement.requiredExtensions */
@@ -1102,7 +1102,7 @@ class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
/// @domName SVGColor
-class Color extends CSSValue {
+class Color extends CssValue {
Color.internal(): super.internal();
static const int SVG_COLORTYPE_CURRENTCOLOR = 3;
@@ -1119,7 +1119,7 @@ class Color extends CSSValue {
/** @domName SVGColor.rgbColor */
- RGBColor get rgbColor native "SVGColor_rgbColor_Getter";
+ RgbColor get rgbColor native "SVGColor_rgbColor_Getter";
/** @domName SVGColor.setColor */
@@ -1295,11 +1295,11 @@ class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
/** @domName SVGDefsElement.style */
- CSSStyleDeclaration get style native "SVGDefsElement_style_Getter";
+ CssStyleDeclaration get style native "SVGDefsElement_style_Getter";
/** @domName SVGDefsElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGDefsElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGDefsElement_getPresentationAttribute_Callback";
/** @domName SVGDefsElement.requiredExtensions */
@@ -1357,11 +1357,11 @@ class DescElement extends SvgElement implements Stylable, LangSpace {
/** @domName SVGDescElement.style */
- CSSStyleDeclaration get style native "SVGDescElement_style_Getter";
+ CssStyleDeclaration get style native "SVGDescElement_style_Getter";
/** @domName SVGDescElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGDescElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGDescElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -1575,11 +1575,11 @@ class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
/** @domName SVGEllipseElement.style */
- CSSStyleDeclaration get style native "SVGEllipseElement_style_Getter";
+ CssStyleDeclaration get style native "SVGEllipseElement_style_Getter";
/** @domName SVGEllipseElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGEllipseElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGEllipseElement_getPresentationAttribute_Callback";
/** @domName SVGEllipseElement.requiredExtensions */
@@ -1679,11 +1679,11 @@ class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
/** @domName SVGFEBlendElement.style */
- CSSStyleDeclaration get style native "SVGFEBlendElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEBlendElement_style_Getter";
/** @domName SVGFEBlendElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -1745,11 +1745,11 @@ class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
/** @domName SVGFEColorMatrixElement.style */
- CSSStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter";
/** @domName SVGFEColorMatrixElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -1793,11 +1793,11 @@ class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
/** @domName SVGFEComponentTransferElement.style */
- CSSStyleDeclaration get style native "SVGFEComponentTransferElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEComponentTransferElement_style_Getter";
/** @domName SVGFEComponentTransferElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEComponentTransferElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEComponentTransferElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -1879,11 +1879,11 @@ class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
/** @domName SVGFECompositeElement.style */
- CSSStyleDeclaration get style native "SVGFECompositeElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFECompositeElement_style_Getter";
/** @domName SVGFECompositeElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFECompositeElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFECompositeElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -1979,11 +1979,11 @@ class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
/** @domName SVGFEConvolveMatrixElement.style */
- CSSStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter";
/** @domName SVGFEConvolveMatrixElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2043,11 +2043,11 @@ class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
/** @domName SVGFEDiffuseLightingElement.style */
- CSSStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter";
/** @domName SVGFEDiffuseLightingElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2117,11 +2117,11 @@ class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
/** @domName SVGFEDisplacementMapElement.style */
- CSSStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter";
/** @domName SVGFEDisplacementMapElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEDisplacementMapElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEDisplacementMapElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2205,11 +2205,11 @@ class FEDropShadowElement extends SvgElement implements FilterPrimitiveStandardA
/** @domName SVGFEDropShadowElement.style */
- CSSStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter";
/** @domName SVGFEDropShadowElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2249,11 +2249,11 @@ class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
/** @domName SVGFEFloodElement.style */
- CSSStyleDeclaration get style native "SVGFEFloodElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEFloodElement_style_Getter";
/** @domName SVGFEFloodElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2357,11 +2357,11 @@ class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
/** @domName SVGFEGaussianBlurElement.style */
- CSSStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter";
/** @domName SVGFEGaussianBlurElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2425,11 +2425,11 @@ class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
/** @domName SVGFEImageElement.style */
- CSSStyleDeclaration get style native "SVGFEImageElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEImageElement_style_Getter";
/** @domName SVGFEImageElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEImageElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEImageElement_getPresentationAttribute_Callback";
/** @domName SVGFEImageElement.href */
@@ -2473,11 +2473,11 @@ class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
/** @domName SVGFEMergeElement.style */
- CSSStyleDeclaration get style native "SVGFEMergeElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEMergeElement_style_Getter";
/** @domName SVGFEMergeElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2559,11 +2559,11 @@ class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
/** @domName SVGFEMorphologyElement.style */
- CSSStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter";
/** @domName SVGFEMorphologyElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2615,11 +2615,11 @@ class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
/** @domName SVGFEOffsetElement.style */
- CSSStyleDeclaration get style native "SVGFEOffsetElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFEOffsetElement_style_Getter";
/** @domName SVGFEOffsetElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2699,11 +2699,11 @@ class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
/** @domName SVGFESpecularLightingElement.style */
- CSSStyleDeclaration get style native "SVGFESpecularLightingElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFESpecularLightingElement_style_Getter";
/** @domName SVGFESpecularLightingElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFESpecularLightingElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFESpecularLightingElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2791,11 +2791,11 @@ class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
/** @domName SVGFETileElement.style */
- CSSStyleDeclaration get style native "SVGFETileElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFETileElement_style_Getter";
/** @domName SVGFETileElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFETileElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFETileElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2871,11 +2871,11 @@ class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
/** @domName SVGFETurbulenceElement.style */
- CSSStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter";
/** @domName SVGFETurbulenceElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -2953,11 +2953,11 @@ class FilterElement extends SvgElement implements UriReference, ExternalResource
/** @domName SVGFilterElement.style */
- CSSStyleDeclaration get style native "SVGFilterElement_style_Getter";
+ CssStyleDeclaration get style native "SVGFilterElement_style_Getter";
/** @domName SVGFilterElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFilterElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFilterElement_getPresentationAttribute_Callback";
/** @domName SVGFilterElement.href */
@@ -3001,11 +3001,11 @@ class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 impleme
/** @domName SVGFilterPrimitiveStandardAttributes.style */
- CSSStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_style_Getter";
+ CssStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_style_Getter";
/** @domName SVGFilterPrimitiveStandardAttributes.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStandardAttributes_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStandardAttributes_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -3191,11 +3191,11 @@ class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
/** @domName SVGForeignObjectElement.style */
- CSSStyleDeclaration get style native "SVGForeignObjectElement_style_Getter";
+ CssStyleDeclaration get style native "SVGForeignObjectElement_style_Getter";
/** @domName SVGForeignObjectElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGForeignObjectElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGForeignObjectElement_getPresentationAttribute_Callback";
/** @domName SVGForeignObjectElement.requiredExtensions */
@@ -3281,11 +3281,11 @@ class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
/** @domName SVGGElement.style */
- CSSStyleDeclaration get style native "SVGGElement_style_Getter";
+ CssStyleDeclaration get style native "SVGGElement_style_Getter";
/** @domName SVGGElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGGElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGGElement_getPresentationAttribute_Callback";
/** @domName SVGGElement.requiredExtensions */
@@ -3387,11 +3387,11 @@ class GlyphRefElement extends SvgElement implements UriReference, Stylable {
/** @domName SVGGlyphRefElement.style */
- CSSStyleDeclaration get style native "SVGGlyphRefElement_style_Getter";
+ CssStyleDeclaration get style native "SVGGlyphRefElement_style_Getter";
/** @domName SVGGlyphRefElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getPresentationAttribute_Callback";
/** @domName SVGGlyphRefElement.href */
@@ -3439,11 +3439,11 @@ class GradientElement extends SvgElement implements UriReference, ExternalResour
/** @domName SVGGradientElement.style */
- CSSStyleDeclaration get style native "SVGGradientElement_style_Getter";
+ CssStyleDeclaration get style native "SVGGradientElement_style_Getter";
/** @domName SVGGradientElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGGradientElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGGradientElement_getPresentationAttribute_Callback";
/** @domName SVGGradientElement.href */
@@ -3547,11 +3547,11 @@ class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
/** @domName SVGImageElement.style */
- CSSStyleDeclaration get style native "SVGImageElement_style_Getter";
+ CssStyleDeclaration get style native "SVGImageElement_style_Getter";
/** @domName SVGImageElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGImageElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGImageElement_getPresentationAttribute_Callback";
/** @domName SVGImageElement.requiredExtensions */
@@ -3884,11 +3884,11 @@ class LineElement extends SvgElement implements Transformable, Tests, Stylable,
/** @domName SVGLineElement.style */
- CSSStyleDeclaration get style native "SVGLineElement_style_Getter";
+ CssStyleDeclaration get style native "SVGLineElement_style_Getter";
/** @domName SVGLineElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGLineElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGLineElement_getPresentationAttribute_Callback";
/** @domName SVGLineElement.requiredExtensions */
@@ -4094,11 +4094,11 @@ class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
/** @domName SVGMarkerElement.style */
- CSSStyleDeclaration get style native "SVGMarkerElement_style_Getter";
+ CssStyleDeclaration get style native "SVGMarkerElement_style_Getter";
/** @domName SVGMarkerElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGMarkerElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGMarkerElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -4164,11 +4164,11 @@ class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
/** @domName SVGMaskElement.style */
- CSSStyleDeclaration get style native "SVGMaskElement_style_Getter";
+ CssStyleDeclaration get style native "SVGMaskElement_style_Getter";
/** @domName SVGMaskElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGMaskElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGMaskElement_getPresentationAttribute_Callback";
/** @domName SVGMaskElement.requiredExtensions */
@@ -4683,11 +4683,11 @@ class PathElement extends SvgElement implements Transformable, Tests, Stylable,
/** @domName SVGPathElement.style */
- CSSStyleDeclaration get style native "SVGPathElement_style_Getter";
+ CssStyleDeclaration get style native "SVGPathElement_style_Getter";
/** @domName SVGPathElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGPathElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGPathElement_getPresentationAttribute_Callback";
/** @domName SVGPathElement.requiredExtensions */
@@ -5666,11 +5666,11 @@ class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
/** @domName SVGPatternElement.style */
- CSSStyleDeclaration get style native "SVGPatternElement_style_Getter";
+ CssStyleDeclaration get style native "SVGPatternElement_style_Getter";
/** @domName SVGPatternElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGPatternElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGPatternElement_getPresentationAttribute_Callback";
/** @domName SVGPatternElement.requiredExtensions */
@@ -5840,11 +5840,11 @@ class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
/** @domName SVGPolygonElement.style */
- CSSStyleDeclaration get style native "SVGPolygonElement_style_Getter";
+ CssStyleDeclaration get style native "SVGPolygonElement_style_Getter";
/** @domName SVGPolygonElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGPolygonElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGPolygonElement_getPresentationAttribute_Callback";
/** @domName SVGPolygonElement.requiredExtensions */
@@ -5938,11 +5938,11 @@ class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
/** @domName SVGPolylineElement.style */
- CSSStyleDeclaration get style native "SVGPolylineElement_style_Getter";
+ CssStyleDeclaration get style native "SVGPolylineElement_style_Getter";
/** @domName SVGPolylineElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGPolylineElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGPolylineElement_getPresentationAttribute_Callback";
/** @domName SVGPolylineElement.requiredExtensions */
@@ -6190,11 +6190,11 @@ class RectElement extends SvgElement implements Transformable, Tests, Stylable,
/** @domName SVGRectElement.style */
- CSSStyleDeclaration get style native "SVGRectElement_style_Getter";
+ CssStyleDeclaration get style native "SVGRectElement_style_Getter";
/** @domName SVGRectElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGRectElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGRectElement_getPresentationAttribute_Callback";
/** @domName SVGRectElement.requiredExtensions */
@@ -6308,11 +6308,11 @@ class StopElement extends SvgElement implements Stylable {
/** @domName SVGStopElement.style */
- CSSStyleDeclaration get style native "SVGStopElement_style_Getter";
+ CssStyleDeclaration get style native "SVGStopElement_style_Getter";
/** @domName SVGStopElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGStopElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGStopElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -6461,11 +6461,11 @@ class Stylable extends NativeFieldWrapperClass1 {
/** @domName SVGStylable.style */
- CSSStyleDeclaration get style native "SVGStylable_style_Getter";
+ CssStyleDeclaration get style native "SVGStylable_style_Getter";
/** @domName SVGStylable.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGStylable_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGStylable_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -6929,11 +6929,11 @@ class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable,
/** @domName SVGSVGElement.style */
- CSSStyleDeclaration get style native "SVGSVGElement_style_Getter";
+ CssStyleDeclaration get style native "SVGSVGElement_style_Getter";
/** @domName SVGSVGElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGSVGElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGSVGElement_getPresentationAttribute_Callback";
/** @domName SVGSVGElement.requiredExtensions */
@@ -7023,11 +7023,11 @@ class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
/** @domName SVGSwitchElement.style */
- CSSStyleDeclaration get style native "SVGSwitchElement_style_Getter";
+ CssStyleDeclaration get style native "SVGSwitchElement_style_Getter";
/** @domName SVGSwitchElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGSwitchElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGSwitchElement_getPresentationAttribute_Callback";
/** @domName SVGSwitchElement.requiredExtensions */
@@ -7097,11 +7097,11 @@ class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
/** @domName SVGSymbolElement.style */
- CSSStyleDeclaration get style native "SVGSymbolElement_style_Getter";
+ CssStyleDeclaration get style native "SVGSymbolElement_style_Getter";
/** @domName SVGSymbolElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGSymbolElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGSymbolElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -7251,11 +7251,11 @@ class TextContentElement extends SvgElement implements Tests, Stylable, External
/** @domName SVGTextContentElement.style */
- CSSStyleDeclaration get style native "SVGTextContentElement_style_Getter";
+ CssStyleDeclaration get style native "SVGTextContentElement_style_Getter";
/** @domName SVGTextContentElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGTextContentElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGTextContentElement_getPresentationAttribute_Callback";
/** @domName SVGTextContentElement.requiredExtensions */
@@ -7423,11 +7423,11 @@ class TitleElement extends SvgElement implements Stylable, LangSpace {
/** @domName SVGTitleElement.style */
- CSSStyleDeclaration get style native "SVGTitleElement_style_Getter";
+ CssStyleDeclaration get style native "SVGTitleElement_style_Getter";
/** @domName SVGTitleElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGTitleElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGTitleElement_getPresentationAttribute_Callback";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -7790,11 +7790,11 @@ class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
/** @domName SVGUseElement.style */
- CSSStyleDeclaration get style native "SVGUseElement_style_Getter";
+ CssStyleDeclaration get style native "SVGUseElement_style_Getter";
/** @domName SVGUseElement.getPresentationAttribute */
- CSSValue getPresentationAttribute(String name) native "SVGUseElement_getPresentationAttribute_Callback";
+ CssValue getPresentationAttribute(String name) native "SVGUseElement_getPresentationAttribute_Callback";
/** @domName SVGUseElement.requiredExtensions */

Powered by Google App Engine
This is Rietveld 408576698