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

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 1763753002: Revert "Changes to tests and status file for the 45 roll w/ regenderated sdk/libs" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * Scalable Vector Graphics: 2 * Scalable Vector Graphics:
3 * Two-dimensional vector graphics with support for events and animation. 3 * Two-dimensional vector graphics with support for events and animation.
4 * 4 *
5 * For details about the features and syntax of SVG, a W3C standard, 5 * For details about the features and syntax of SVG, a W3C standard,
6 * refer to the 6 * refer to the
7 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/). 7 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/).
8 */ 8 */
9 library dart.dom.svg; 9 library dart.dom.svg;
10 10
11 import 'dart:async'; 11 import 'dart:async';
12 import 'dart:collection'; 12 import 'dart:collection';
13 import 'dart:_internal'; 13 import 'dart:_internal';
14 import 'dart:html'; 14 import 'dart:html';
15 import 'dart:html_common'; 15 import 'dart:html_common';
16 import 'dart:nativewrappers'; 16 import 'dart:nativewrappers';
17 import 'dart:_blink' as _blink; 17 import 'dart:_blink' as _blink;
18 import 'dart:js' as js; 18 import 'dart:js' as js;
19 // DO NOT EDIT 19 // DO NOT EDIT
20 // Auto-generated dart:svg library. 20 // Auto-generated dart:svg library.
21 21
22 22
23 23
24 24
25 25
26 // FIXME: Can we make this private? 26 // FIXME: Can we make this private?
27 @Deprecated("Internal Use Only") 27 @Deprecated("Internal Use Only")
28 final svgBlinkMap = { 28 final svgBlinkMap = {
29 'SVGAElement': () => AElement, 29 'SVGAElement': () => AElement,
30 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement,
31 'SVGAltGlyphElement': () => AltGlyphElement,
32 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement,
30 'SVGAngle': () => Angle, 33 'SVGAngle': () => Angle,
31 'SVGAnimateElement': () => AnimateElement, 34 'SVGAnimateElement': () => AnimateElement,
32 'SVGAnimateMotionElement': () => AnimateMotionElement, 35 'SVGAnimateMotionElement': () => AnimateMotionElement,
33 'SVGAnimateTransformElement': () => AnimateTransformElement, 36 'SVGAnimateTransformElement': () => AnimateTransformElement,
34 'SVGAnimatedAngle': () => AnimatedAngle, 37 'SVGAnimatedAngle': () => AnimatedAngle,
35 'SVGAnimatedBoolean': () => AnimatedBoolean, 38 'SVGAnimatedBoolean': () => AnimatedBoolean,
36 'SVGAnimatedEnumeration': () => AnimatedEnumeration, 39 'SVGAnimatedEnumeration': () => AnimatedEnumeration,
37 'SVGAnimatedInteger': () => AnimatedInteger, 40 'SVGAnimatedInteger': () => AnimatedInteger,
38 'SVGAnimatedLength': () => AnimatedLength, 41 'SVGAnimatedLength': () => AnimatedLength,
39 'SVGAnimatedLengthList': () => AnimatedLengthList, 42 'SVGAnimatedLengthList': () => AnimatedLengthList,
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'SVGFEMorphologyElement': () => FEMorphologyElement, 77 'SVGFEMorphologyElement': () => FEMorphologyElement,
75 'SVGFEOffsetElement': () => FEOffsetElement, 78 'SVGFEOffsetElement': () => FEOffsetElement,
76 'SVGFEPointLightElement': () => FEPointLightElement, 79 'SVGFEPointLightElement': () => FEPointLightElement,
77 'SVGFESpecularLightingElement': () => FESpecularLightingElement, 80 'SVGFESpecularLightingElement': () => FESpecularLightingElement,
78 'SVGFESpotLightElement': () => FESpotLightElement, 81 'SVGFESpotLightElement': () => FESpotLightElement,
79 'SVGFETileElement': () => FETileElement, 82 'SVGFETileElement': () => FETileElement,
80 'SVGFETurbulenceElement': () => FETurbulenceElement, 83 'SVGFETurbulenceElement': () => FETurbulenceElement,
81 'SVGFilterElement': () => FilterElement, 84 'SVGFilterElement': () => FilterElement,
82 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute s, 85 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute s,
83 'SVGFitToViewBox': () => FitToViewBox, 86 'SVGFitToViewBox': () => FitToViewBox,
87 'SVGFontElement': () => _SVGFontElement,
88 'SVGFontFaceElement': () => _SVGFontFaceElement,
89 'SVGFontFaceFormatElement': () => _SVGFontFaceFormatElement,
90 'SVGFontFaceNameElement': () => _SVGFontFaceNameElement,
91 'SVGFontFaceSrcElement': () => _SVGFontFaceSrcElement,
92 'SVGFontFaceUriElement': () => _SVGFontFaceUriElement,
84 'SVGForeignObjectElement': () => ForeignObjectElement, 93 'SVGForeignObjectElement': () => ForeignObjectElement,
85 'SVGGElement': () => GElement, 94 'SVGGElement': () => GElement,
86 'SVGGeometryElement': () => GeometryElement, 95 'SVGGeometryElement': () => GeometryElement,
96 'SVGGlyphElement': () => _SVGGlyphElement,
97 'SVGGlyphRefElement': () => _SVGGlyphRefElement,
87 'SVGGradientElement': () => _GradientElement, 98 'SVGGradientElement': () => _GradientElement,
88 'SVGGraphicsElement': () => GraphicsElement, 99 'SVGGraphicsElement': () => GraphicsElement,
100 'SVGHKernElement': () => _SVGHKernElement,
89 'SVGImageElement': () => ImageElement, 101 'SVGImageElement': () => ImageElement,
90 'SVGLength': () => Length, 102 'SVGLength': () => Length,
91 'SVGLengthList': () => LengthList, 103 'SVGLengthList': () => LengthList,
92 'SVGLineElement': () => LineElement, 104 'SVGLineElement': () => LineElement,
93 'SVGLinearGradientElement': () => LinearGradientElement, 105 'SVGLinearGradientElement': () => LinearGradientElement,
94 'SVGMPathElement': () => _SVGMPathElement, 106 'SVGMPathElement': () => _SVGMPathElement,
95 'SVGMarkerElement': () => MarkerElement, 107 'SVGMarkerElement': () => MarkerElement,
96 'SVGMaskElement': () => MaskElement, 108 'SVGMaskElement': () => MaskElement,
97 'SVGMatrix': () => Matrix, 109 'SVGMatrix': () => Matrix,
98 'SVGMetadataElement': () => MetadataElement, 110 'SVGMetadataElement': () => MetadataElement,
111 'SVGMissingGlyphElement': () => _SVGMissingGlyphElement,
99 'SVGNumber': () => Number, 112 'SVGNumber': () => Number,
100 'SVGNumberList': () => NumberList, 113 'SVGNumberList': () => NumberList,
101 'SVGPathElement': () => PathElement, 114 'SVGPathElement': () => PathElement,
102 'SVGPathSeg': () => PathSeg, 115 'SVGPathSeg': () => PathSeg,
103 'SVGPathSegArcAbs': () => PathSegArcAbs, 116 'SVGPathSegArcAbs': () => PathSegArcAbs,
104 'SVGPathSegArcRel': () => PathSegArcRel, 117 'SVGPathSegArcRel': () => PathSegArcRel,
105 'SVGPathSegClosePath': () => PathSegClosePath, 118 'SVGPathSegClosePath': () => PathSegClosePath,
106 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs, 119 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs,
107 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel, 120 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel,
108 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs, 121 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs,
(...skipping 13 matching lines...) Expand all
122 'SVGPathSegMovetoRel': () => PathSegMovetoRel, 135 'SVGPathSegMovetoRel': () => PathSegMovetoRel,
123 'SVGPatternElement': () => PatternElement, 136 'SVGPatternElement': () => PatternElement,
124 'SVGPoint': () => Point, 137 'SVGPoint': () => Point,
125 'SVGPointList': () => PointList, 138 'SVGPointList': () => PointList,
126 'SVGPolygonElement': () => PolygonElement, 139 'SVGPolygonElement': () => PolygonElement,
127 'SVGPolylineElement': () => PolylineElement, 140 'SVGPolylineElement': () => PolylineElement,
128 'SVGPreserveAspectRatio': () => PreserveAspectRatio, 141 'SVGPreserveAspectRatio': () => PreserveAspectRatio,
129 'SVGRadialGradientElement': () => RadialGradientElement, 142 'SVGRadialGradientElement': () => RadialGradientElement,
130 'SVGRect': () => Rect, 143 'SVGRect': () => Rect,
131 'SVGRectElement': () => RectElement, 144 'SVGRectElement': () => RectElement,
145 'SVGRenderingIntent': () => RenderingIntent,
132 'SVGSVGElement': () => SvgSvgElement, 146 'SVGSVGElement': () => SvgSvgElement,
133 'SVGScriptElement': () => ScriptElement, 147 'SVGScriptElement': () => ScriptElement,
134 'SVGSetElement': () => SetElement, 148 'SVGSetElement': () => SetElement,
135 'SVGStopElement': () => StopElement, 149 'SVGStopElement': () => StopElement,
136 'SVGStringList': () => StringList, 150 'SVGStringList': () => StringList,
137 'SVGStyleElement': () => StyleElement, 151 'SVGStyleElement': () => StyleElement,
138 'SVGSwitchElement': () => SwitchElement, 152 'SVGSwitchElement': () => SwitchElement,
139 'SVGSymbolElement': () => SymbolElement, 153 'SVGSymbolElement': () => SymbolElement,
140 'SVGTSpanElement': () => TSpanElement, 154 'SVGTSpanElement': () => TSpanElement,
141 'SVGTests': () => Tests, 155 'SVGTests': () => Tests,
142 'SVGTextContentElement': () => TextContentElement, 156 'SVGTextContentElement': () => TextContentElement,
143 'SVGTextElement': () => TextElement, 157 'SVGTextElement': () => TextElement,
144 'SVGTextPathElement': () => TextPathElement, 158 'SVGTextPathElement': () => TextPathElement,
145 'SVGTextPositioningElement': () => TextPositioningElement, 159 'SVGTextPositioningElement': () => TextPositioningElement,
146 'SVGTitleElement': () => TitleElement, 160 'SVGTitleElement': () => TitleElement,
147 'SVGTransform': () => Transform, 161 'SVGTransform': () => Transform,
148 'SVGTransformList': () => TransformList, 162 'SVGTransformList': () => TransformList,
149 'SVGURIReference': () => UriReference, 163 'SVGURIReference': () => UriReference,
150 'SVGUnitTypes': () => UnitTypes, 164 'SVGUnitTypes': () => UnitTypes,
151 'SVGUseElement': () => UseElement, 165 'SVGUseElement': () => UseElement,
166 'SVGVKernElement': () => _SVGVKernElement,
152 'SVGViewElement': () => ViewElement, 167 'SVGViewElement': () => ViewElement,
153 'SVGViewSpec': () => ViewSpec, 168 'SVGViewSpec': () => ViewSpec,
154 'SVGZoomAndPan': () => ZoomAndPan, 169 'SVGZoomAndPan': () => ZoomAndPan,
155 'SVGZoomEvent': () => ZoomEvent, 170 'SVGZoomEvent': () => ZoomEvent,
156 171
157 }; 172 };
158 173
159 // FIXME: Can we make this private? 174 // FIXME: Can we make this private?
160 @Deprecated("Internal Use Only") 175 @Deprecated("Internal Use Only")
161 final svgBlinkFunctionMap = { 176 final svgBlinkFunctionMap = {
162 'SVGAElement': () => AElement.internalCreateAElement, 177 'SVGAElement': () => AElement.internalCreateAElement,
178 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement.internalCreate_SVGAltGly phDefElement,
179 'SVGAltGlyphElement': () => AltGlyphElement.internalCreateAltGlyphElement,
180 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement.internalCreate_SVGAltG lyphItemElement,
163 'SVGAngle': () => Angle.internalCreateAngle, 181 'SVGAngle': () => Angle.internalCreateAngle,
164 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement, 182 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement,
165 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMot ionElement, 183 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMot ionElement,
166 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnim ateTransformElement, 184 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnim ateTransformElement,
167 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle, 185 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle,
168 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean, 186 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean,
169 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnum eration, 187 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnum eration,
170 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger, 188 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger,
171 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength, 189 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength,
172 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLength List, 190 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLength List,
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement, 223 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement,
206 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeEle ment, 224 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeEle ment,
207 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphology Element, 225 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphology Element,
208 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement, 226 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement,
209 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLight Element, 227 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLight Element,
210 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreate FESpecularLightingElement, 228 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreate FESpecularLightingElement,
211 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightEle ment, 229 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightEle ment,
212 'SVGFETileElement': () => FETileElement.internalCreateFETileElement, 230 'SVGFETileElement': () => FETileElement.internalCreateFETileElement,
213 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulence Element, 231 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulence Element,
214 'SVGFilterElement': () => FilterElement.internalCreateFilterElement, 232 'SVGFilterElement': () => FilterElement.internalCreateFilterElement,
233 'SVGFontElement': () => _SVGFontElement.internalCreate_SVGFontElement,
234 'SVGFontFaceElement': () => _SVGFontFaceElement.internalCreate_SVGFontFaceElem ent,
235 'SVGFontFaceFormatElement': () => _SVGFontFaceFormatElement.internalCreate_SVG FontFaceFormatElement,
236 'SVGFontFaceNameElement': () => _SVGFontFaceNameElement.internalCreate_SVGFont FaceNameElement,
237 'SVGFontFaceSrcElement': () => _SVGFontFaceSrcElement.internalCreate_SVGFontFa ceSrcElement,
238 'SVGFontFaceUriElement': () => _SVGFontFaceUriElement.internalCreate_SVGFontFa ceUriElement,
215 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObj ectElement, 239 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObj ectElement,
216 'SVGGElement': () => GElement.internalCreateGElement, 240 'SVGGElement': () => GElement.internalCreateGElement,
217 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement, 241 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement,
242 'SVGGlyphElement': () => _SVGGlyphElement.internalCreate_SVGGlyphElement,
243 'SVGGlyphRefElement': () => _SVGGlyphRefElement.internalCreate_SVGGlyphRefElem ent,
218 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement, 244 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement,
219 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement, 245 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement,
246 'SVGHKernElement': () => _SVGHKernElement.internalCreate_SVGHKernElement,
220 'SVGImageElement': () => ImageElement.internalCreateImageElement, 247 'SVGImageElement': () => ImageElement.internalCreateImageElement,
221 'SVGLength': () => Length.internalCreateLength, 248 'SVGLength': () => Length.internalCreateLength,
222 'SVGLengthList': () => LengthList.internalCreateLengthList, 249 'SVGLengthList': () => LengthList.internalCreateLengthList,
223 'SVGLineElement': () => LineElement.internalCreateLineElement, 250 'SVGLineElement': () => LineElement.internalCreateLineElement,
224 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGr adientElement, 251 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGr adientElement,
225 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement, 252 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement,
226 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement, 253 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement,
227 'SVGMaskElement': () => MaskElement.internalCreateMaskElement, 254 'SVGMaskElement': () => MaskElement.internalCreateMaskElement,
228 'SVGMatrix': () => Matrix.internalCreateMatrix, 255 'SVGMatrix': () => Matrix.internalCreateMatrix,
229 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement, 256 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement,
257 'SVGMissingGlyphElement': () => _SVGMissingGlyphElement.internalCreate_SVGMiss ingGlyphElement,
230 'SVGNumber': () => Number.internalCreateNumber, 258 'SVGNumber': () => Number.internalCreateNumber,
231 'SVGNumberList': () => NumberList.internalCreateNumberList, 259 'SVGNumberList': () => NumberList.internalCreateNumberList,
232 'SVGPathElement': () => PathElement.internalCreatePathElement, 260 'SVGPathElement': () => PathElement.internalCreatePathElement,
233 'SVGPathSeg': () => PathSeg.internalCreatePathSeg, 261 'SVGPathSeg': () => PathSeg.internalCreatePathSeg,
234 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs, 262 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs,
235 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel, 263 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel,
236 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath, 264 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath,
237 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSe gCurvetoCubicAbs, 265 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSe gCurvetoCubicAbs,
238 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSe gCurvetoCubicRel, 266 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSe gCurvetoCubicRel,
239 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internal CreatePathSegCurvetoCubicSmoothAbs, 267 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internal CreatePathSegCurvetoCubicSmoothAbs,
(...skipping 13 matching lines...) Expand all
253 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel, 281 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel,
254 'SVGPatternElement': () => PatternElement.internalCreatePatternElement, 282 'SVGPatternElement': () => PatternElement.internalCreatePatternElement,
255 'SVGPoint': () => Point.internalCreatePoint, 283 'SVGPoint': () => Point.internalCreatePoint,
256 'SVGPointList': () => PointList.internalCreatePointList, 284 'SVGPointList': () => PointList.internalCreatePointList,
257 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement, 285 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement,
258 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement, 286 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement,
259 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspe ctRatio, 287 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspe ctRatio,
260 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGr adientElement, 288 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGr adientElement,
261 'SVGRect': () => Rect.internalCreateRect, 289 'SVGRect': () => Rect.internalCreateRect,
262 'SVGRectElement': () => RectElement.internalCreateRectElement, 290 'SVGRectElement': () => RectElement.internalCreateRectElement,
291 'SVGRenderingIntent': () => RenderingIntent.internalCreateRenderingIntent,
263 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement, 292 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement,
264 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement, 293 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement,
265 'SVGSetElement': () => SetElement.internalCreateSetElement, 294 'SVGSetElement': () => SetElement.internalCreateSetElement,
266 'SVGStopElement': () => StopElement.internalCreateStopElement, 295 'SVGStopElement': () => StopElement.internalCreateStopElement,
267 'SVGStringList': () => StringList.internalCreateStringList, 296 'SVGStringList': () => StringList.internalCreateStringList,
268 'SVGStyleElement': () => StyleElement.internalCreateStyleElement, 297 'SVGStyleElement': () => StyleElement.internalCreateStyleElement,
269 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement, 298 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement,
270 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement, 299 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement,
271 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement, 300 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement,
272 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentEle ment, 301 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentEle ment,
273 'SVGTextElement': () => TextElement.internalCreateTextElement, 302 'SVGTextElement': () => TextElement.internalCreateTextElement,
274 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement, 303 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement,
275 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPo sitioningElement, 304 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPo sitioningElement,
276 'SVGTitleElement': () => TitleElement.internalCreateTitleElement, 305 'SVGTitleElement': () => TitleElement.internalCreateTitleElement,
277 'SVGTransform': () => Transform.internalCreateTransform, 306 'SVGTransform': () => Transform.internalCreateTransform,
278 'SVGTransformList': () => TransformList.internalCreateTransformList, 307 'SVGTransformList': () => TransformList.internalCreateTransformList,
279 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes, 308 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes,
280 'SVGUseElement': () => UseElement.internalCreateUseElement, 309 'SVGUseElement': () => UseElement.internalCreateUseElement,
310 'SVGVKernElement': () => _SVGVKernElement.internalCreate_SVGVKernElement,
281 'SVGViewElement': () => ViewElement.internalCreateViewElement, 311 'SVGViewElement': () => ViewElement.internalCreateViewElement,
282 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec, 312 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec,
283 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent, 313 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent,
284 314
285 }; 315 };
286 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 316 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
287 // for details. All rights reserved. Use of this source code is governed by a 317 // for details. All rights reserved. Use of this source code is governed by a
288 // BSD-style license that can be found in the LICENSE file. 318 // BSD-style license that can be found in the LICENSE file.
289 319
290 320
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 371
342 } 372 }
343 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 373 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
344 // for details. All rights reserved. Use of this source code is governed by a 374 // for details. All rights reserved. Use of this source code is governed by a
345 // BSD-style license that can be found in the LICENSE file. 375 // BSD-style license that can be found in the LICENSE file.
346 376
347 // WARNING: Do not edit - generated code. 377 // WARNING: Do not edit - generated code.
348 378
349 379
350 @DocsEditable() 380 @DocsEditable()
381 @DomName('SVGAltGlyphElement')
382 @SupportedBrowser(SupportedBrowser.CHROME)
383 @SupportedBrowser(SupportedBrowser.FIREFOX)
384 @SupportedBrowser(SupportedBrowser.SAFARI)
385 @Unstable()
386 class AltGlyphElement extends TextPositioningElement implements UriReference {
387 // To suppress missing implicit constructor warnings.
388 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); }
389
390 @DomName('SVGAltGlyphElement.SVGAltGlyphElement')
391 @DocsEditable()
392 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph");
393
394
395 @Deprecated("Internal Use Only")
396 static AltGlyphElement internalCreateAltGlyphElement() {
397 return new AltGlyphElement._internalWrap();
398 }
399
400 external factory AltGlyphElement._internalWrap();
401
402 @Deprecated("Internal Use Only")
403 AltGlyphElement.internal_() : super.internal_();
404
405 /**
406 * Constructor instantiated by the DOM when a custom element has been created.
407 *
408 * This can only be called by subclasses from their created constructor.
409 */
410 AltGlyphElement.created() : super.created();
411
412 /// Checks if this type is supported on the current platform.
413 static bool get supported => true;
414
415 @DomName('SVGAltGlyphElement.format')
416 @DocsEditable()
417 String get format => _blink.BlinkSVGAltGlyphElement.instance.format_Getter_(un wrap_jso(this));
418
419 @DomName('SVGAltGlyphElement.format')
420 @DocsEditable()
421 set format(String value) => _blink.BlinkSVGAltGlyphElement.instance.format_Set ter_(unwrap_jso(this), value);
422
423 @DomName('SVGAltGlyphElement.glyphRef')
424 @DocsEditable()
425 String get glyphRef => _blink.BlinkSVGAltGlyphElement.instance.glyphRef_Getter _(unwrap_jso(this));
426
427 @DomName('SVGAltGlyphElement.glyphRef')
428 @DocsEditable()
429 set glyphRef(String value) => _blink.BlinkSVGAltGlyphElement.instance.glyphRef _Setter_(unwrap_jso(this), value);
430
431 @DomName('SVGAltGlyphElement.href')
432 @DocsEditable()
433 AnimatedString get href => wrap_jso(_blink.BlinkSVGAltGlyphElement.instance.hr ef_Getter_(unwrap_jso(this)));
434
435 }
436 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
437 // for details. All rights reserved. Use of this source code is governed by a
438 // BSD-style license that can be found in the LICENSE file.
439
440 // WARNING: Do not edit - generated code.
441
442
443 @DocsEditable()
351 @DomName('SVGAngle') 444 @DomName('SVGAngle')
352 @Unstable() 445 @Unstable()
353 class Angle extends DartHtmlDomObject { 446 class Angle extends DartHtmlDomObject {
354 // To suppress missing implicit constructor warnings. 447 // To suppress missing implicit constructor warnings.
355 factory Angle._() { throw new UnsupportedError("Not supported"); } 448 factory Angle._() { throw new UnsupportedError("Not supported"); }
356 449
357 @Deprecated("Internal Use Only") 450 @Deprecated("Internal Use Only")
358 static Angle internalCreateAngle() { 451 static Angle internalCreateAngle() {
359 return new Angle._internalWrap(); 452 return new Angle._internalWrap();
360 } 453 }
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 */ 2961 */
2869 FESpecularLightingElement.created() : super.created(); 2962 FESpecularLightingElement.created() : super.created();
2870 2963
2871 /// Checks if this type is supported on the current platform. 2964 /// Checks if this type is supported on the current platform.
2872 static bool get supported => true; 2965 static bool get supported => true;
2873 2966
2874 @DomName('SVGFESpecularLightingElement.in1') 2967 @DomName('SVGFESpecularLightingElement.in1')
2875 @DocsEditable() 2968 @DocsEditable()
2876 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFESpecularLightingElement.in stance.in1_Getter_(unwrap_jso(this))); 2969 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFESpecularLightingElement.in stance.in1_Getter_(unwrap_jso(this)));
2877 2970
2878 @DomName('SVGFESpecularLightingElement.kernelUnitLengthX')
2879 @DocsEditable()
2880 @Experimental() // untriaged
2881 AnimatedNumber get kernelUnitLengthX => wrap_jso(_blink.BlinkSVGFESpecularLigh tingElement.instance.kernelUnitLengthX_Getter_(unwrap_jso(this)));
2882
2883 @DomName('SVGFESpecularLightingElement.kernelUnitLengthY')
2884 @DocsEditable()
2885 @Experimental() // untriaged
2886 AnimatedNumber get kernelUnitLengthY => wrap_jso(_blink.BlinkSVGFESpecularLigh tingElement.instance.kernelUnitLengthY_Getter_(unwrap_jso(this)));
2887
2888 @DomName('SVGFESpecularLightingElement.specularConstant') 2971 @DomName('SVGFESpecularLightingElement.specularConstant')
2889 @DocsEditable() 2972 @DocsEditable()
2890 AnimatedNumber get specularConstant => wrap_jso(_blink.BlinkSVGFESpecularLight ingElement.instance.specularConstant_Getter_(unwrap_jso(this))); 2973 AnimatedNumber get specularConstant => wrap_jso(_blink.BlinkSVGFESpecularLight ingElement.instance.specularConstant_Getter_(unwrap_jso(this)));
2891 2974
2892 @DomName('SVGFESpecularLightingElement.specularExponent') 2975 @DomName('SVGFESpecularLightingElement.specularExponent')
2893 @DocsEditable() 2976 @DocsEditable()
2894 AnimatedNumber get specularExponent => wrap_jso(_blink.BlinkSVGFESpecularLight ingElement.instance.specularExponent_Getter_(unwrap_jso(this))); 2977 AnimatedNumber get specularExponent => wrap_jso(_blink.BlinkSVGFESpecularLight ingElement.instance.specularExponent_Getter_(unwrap_jso(this)));
2895 2978
2896 @DomName('SVGFESpecularLightingElement.surfaceScale') 2979 @DomName('SVGFESpecularLightingElement.surfaceScale')
2897 @DocsEditable() 2980 @DocsEditable()
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 /** 3293 /**
3211 * Constructor instantiated by the DOM when a custom element has been created. 3294 * Constructor instantiated by the DOM when a custom element has been created.
3212 * 3295 *
3213 * This can only be called by subclasses from their created constructor. 3296 * This can only be called by subclasses from their created constructor.
3214 */ 3297 */
3215 FilterElement.created() : super.created(); 3298 FilterElement.created() : super.created();
3216 3299
3217 /// Checks if this type is supported on the current platform. 3300 /// Checks if this type is supported on the current platform.
3218 static bool get supported => true; 3301 static bool get supported => true;
3219 3302
3303 @DomName('SVGFilterElement.filterResX')
3304 @DocsEditable()
3305 AnimatedInteger get filterResX => wrap_jso(_blink.BlinkSVGFilterElement.instan ce.filterResX_Getter_(unwrap_jso(this)));
3306
3307 @DomName('SVGFilterElement.filterResY')
3308 @DocsEditable()
3309 AnimatedInteger get filterResY => wrap_jso(_blink.BlinkSVGFilterElement.instan ce.filterResY_Getter_(unwrap_jso(this)));
3310
3220 @DomName('SVGFilterElement.filterUnits') 3311 @DomName('SVGFilterElement.filterUnits')
3221 @DocsEditable() 3312 @DocsEditable()
3222 AnimatedEnumeration get filterUnits => wrap_jso(_blink.BlinkSVGFilterElement.i nstance.filterUnits_Getter_(unwrap_jso(this))); 3313 AnimatedEnumeration get filterUnits => wrap_jso(_blink.BlinkSVGFilterElement.i nstance.filterUnits_Getter_(unwrap_jso(this)));
3223 3314
3224 @DomName('SVGFilterElement.height') 3315 @DomName('SVGFilterElement.height')
3225 @DocsEditable() 3316 @DocsEditable()
3226 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFilterElement.instance.he ight_Getter_(unwrap_jso(this))); 3317 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFilterElement.instance.he ight_Getter_(unwrap_jso(this)));
3227 3318
3228 @DomName('SVGFilterElement.primitiveUnits') 3319 @DomName('SVGFilterElement.primitiveUnits')
3229 @DocsEditable() 3320 @DocsEditable()
3230 AnimatedEnumeration get primitiveUnits => wrap_jso(_blink.BlinkSVGFilterElemen t.instance.primitiveUnits_Getter_(unwrap_jso(this))); 3321 AnimatedEnumeration get primitiveUnits => wrap_jso(_blink.BlinkSVGFilterElemen t.instance.primitiveUnits_Getter_(unwrap_jso(this)));
3231 3322
3232 @DomName('SVGFilterElement.width') 3323 @DomName('SVGFilterElement.width')
3233 @DocsEditable() 3324 @DocsEditable()
3234 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFilterElement.instance.wid th_Getter_(unwrap_jso(this))); 3325 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFilterElement.instance.wid th_Getter_(unwrap_jso(this)));
3235 3326
3236 @DomName('SVGFilterElement.x') 3327 @DomName('SVGFilterElement.x')
3237 @DocsEditable() 3328 @DocsEditable()
3238 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFilterElement.instance.x_Gette r_(unwrap_jso(this))); 3329 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFilterElement.instance.x_Gette r_(unwrap_jso(this)));
3239 3330
3240 @DomName('SVGFilterElement.y') 3331 @DomName('SVGFilterElement.y')
3241 @DocsEditable() 3332 @DocsEditable()
3242 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFilterElement.instance.y_Gette r_(unwrap_jso(this))); 3333 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFilterElement.instance.y_Gette r_(unwrap_jso(this)));
3243 3334
3335 @DomName('SVGFilterElement.setFilterRes')
3336 @DocsEditable()
3337 void setFilterRes(int filterResX, int filterResY) => _blink.BlinkSVGFilterElem ent.instance.setFilterRes_Callback_2_(unwrap_jso(this), filterResX, filterResY);
3338
3244 @DomName('SVGFilterElement.href') 3339 @DomName('SVGFilterElement.href')
3245 @DocsEditable() 3340 @DocsEditable()
3246 AnimatedString get href => wrap_jso(_blink.BlinkSVGFilterElement.instance.href _Getter_(unwrap_jso(this))); 3341 AnimatedString get href => wrap_jso(_blink.BlinkSVGFilterElement.instance.href _Getter_(unwrap_jso(this)));
3247 3342
3248 } 3343 }
3249 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3344 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3250 // for details. All rights reserved. Use of this source code is governed by a 3345 // for details. All rights reserved. Use of this source code is governed by a
3251 // BSD-style license that can be found in the LICENSE file. 3346 // BSD-style license that can be found in the LICENSE file.
3252 3347
3253 // WARNING: Do not edit - generated code. 3348 // WARNING: Do not edit - generated code.
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
3780 if (len == 0) throw new StateError("No elements"); 3875 if (len == 0) throw new StateError("No elements");
3781 throw new StateError("More than one element"); 3876 throw new StateError("More than one element");
3782 } 3877 }
3783 3878
3784 Length elementAt(int index) => this[index]; 3879 Length elementAt(int index) => this[index];
3785 // -- end List<Length> mixins. 3880 // -- end List<Length> mixins.
3786 3881
3787 @DomName('SVGLengthList.__setter__') 3882 @DomName('SVGLengthList.__setter__')
3788 @DocsEditable() 3883 @DocsEditable()
3789 @Experimental() // untriaged 3884 @Experimental() // untriaged
3790 void __setter__(int index, Length newItem) => _blink.BlinkSVGLengthList.instan ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); 3885 void __setter__(int index, Length value) => _blink.BlinkSVGLengthList.instance .$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
3791 3886
3792 @DomName('SVGLengthList.appendItem') 3887 @DomName('SVGLengthList.appendItem')
3793 @DocsEditable() 3888 @DocsEditable()
3794 Length appendItem(Length newItem) => wrap_jso(_blink.BlinkSVGLengthList.instan ce.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 3889 Length appendItem(Length item) => wrap_jso(_blink.BlinkSVGLengthList.instance. appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
3795 3890
3796 @DomName('SVGLengthList.clear') 3891 @DomName('SVGLengthList.clear')
3797 @DocsEditable() 3892 @DocsEditable()
3798 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(unwrap_js o(this)); 3893 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(unwrap_js o(this));
3799 3894
3800 @DomName('SVGLengthList.getItem') 3895 @DomName('SVGLengthList.getItem')
3801 @DocsEditable() 3896 @DocsEditable()
3802 Length getItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.getIt em_Callback_1_(unwrap_jso(this), index)); 3897 Length getItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.getIt em_Callback_1_(unwrap_jso(this), index));
3803 3898
3804 @DomName('SVGLengthList.initialize') 3899 @DomName('SVGLengthList.initialize')
3805 @DocsEditable() 3900 @DocsEditable()
3806 Length initialize(Length newItem) => wrap_jso(_blink.BlinkSVGLengthList.instan ce.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 3901 Length initialize(Length item) => wrap_jso(_blink.BlinkSVGLengthList.instance. initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
3807 3902
3808 @DomName('SVGLengthList.insertItemBefore') 3903 @DomName('SVGLengthList.insertItemBefore')
3809 @DocsEditable() 3904 @DocsEditable()
3810 Length insertItemBefore(Length newItem, int index) => wrap_jso(_blink.BlinkSVG LengthList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(ne wItem), index)); 3905 Length insertItemBefore(Length item, int index) => wrap_jso(_blink.BlinkSVGLen gthList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item) , index));
3811 3906
3812 @DomName('SVGLengthList.removeItem') 3907 @DomName('SVGLengthList.removeItem')
3813 @DocsEditable() 3908 @DocsEditable()
3814 Length removeItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.re moveItem_Callback_1_(unwrap_jso(this), index)); 3909 Length removeItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.re moveItem_Callback_1_(unwrap_jso(this), index));
3815 3910
3816 @DomName('SVGLengthList.replaceItem') 3911 @DomName('SVGLengthList.replaceItem')
3817 @DocsEditable() 3912 @DocsEditable()
3818 Length replaceItem(Length newItem, int index) => wrap_jso(_blink.BlinkSVGLengt hList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), in dex)); 3913 Length replaceItem(Length item, int index) => wrap_jso(_blink.BlinkSVGLengthLi st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
3819 3914
3820 } 3915 }
3821 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3822 // for details. All rights reserved. Use of this source code is governed by a 3917 // for details. All rights reserved. Use of this source code is governed by a
3823 // BSD-style license that can be found in the LICENSE file. 3918 // BSD-style license that can be found in the LICENSE file.
3824 3919
3825 // WARNING: Do not edit - generated code. 3920 // WARNING: Do not edit - generated code.
3826 3921
3827 3922
3828 @DocsEditable() 3923 @DocsEditable()
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
4377 if (len == 0) throw new StateError("No elements"); 4472 if (len == 0) throw new StateError("No elements");
4378 throw new StateError("More than one element"); 4473 throw new StateError("More than one element");
4379 } 4474 }
4380 4475
4381 Number elementAt(int index) => this[index]; 4476 Number elementAt(int index) => this[index];
4382 // -- end List<Number> mixins. 4477 // -- end List<Number> mixins.
4383 4478
4384 @DomName('SVGNumberList.__setter__') 4479 @DomName('SVGNumberList.__setter__')
4385 @DocsEditable() 4480 @DocsEditable()
4386 @Experimental() // untriaged 4481 @Experimental() // untriaged
4387 void __setter__(int index, Number newItem) => _blink.BlinkSVGNumberList.instan ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); 4482 void __setter__(int index, Number value) => _blink.BlinkSVGNumberList.instance .$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
4388 4483
4389 @DomName('SVGNumberList.appendItem') 4484 @DomName('SVGNumberList.appendItem')
4390 @DocsEditable() 4485 @DocsEditable()
4391 Number appendItem(Number newItem) => wrap_jso(_blink.BlinkSVGNumberList.instan ce.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 4486 Number appendItem(Number item) => wrap_jso(_blink.BlinkSVGNumberList.instance. appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
4392 4487
4393 @DomName('SVGNumberList.clear') 4488 @DomName('SVGNumberList.clear')
4394 @DocsEditable() 4489 @DocsEditable()
4395 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(unwrap_js o(this)); 4490 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(unwrap_js o(this));
4396 4491
4397 @DomName('SVGNumberList.getItem') 4492 @DomName('SVGNumberList.getItem')
4398 @DocsEditable() 4493 @DocsEditable()
4399 Number getItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.getIt em_Callback_1_(unwrap_jso(this), index)); 4494 Number getItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.getIt em_Callback_1_(unwrap_jso(this), index));
4400 4495
4401 @DomName('SVGNumberList.initialize') 4496 @DomName('SVGNumberList.initialize')
4402 @DocsEditable() 4497 @DocsEditable()
4403 Number initialize(Number newItem) => wrap_jso(_blink.BlinkSVGNumberList.instan ce.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 4498 Number initialize(Number item) => wrap_jso(_blink.BlinkSVGNumberList.instance. initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
4404 4499
4405 @DomName('SVGNumberList.insertItemBefore') 4500 @DomName('SVGNumberList.insertItemBefore')
4406 @DocsEditable() 4501 @DocsEditable()
4407 Number insertItemBefore(Number newItem, int index) => wrap_jso(_blink.BlinkSVG NumberList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(ne wItem), index)); 4502 Number insertItemBefore(Number item, int index) => wrap_jso(_blink.BlinkSVGNum berList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item) , index));
4408 4503
4409 @DomName('SVGNumberList.removeItem') 4504 @DomName('SVGNumberList.removeItem')
4410 @DocsEditable() 4505 @DocsEditable()
4411 Number removeItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.re moveItem_Callback_1_(unwrap_jso(this), index)); 4506 Number removeItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.re moveItem_Callback_1_(unwrap_jso(this), index));
4412 4507
4413 @DomName('SVGNumberList.replaceItem') 4508 @DomName('SVGNumberList.replaceItem')
4414 @DocsEditable() 4509 @DocsEditable()
4415 Number replaceItem(Number newItem, int index) => wrap_jso(_blink.BlinkSVGNumbe rList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), in dex)); 4510 Number replaceItem(Number item, int index) => wrap_jso(_blink.BlinkSVGNumberLi st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
4416 4511
4417 } 4512 }
4418 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4513 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4419 // for details. All rights reserved. Use of this source code is governed by a 4514 // for details. All rights reserved. Use of this source code is governed by a
4420 // BSD-style license that can be found in the LICENSE file. 4515 // BSD-style license that can be found in the LICENSE file.
4421 4516
4422 // WARNING: Do not edit - generated code. 4517 // WARNING: Do not edit - generated code.
4423 4518
4424 4519
4425 @DocsEditable() 4520 @DocsEditable()
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
5647 if (len == 0) throw new StateError("No elements"); 5742 if (len == 0) throw new StateError("No elements");
5648 throw new StateError("More than one element"); 5743 throw new StateError("More than one element");
5649 } 5744 }
5650 5745
5651 PathSeg elementAt(int index) => this[index]; 5746 PathSeg elementAt(int index) => this[index];
5652 // -- end List<PathSeg> mixins. 5747 // -- end List<PathSeg> mixins.
5653 5748
5654 @DomName('SVGPathSegList.__setter__') 5749 @DomName('SVGPathSegList.__setter__')
5655 @DocsEditable() 5750 @DocsEditable()
5656 @Experimental() // untriaged 5751 @Experimental() // untriaged
5657 void __setter__(int index, PathSeg newItem) => _blink.BlinkSVGPathSegList.inst ance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); 5752 void __setter__(int index, PathSeg value) => _blink.BlinkSVGPathSegList.instan ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
5658 5753
5659 @DomName('SVGPathSegList.appendItem') 5754 @DomName('SVGPathSegList.appendItem')
5660 @DocsEditable() 5755 @DocsEditable()
5661 PathSeg appendItem(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.ins tance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 5756 PathSeg appendItem(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.ins tance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem)));
5662 5757
5663 @DomName('SVGPathSegList.clear') 5758 @DomName('SVGPathSegList.clear')
5664 @DocsEditable() 5759 @DocsEditable()
5665 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(unwrap_j so(this)); 5760 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(unwrap_j so(this));
5666 5761
5667 @DomName('SVGPathSegList.getItem') 5762 @DomName('SVGPathSegList.getItem')
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
5948 @Experimental() // untriaged 6043 @Experimental() // untriaged
5949 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso( this)); 6044 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso( this));
5950 6045
5951 @DomName('SVGPointList.numberOfItems') 6046 @DomName('SVGPointList.numberOfItems')
5952 @DocsEditable() 6047 @DocsEditable()
5953 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette r_(unwrap_jso(this)); 6048 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette r_(unwrap_jso(this));
5954 6049
5955 @DomName('SVGPointList.__setter__') 6050 @DomName('SVGPointList.__setter__')
5956 @DocsEditable() 6051 @DocsEditable()
5957 @Experimental() // untriaged 6052 @Experimental() // untriaged
5958 void __setter__(int index, Point newItem) => _blink.BlinkSVGPointList.instance .$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); 6053 void __setter__(int index, Point value) => _blink.BlinkSVGPointList.instance.$ __setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
5959 6054
5960 @DomName('SVGPointList.appendItem') 6055 @DomName('SVGPointList.appendItem')
5961 @DocsEditable() 6056 @DocsEditable()
5962 Point appendItem(Point newItem) => wrap_jso(_blink.BlinkSVGPointList.instance. appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 6057 Point appendItem(Point item) => wrap_jso(_blink.BlinkSVGPointList.instance.app endItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
5963 6058
5964 @DomName('SVGPointList.clear') 6059 @DomName('SVGPointList.clear')
5965 @DocsEditable() 6060 @DocsEditable()
5966 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(unwrap_jso (this)); 6061 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(unwrap_jso (this));
5967 6062
5968 @DomName('SVGPointList.getItem') 6063 @DomName('SVGPointList.getItem')
5969 @DocsEditable() 6064 @DocsEditable()
5970 Point getItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.getItem _Callback_1_(unwrap_jso(this), index)); 6065 Point getItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.getItem _Callback_1_(unwrap_jso(this), index));
5971 6066
5972 @DomName('SVGPointList.initialize') 6067 @DomName('SVGPointList.initialize')
5973 @DocsEditable() 6068 @DocsEditable()
5974 Point initialize(Point newItem) => wrap_jso(_blink.BlinkSVGPointList.instance. initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 6069 Point initialize(Point item) => wrap_jso(_blink.BlinkSVGPointList.instance.ini tialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
5975 6070
5976 @DomName('SVGPointList.insertItemBefore') 6071 @DomName('SVGPointList.insertItemBefore')
5977 @DocsEditable() 6072 @DocsEditable()
5978 Point insertItemBefore(Point newItem, int index) => wrap_jso(_blink.BlinkSVGPo intList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(newIt em), index)); 6073 Point insertItemBefore(Point item, int index) => wrap_jso(_blink.BlinkSVGPoint List.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), i ndex));
5979 6074
5980 @DomName('SVGPointList.removeItem') 6075 @DomName('SVGPointList.removeItem')
5981 @DocsEditable() 6076 @DocsEditable()
5982 Point removeItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.remo veItem_Callback_1_(unwrap_jso(this), index)); 6077 Point removeItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.remo veItem_Callback_1_(unwrap_jso(this), index));
5983 6078
5984 @DomName('SVGPointList.replaceItem') 6079 @DomName('SVGPointList.replaceItem')
5985 @DocsEditable() 6080 @DocsEditable()
5986 Point replaceItem(Point newItem, int index) => wrap_jso(_blink.BlinkSVGPointLi st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index )); 6081 Point replaceItem(Point item, int index) => wrap_jso(_blink.BlinkSVGPointList. instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
5987 6082
5988 } 6083 }
5989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5990 // for details. All rights reserved. Use of this source code is governed by a 6085 // for details. All rights reserved. Use of this source code is governed by a
5991 // BSD-style license that can be found in the LICENSE file. 6086 // BSD-style license that can be found in the LICENSE file.
5992 6087
5993 // WARNING: Do not edit - generated code. 6088 // WARNING: Do not edit - generated code.
5994 6089
5995 6090
5996 @DocsEditable() 6091 @DocsEditable()
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
6363 6458
6364 } 6459 }
6365 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6366 // for details. All rights reserved. Use of this source code is governed by a 6461 // for details. All rights reserved. Use of this source code is governed by a
6367 // BSD-style license that can be found in the LICENSE file. 6462 // BSD-style license that can be found in the LICENSE file.
6368 6463
6369 // WARNING: Do not edit - generated code. 6464 // WARNING: Do not edit - generated code.
6370 6465
6371 6466
6372 @DocsEditable() 6467 @DocsEditable()
6468 @DomName('SVGRenderingIntent')
6469 @Unstable()
6470 class RenderingIntent extends DartHtmlDomObject {
6471 // To suppress missing implicit constructor warnings.
6472 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); }
6473
6474 @Deprecated("Internal Use Only")
6475 static RenderingIntent internalCreateRenderingIntent() {
6476 return new RenderingIntent._internalWrap();
6477 }
6478
6479 factory RenderingIntent._internalWrap() {
6480 return new RenderingIntent.internal_();
6481 }
6482
6483 @Deprecated("Internal Use Only")
6484 RenderingIntent.internal_() { }
6485
6486 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6487 int get hashCode => unwrap_jso(this).hashCode;
6488
6489 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC')
6490 @DocsEditable()
6491 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
6492
6493 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO')
6494 @DocsEditable()
6495 static const int RENDERING_INTENT_AUTO = 1;
6496
6497 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL')
6498 @DocsEditable()
6499 static const int RENDERING_INTENT_PERCEPTUAL = 2;
6500
6501 @DomName('SVGRenderingIntent.RENDERING_INTENT_RELATIVE_COLORIMETRIC')
6502 @DocsEditable()
6503 static const int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3;
6504
6505 @DomName('SVGRenderingIntent.RENDERING_INTENT_SATURATION')
6506 @DocsEditable()
6507 static const int RENDERING_INTENT_SATURATION = 4;
6508
6509 @DomName('SVGRenderingIntent.RENDERING_INTENT_UNKNOWN')
6510 @DocsEditable()
6511 static const int RENDERING_INTENT_UNKNOWN = 0;
6512
6513 }
6514 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6515 // for details. All rights reserved. Use of this source code is governed by a
6516 // BSD-style license that can be found in the LICENSE file.
6517
6518 // WARNING: Do not edit - generated code.
6519
6520
6521 @DocsEditable()
6373 @DomName('SVGScriptElement') 6522 @DomName('SVGScriptElement')
6374 @Unstable() 6523 @Unstable()
6375 class ScriptElement extends SvgElement implements UriReference { 6524 class ScriptElement extends SvgElement implements UriReference {
6376 // To suppress missing implicit constructor warnings. 6525 // To suppress missing implicit constructor warnings.
6377 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } 6526 factory ScriptElement._() { throw new UnsupportedError("Not supported"); }
6378 6527
6379 @DomName('SVGScriptElement.SVGScriptElement') 6528 @DomName('SVGScriptElement.SVGScriptElement')
6380 @DocsEditable() 6529 @DocsEditable()
6381 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript"); 6530 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript");
6382 6531
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
6573 if (len == 0) throw new StateError("No elements"); 6722 if (len == 0) throw new StateError("No elements");
6574 throw new StateError("More than one element"); 6723 throw new StateError("More than one element");
6575 } 6724 }
6576 6725
6577 String elementAt(int index) => this[index]; 6726 String elementAt(int index) => this[index];
6578 // -- end List<String> mixins. 6727 // -- end List<String> mixins.
6579 6728
6580 @DomName('SVGStringList.__setter__') 6729 @DomName('SVGStringList.__setter__')
6581 @DocsEditable() 6730 @DocsEditable()
6582 @Experimental() // untriaged 6731 @Experimental() // untriaged
6583 void __setter__(int index, String newItem) => _blink.BlinkSVGStringList.instan ce.$__setter___Callback_2_(unwrap_jso(this), index, newItem); 6732 void __setter__(int index, String value) => _blink.BlinkSVGStringList.instance .$__setter___Callback_2_(unwrap_jso(this), index, value);
6584 6733
6585 @DomName('SVGStringList.appendItem') 6734 @DomName('SVGStringList.appendItem')
6586 @DocsEditable() 6735 @DocsEditable()
6587 String appendItem(String newItem) => _blink.BlinkSVGStringList.instance.append Item_Callback_1_(unwrap_jso(this), newItem); 6736 String appendItem(String item) => _blink.BlinkSVGStringList.instance.appendIte m_Callback_1_(unwrap_jso(this), item);
6588 6737
6589 @DomName('SVGStringList.clear') 6738 @DomName('SVGStringList.clear')
6590 @DocsEditable() 6739 @DocsEditable()
6591 void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(unwrap_js o(this)); 6740 void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(unwrap_js o(this));
6592 6741
6593 @DomName('SVGStringList.getItem') 6742 @DomName('SVGStringList.getItem')
6594 @DocsEditable() 6743 @DocsEditable()
6595 String getItem(int index) => _blink.BlinkSVGStringList.instance.getItem_Callba ck_1_(unwrap_jso(this), index); 6744 String getItem(int index) => _blink.BlinkSVGStringList.instance.getItem_Callba ck_1_(unwrap_jso(this), index);
6596 6745
6597 @DomName('SVGStringList.initialize') 6746 @DomName('SVGStringList.initialize')
6598 @DocsEditable() 6747 @DocsEditable()
6599 String initialize(String newItem) => _blink.BlinkSVGStringList.instance.initia lize_Callback_1_(unwrap_jso(this), newItem); 6748 String initialize(String item) => _blink.BlinkSVGStringList.instance.initializ e_Callback_1_(unwrap_jso(this), item);
6600 6749
6601 @DomName('SVGStringList.insertItemBefore') 6750 @DomName('SVGStringList.insertItemBefore')
6602 @DocsEditable() 6751 @DocsEditable()
6603 String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.i nstance.insertItemBefore_Callback_2_(unwrap_jso(this), item, index); 6752 String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.i nstance.insertItemBefore_Callback_2_(unwrap_jso(this), item, index);
6604 6753
6605 @DomName('SVGStringList.removeItem') 6754 @DomName('SVGStringList.removeItem')
6606 @DocsEditable() 6755 @DocsEditable()
6607 String removeItem(int index) => _blink.BlinkSVGStringList.instance.removeItem_ Callback_1_(unwrap_jso(this), index); 6756 String removeItem(int index) => _blink.BlinkSVGStringList.instance.removeItem_ Callback_1_(unwrap_jso(this), index);
6608 6757
6609 @DomName('SVGStringList.replaceItem') 6758 @DomName('SVGStringList.replaceItem')
6610 @DocsEditable() 6759 @DocsEditable()
6611 String replaceItem(String newItem, int index) => _blink.BlinkSVGStringList.ins tance.replaceItem_Callback_2_(unwrap_jso(this), newItem, index); 6760 String replaceItem(String item, int index) => _blink.BlinkSVGStringList.instan ce.replaceItem_Callback_2_(unwrap_jso(this), item, index);
6612 6761
6613 } 6762 }
6614 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6763 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6615 // for details. All rights reserved. Use of this source code is governed by a 6764 // for details. All rights reserved. Use of this source code is governed by a
6616 // BSD-style license that can be found in the LICENSE file. 6765 // BSD-style license that can be found in the LICENSE file.
6617 6766
6618 // WARNING: Do not edit - generated code. 6767 // WARNING: Do not edit - generated code.
6619 6768
6620 6769
6621 @DocsEditable() 6770 @DocsEditable()
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
7148 7297
7149 @DomName('SVGElement.tabIndex') 7298 @DomName('SVGElement.tabIndex')
7150 @DocsEditable() 7299 @DocsEditable()
7151 @Experimental() // untriaged 7300 @Experimental() // untriaged
7152 set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(un wrap_jso(this), value); 7301 set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(un wrap_jso(this), value);
7153 7302
7154 @DomName('SVGElement.viewportElement') 7303 @DomName('SVGElement.viewportElement')
7155 @DocsEditable() 7304 @DocsEditable()
7156 SvgElement get viewportElement => wrap_jso(_blink.BlinkSVGElement.instance.vie wportElement_Getter_(unwrap_jso(this))); 7305 SvgElement get viewportElement => wrap_jso(_blink.BlinkSVGElement.instance.vie wportElement_Getter_(unwrap_jso(this)));
7157 7306
7158 @DomName('SVGElement.blur') 7307 @DomName('SVGElement.xmlbase')
7308 @DocsEditable()
7309 String get xmlbase => _blink.BlinkSVGElement.instance.xmlbase_Getter_(unwrap_j so(this));
7310
7311 @DomName('SVGElement.xmlbase')
7312 @DocsEditable()
7313 set xmlbase(String value) => _blink.BlinkSVGElement.instance.xmlbase_Setter_(u nwrap_jso(this), value);
7314
7315 @DomName('SVGElement.xmllang')
7159 @DocsEditable() 7316 @DocsEditable()
7160 @Experimental() // untriaged 7317 @Experimental() // untriaged
7161 void blur() => _blink.BlinkSVGElement.instance.blur_Callback_0_(unwrap_jso(thi s)); 7318 String get xmllang => _blink.BlinkSVGElement.instance.xmllang_Getter_(unwrap_j so(this));
7162 7319
7163 @DomName('SVGElement.focus') 7320 @DomName('SVGElement.xmllang')
7164 @DocsEditable() 7321 @DocsEditable()
7165 @Experimental() // untriaged 7322 @Experimental() // untriaged
7166 void focus() => _blink.BlinkSVGElement.instance.focus_Callback_0_(unwrap_jso(t his)); 7323 set xmllang(String value) => _blink.BlinkSVGElement.instance.xmllang_Setter_(u nwrap_jso(this), value);
7324
7325 @DomName('SVGElement.xmlspace')
7326 @DocsEditable()
7327 @Experimental() // untriaged
7328 String get xmlspace => _blink.BlinkSVGElement.instance.xmlspace_Getter_(unwrap _jso(this));
7329
7330 @DomName('SVGElement.xmlspace')
7331 @DocsEditable()
7332 @Experimental() // untriaged
7333 set xmlspace(String value) => _blink.BlinkSVGElement.instance.xmlspace_Setter_ (unwrap_jso(this), value);
7167 7334
7168 @DomName('SVGElement.onabort') 7335 @DomName('SVGElement.onabort')
7169 @DocsEditable() 7336 @DocsEditable()
7170 @Experimental() // untriaged 7337 @Experimental() // untriaged
7171 ElementStream<Event> get onAbort => abortEvent.forElement(this); 7338 ElementStream<Event> get onAbort => abortEvent.forElement(this);
7172 7339
7173 @DomName('SVGElement.onblur') 7340 @DomName('SVGElement.onblur')
7174 @DocsEditable() 7341 @DocsEditable()
7175 @Experimental() // untriaged 7342 @Experimental() // untriaged
7176 ElementStream<Event> get onBlur => blurEvent.forElement(this); 7343 ElementStream<Event> get onBlur => blurEvent.forElement(this);
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
7832 @DomName('SVGTextContentElement.getCharNumAtPosition') 7999 @DomName('SVGTextContentElement.getCharNumAtPosition')
7833 @DocsEditable() 8000 @DocsEditable()
7834 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins tance.getCharNumAtPosition_Callback_1_(unwrap_jso(this), unwrap_jso(point)); 8001 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins tance.getCharNumAtPosition_Callback_1_(unwrap_jso(this), unwrap_jso(point));
7835 8002
7836 @DomName('SVGTextContentElement.getComputedTextLength') 8003 @DomName('SVGTextContentElement.getComputedTextLength')
7837 @DocsEditable() 8004 @DocsEditable()
7838 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getC omputedTextLength_Callback_0_(unwrap_jso(this)); 8005 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getC omputedTextLength_Callback_0_(unwrap_jso(this));
7839 8006
7840 @DomName('SVGTextContentElement.getEndPositionOfChar') 8007 @DomName('SVGTextContentElement.getEndPositionOfChar')
7841 @DocsEditable() 8008 @DocsEditable()
7842 Point getEndPositionOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextContent Element.instance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), charnum)); 8009 Point getEndPositionOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentE lement.instance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), offset));
7843 8010
7844 @DomName('SVGTextContentElement.getExtentOfChar') 8011 @DomName('SVGTextContentElement.getExtentOfChar')
7845 @DocsEditable() 8012 @DocsEditable()
7846 Rect getExtentOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextContentElemen t.instance.getExtentOfChar_Callback_1_(unwrap_jso(this), charnum)); 8013 Rect getExtentOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentElement .instance.getExtentOfChar_Callback_1_(unwrap_jso(this), offset));
7847 8014
7848 @DomName('SVGTextContentElement.getNumberOfChars') 8015 @DomName('SVGTextContentElement.getNumberOfChars')
7849 @DocsEditable() 8016 @DocsEditable()
7850 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber OfChars_Callback_0_(unwrap_jso(this)); 8017 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber OfChars_Callback_0_(unwrap_jso(this));
7851 8018
7852 @DomName('SVGTextContentElement.getRotationOfChar') 8019 @DomName('SVGTextContentElement.getRotationOfChar')
7853 @DocsEditable() 8020 @DocsEditable()
7854 num getRotationOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instan ce.getRotationOfChar_Callback_1_(unwrap_jso(this), charnum); 8021 num getRotationOfChar(int offset) => _blink.BlinkSVGTextContentElement.instanc e.getRotationOfChar_Callback_1_(unwrap_jso(this), offset);
7855 8022
7856 @DomName('SVGTextContentElement.getStartPositionOfChar') 8023 @DomName('SVGTextContentElement.getStartPositionOfChar')
7857 @DocsEditable() 8024 @DocsEditable()
7858 Point getStartPositionOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextConte ntElement.instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), charnum) ); 8025 Point getStartPositionOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextConten tElement.instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), offset));
7859 8026
7860 @DomName('SVGTextContentElement.getSubStringLength') 8027 @DomName('SVGTextContentElement.getSubStringLength')
7861 @DocsEditable() 8028 @DocsEditable()
7862 num getSubStringLength(int charnum, int nchars) => _blink.BlinkSVGTextContentE lement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), charnum, nchars ); 8029 num getSubStringLength(int offset, int length) => _blink.BlinkSVGTextContentEl ement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), offset, length);
7863 8030
7864 @DomName('SVGTextContentElement.selectSubString') 8031 @DomName('SVGTextContentElement.selectSubString')
7865 @DocsEditable() 8032 @DocsEditable()
7866 void selectSubString(int charnum, int nchars) => _blink.BlinkSVGTextContentEle ment.instance.selectSubString_Callback_2_(unwrap_jso(this), charnum, nchars); 8033 void selectSubString(int offset, int length) => _blink.BlinkSVGTextContentElem ent.instance.selectSubString_Callback_2_(unwrap_jso(this), offset, length);
7867 8034
7868 } 8035 }
7869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8036 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7870 // for details. All rights reserved. Use of this source code is governed by a 8037 // for details. All rights reserved. Use of this source code is governed by a
7871 // BSD-style license that can be found in the LICENSE file. 8038 // BSD-style license that can be found in the LICENSE file.
7872 8039
7873 // WARNING: Do not edit - generated code. 8040 // WARNING: Do not edit - generated code.
7874 8041
7875 8042
7876 @DocsEditable() 8043 @DocsEditable()
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
8238 if (len == 0) throw new StateError("No elements"); 8405 if (len == 0) throw new StateError("No elements");
8239 throw new StateError("More than one element"); 8406 throw new StateError("More than one element");
8240 } 8407 }
8241 8408
8242 Transform elementAt(int index) => this[index]; 8409 Transform elementAt(int index) => this[index];
8243 // -- end List<Transform> mixins. 8410 // -- end List<Transform> mixins.
8244 8411
8245 @DomName('SVGTransformList.__setter__') 8412 @DomName('SVGTransformList.__setter__')
8246 @DocsEditable() 8413 @DocsEditable()
8247 @Experimental() // untriaged 8414 @Experimental() // untriaged
8248 void __setter__(int index, Transform newItem) => _blink.BlinkSVGTransformList. instance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); 8415 void __setter__(int index, Transform value) => _blink.BlinkSVGTransformList.in stance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
8249 8416
8250 @DomName('SVGTransformList.appendItem') 8417 @DomName('SVGTransformList.appendItem')
8251 @DocsEditable() 8418 @DocsEditable()
8252 Transform appendItem(Transform newItem) => wrap_jso(_blink.BlinkSVGTransformLi st.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 8419 Transform appendItem(Transform item) => wrap_jso(_blink.BlinkSVGTransformList. instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
8253 8420
8254 @DomName('SVGTransformList.clear') 8421 @DomName('SVGTransformList.clear')
8255 @DocsEditable() 8422 @DocsEditable()
8256 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(unwrap _jso(this)); 8423 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(unwrap _jso(this));
8257 8424
8258 @DomName('SVGTransformList.consolidate') 8425 @DomName('SVGTransformList.consolidate')
8259 @DocsEditable() 8426 @DocsEditable()
8260 Transform consolidate() => wrap_jso(_blink.BlinkSVGTransformList.instance.cons olidate_Callback_0_(unwrap_jso(this))); 8427 Transform consolidate() => wrap_jso(_blink.BlinkSVGTransformList.instance.cons olidate_Callback_0_(unwrap_jso(this)));
8261 8428
8262 @DomName('SVGTransformList.createSVGTransformFromMatrix') 8429 @DomName('SVGTransformList.createSVGTransformFromMatrix')
8263 @DocsEditable() 8430 @DocsEditable()
8264 Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.Blink SVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(th is), unwrap_jso(matrix))); 8431 Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.Blink SVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(th is), unwrap_jso(matrix)));
8265 8432
8266 @DomName('SVGTransformList.getItem') 8433 @DomName('SVGTransformList.getItem')
8267 @DocsEditable() 8434 @DocsEditable()
8268 Transform getItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.instance .getItem_Callback_1_(unwrap_jso(this), index)); 8435 Transform getItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.instance .getItem_Callback_1_(unwrap_jso(this), index));
8269 8436
8270 @DomName('SVGTransformList.initialize') 8437 @DomName('SVGTransformList.initialize')
8271 @DocsEditable() 8438 @DocsEditable()
8272 Transform initialize(Transform newItem) => wrap_jso(_blink.BlinkSVGTransformLi st.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); 8439 Transform initialize(Transform item) => wrap_jso(_blink.BlinkSVGTransformList. instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
8273 8440
8274 @DomName('SVGTransformList.insertItemBefore') 8441 @DomName('SVGTransformList.insertItemBefore')
8275 @DocsEditable() 8442 @DocsEditable()
8276 Transform insertItemBefore(Transform newItem, int index) => wrap_jso(_blink.Bl inkSVGTransformList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwr ap_jso(newItem), index)); 8443 Transform insertItemBefore(Transform item, int index) => wrap_jso(_blink.Blink SVGTransformList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_ jso(item), index));
8277 8444
8278 @DomName('SVGTransformList.removeItem') 8445 @DomName('SVGTransformList.removeItem')
8279 @DocsEditable() 8446 @DocsEditable()
8280 Transform removeItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.insta nce.removeItem_Callback_1_(unwrap_jso(this), index)); 8447 Transform removeItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.insta nce.removeItem_Callback_1_(unwrap_jso(this), index));
8281 8448
8282 @DomName('SVGTransformList.replaceItem') 8449 @DomName('SVGTransformList.replaceItem')
8283 @DocsEditable() 8450 @DocsEditable()
8284 Transform replaceItem(Transform newItem, int index) => wrap_jso(_blink.BlinkSV GTransformList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(new Item), index)); 8451 Transform replaceItem(Transform item, int index) => wrap_jso(_blink.BlinkSVGTr ansformList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
8285 8452
8286 } 8453 }
8287 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8288 // for details. All rights reserved. Use of this source code is governed by a 8455 // for details. All rights reserved. Use of this source code is governed by a
8289 // BSD-style license that can be found in the LICENSE file. 8456 // BSD-style license that can be found in the LICENSE file.
8290 8457
8291 // WARNING: Do not edit - generated code. 8458 // WARNING: Do not edit - generated code.
8292 8459
8293 8460
8294 @DocsEditable() 8461 @DocsEditable()
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
8681 8848
8682 } 8849 }
8683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8850 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8684 // for details. All rights reserved. Use of this source code is governed by a 8851 // for details. All rights reserved. Use of this source code is governed by a
8685 // BSD-style license that can be found in the LICENSE file. 8852 // BSD-style license that can be found in the LICENSE file.
8686 8853
8687 // WARNING: Do not edit - generated code. 8854 // WARNING: Do not edit - generated code.
8688 8855
8689 8856
8690 @DocsEditable() 8857 @DocsEditable()
8858 @DomName('SVGAltGlyphDefElement')
8859 @Unstable()
8860 class _SVGAltGlyphDefElement extends SvgElement {
8861 // To suppress missing implicit constructor warnings.
8862 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported "); }
8863
8864
8865 @Deprecated("Internal Use Only")
8866 static _SVGAltGlyphDefElement internalCreate_SVGAltGlyphDefElement() {
8867 return new _SVGAltGlyphDefElement._internalWrap();
8868 }
8869
8870 external factory _SVGAltGlyphDefElement._internalWrap();
8871
8872 @Deprecated("Internal Use Only")
8873 _SVGAltGlyphDefElement.internal_() : super.internal_();
8874
8875 /**
8876 * Constructor instantiated by the DOM when a custom element has been created.
8877 *
8878 * This can only be called by subclasses from their created constructor.
8879 */
8880 _SVGAltGlyphDefElement.created() : super.created();
8881
8882 }
8883 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8884 // for details. All rights reserved. Use of this source code is governed by a
8885 // BSD-style license that can be found in the LICENSE file.
8886
8887 // WARNING: Do not edit - generated code.
8888
8889
8890 @DocsEditable()
8891 @DomName('SVGAltGlyphItemElement')
8892 @Unstable()
8893 class _SVGAltGlyphItemElement extends SvgElement {
8894 // To suppress missing implicit constructor warnings.
8895 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte d"); }
8896
8897
8898 @Deprecated("Internal Use Only")
8899 static _SVGAltGlyphItemElement internalCreate_SVGAltGlyphItemElement() {
8900 return new _SVGAltGlyphItemElement._internalWrap();
8901 }
8902
8903 external factory _SVGAltGlyphItemElement._internalWrap();
8904
8905 @Deprecated("Internal Use Only")
8906 _SVGAltGlyphItemElement.internal_() : super.internal_();
8907
8908 /**
8909 * Constructor instantiated by the DOM when a custom element has been created.
8910 *
8911 * This can only be called by subclasses from their created constructor.
8912 */
8913 _SVGAltGlyphItemElement.created() : super.created();
8914
8915 }
8916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8917 // for details. All rights reserved. Use of this source code is governed by a
8918 // BSD-style license that can be found in the LICENSE file.
8919
8920 // WARNING: Do not edit - generated code.
8921
8922
8923 @DocsEditable()
8691 @DomName('SVGComponentTransferFunctionElement') 8924 @DomName('SVGComponentTransferFunctionElement')
8692 @Unstable() 8925 @Unstable()
8693 class _SVGComponentTransferFunctionElement extends SvgElement { 8926 class _SVGComponentTransferFunctionElement extends SvgElement {
8694 // To suppress missing implicit constructor warnings. 8927 // To suppress missing implicit constructor warnings.
8695 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError( "Not supported"); } 8928 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError( "Not supported"); }
8696 8929
8697 8930
8698 @Deprecated("Internal Use Only") 8931 @Deprecated("Internal Use Only")
8699 static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransfe rFunctionElement() { 8932 static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransfe rFunctionElement() {
8700 return new _SVGComponentTransferFunctionElement._internalWrap(); 8933 return new _SVGComponentTransferFunctionElement._internalWrap();
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
8793 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDropShadowElement.insta nce.result_Getter_(unwrap_jso(this))); 9026 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDropShadowElement.insta nce.result_Getter_(unwrap_jso(this)));
8794 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instan ce.width_Getter_(unwrap_jso(this))); 9027 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instan ce.width_Getter_(unwrap_jso(this)));
8795 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.x _Getter_(unwrap_jso(this))); 9028 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.x _Getter_(unwrap_jso(this)));
8796 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.y _Getter_(unwrap_jso(this))); 9029 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.y _Getter_(unwrap_jso(this)));
8797 } 9030 }
8798 9031
8799 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9032 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8800 // for details. All rights reserved. Use of this source code is governed by a 9033 // for details. All rights reserved. Use of this source code is governed by a
8801 // BSD-style license that can be found in the LICENSE file. 9034 // BSD-style license that can be found in the LICENSE file.
8802 9035
9036 // WARNING: Do not edit - generated code.
9037
9038
9039 @DocsEditable()
9040 @DomName('SVGFontElement')
9041 @Unstable()
9042 class _SVGFontElement extends SvgElement {
9043 // To suppress missing implicit constructor warnings.
9044 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); }
9045
9046
9047 @Deprecated("Internal Use Only")
9048 static _SVGFontElement internalCreate_SVGFontElement() {
9049 return new _SVGFontElement._internalWrap();
9050 }
9051
9052 external factory _SVGFontElement._internalWrap();
9053
9054 @Deprecated("Internal Use Only")
9055 _SVGFontElement.internal_() : super.internal_();
9056
9057 /**
9058 * Constructor instantiated by the DOM when a custom element has been created.
9059 *
9060 * This can only be called by subclasses from their created constructor.
9061 */
9062 _SVGFontElement.created() : super.created();
9063
9064 }
9065 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9066 // for details. All rights reserved. Use of this source code is governed by a
9067 // BSD-style license that can be found in the LICENSE file.
9068
9069 // WARNING: Do not edit - generated code.
9070
9071
9072 @DocsEditable()
9073 @DomName('SVGFontFaceElement')
9074 @Unstable()
9075 class _SVGFontFaceElement extends SvgElement {
9076 // To suppress missing implicit constructor warnings.
9077 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported"); }
9078
9079
9080 @Deprecated("Internal Use Only")
9081 static _SVGFontFaceElement internalCreate_SVGFontFaceElement() {
9082 return new _SVGFontFaceElement._internalWrap();
9083 }
9084
9085 external factory _SVGFontFaceElement._internalWrap();
9086
9087 @Deprecated("Internal Use Only")
9088 _SVGFontFaceElement.internal_() : super.internal_();
9089
9090 /**
9091 * Constructor instantiated by the DOM when a custom element has been created.
9092 *
9093 * This can only be called by subclasses from their created constructor.
9094 */
9095 _SVGFontFaceElement.created() : super.created();
9096
9097 }
9098 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9099 // for details. All rights reserved. Use of this source code is governed by a
9100 // BSD-style license that can be found in the LICENSE file.
9101
9102 // WARNING: Do not edit - generated code.
9103
9104
9105 @DocsEditable()
9106 @DomName('SVGFontFaceFormatElement')
9107 @Unstable()
9108 class _SVGFontFaceFormatElement extends SvgElement {
9109 // To suppress missing implicit constructor warnings.
9110 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor ted"); }
9111
9112
9113 @Deprecated("Internal Use Only")
9114 static _SVGFontFaceFormatElement internalCreate_SVGFontFaceFormatElement() {
9115 return new _SVGFontFaceFormatElement._internalWrap();
9116 }
9117
9118 external factory _SVGFontFaceFormatElement._internalWrap();
9119
9120 @Deprecated("Internal Use Only")
9121 _SVGFontFaceFormatElement.internal_() : super.internal_();
9122
9123 /**
9124 * Constructor instantiated by the DOM when a custom element has been created.
9125 *
9126 * This can only be called by subclasses from their created constructor.
9127 */
9128 _SVGFontFaceFormatElement.created() : super.created();
9129
9130 }
9131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9132 // for details. All rights reserved. Use of this source code is governed by a
9133 // BSD-style license that can be found in the LICENSE file.
9134
9135 // WARNING: Do not edit - generated code.
9136
9137
9138 @DocsEditable()
9139 @DomName('SVGFontFaceNameElement')
9140 @Unstable()
9141 class _SVGFontFaceNameElement extends SvgElement {
9142 // To suppress missing implicit constructor warnings.
9143 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte d"); }
9144
9145
9146 @Deprecated("Internal Use Only")
9147 static _SVGFontFaceNameElement internalCreate_SVGFontFaceNameElement() {
9148 return new _SVGFontFaceNameElement._internalWrap();
9149 }
9150
9151 external factory _SVGFontFaceNameElement._internalWrap();
9152
9153 @Deprecated("Internal Use Only")
9154 _SVGFontFaceNameElement.internal_() : super.internal_();
9155
9156 /**
9157 * Constructor instantiated by the DOM when a custom element has been created.
9158 *
9159 * This can only be called by subclasses from their created constructor.
9160 */
9161 _SVGFontFaceNameElement.created() : super.created();
9162
9163 }
9164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9165 // for details. All rights reserved. Use of this source code is governed by a
9166 // BSD-style license that can be found in the LICENSE file.
9167
9168 // WARNING: Do not edit - generated code.
9169
9170
9171 @DocsEditable()
9172 @DomName('SVGFontFaceSrcElement')
9173 @Unstable()
9174 class _SVGFontFaceSrcElement extends SvgElement {
9175 // To suppress missing implicit constructor warnings.
9176 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported "); }
9177
9178
9179 @Deprecated("Internal Use Only")
9180 static _SVGFontFaceSrcElement internalCreate_SVGFontFaceSrcElement() {
9181 return new _SVGFontFaceSrcElement._internalWrap();
9182 }
9183
9184 external factory _SVGFontFaceSrcElement._internalWrap();
9185
9186 @Deprecated("Internal Use Only")
9187 _SVGFontFaceSrcElement.internal_() : super.internal_();
9188
9189 /**
9190 * Constructor instantiated by the DOM when a custom element has been created.
9191 *
9192 * This can only be called by subclasses from their created constructor.
9193 */
9194 _SVGFontFaceSrcElement.created() : super.created();
9195
9196 }
9197 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9198 // for details. All rights reserved. Use of this source code is governed by a
9199 // BSD-style license that can be found in the LICENSE file.
9200
9201 // WARNING: Do not edit - generated code.
9202
9203
9204 @DocsEditable()
9205 @DomName('SVGFontFaceUriElement')
9206 @Unstable()
9207 class _SVGFontFaceUriElement extends SvgElement {
9208 // To suppress missing implicit constructor warnings.
9209 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported "); }
9210
9211
9212 @Deprecated("Internal Use Only")
9213 static _SVGFontFaceUriElement internalCreate_SVGFontFaceUriElement() {
9214 return new _SVGFontFaceUriElement._internalWrap();
9215 }
9216
9217 external factory _SVGFontFaceUriElement._internalWrap();
9218
9219 @Deprecated("Internal Use Only")
9220 _SVGFontFaceUriElement.internal_() : super.internal_();
9221
9222 /**
9223 * Constructor instantiated by the DOM when a custom element has been created.
9224 *
9225 * This can only be called by subclasses from their created constructor.
9226 */
9227 _SVGFontFaceUriElement.created() : super.created();
9228
9229 }
9230 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9231 // for details. All rights reserved. Use of this source code is governed by a
9232 // BSD-style license that can be found in the LICENSE file.
9233
9234 // WARNING: Do not edit - generated code.
9235
9236
9237 @DocsEditable()
9238 @DomName('SVGGlyphElement')
9239 @Unstable()
9240 class _SVGGlyphElement extends SvgElement {
9241 // To suppress missing implicit constructor warnings.
9242 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); }
9243
9244 @DomName('SVGGlyphElement.SVGGlyphElement')
9245 @DocsEditable()
9246 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph");
9247
9248
9249 @Deprecated("Internal Use Only")
9250 static _SVGGlyphElement internalCreate_SVGGlyphElement() {
9251 return new _SVGGlyphElement._internalWrap();
9252 }
9253
9254 external factory _SVGGlyphElement._internalWrap();
9255
9256 @Deprecated("Internal Use Only")
9257 _SVGGlyphElement.internal_() : super.internal_();
9258
9259 /**
9260 * Constructor instantiated by the DOM when a custom element has been created.
9261 *
9262 * This can only be called by subclasses from their created constructor.
9263 */
9264 _SVGGlyphElement.created() : super.created();
9265
9266 }
9267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9268 // for details. All rights reserved. Use of this source code is governed by a
9269 // BSD-style license that can be found in the LICENSE file.
9270
9271
9272 @DocsEditable()
9273 @DomName('SVGGlyphRefElement')
9274 @Unstable()
9275 class _SVGGlyphRefElement extends SvgElement implements UriReference {
9276 // To suppress missing implicit constructor warnings.
9277 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); }
9278
9279
9280 @Deprecated("Internal Use Only")
9281 static _SVGGlyphRefElement internalCreate_SVGGlyphRefElement() {
9282 return new _SVGGlyphRefElement._internalWrap();
9283 }
9284
9285 external factory _SVGGlyphRefElement._internalWrap();
9286
9287 @Deprecated("Internal Use Only")
9288 _SVGGlyphRefElement.internal_() : super.internal_();
9289
9290 /**
9291 * Constructor instantiated by the DOM when a custom element has been created.
9292 *
9293 * This can only be called by subclasses from their created constructor.
9294 */
9295 _SVGGlyphRefElement.created() : super.created();
9296
9297 // Override these methods for Dartium _SVGGlyphRefElement can't be abstract.
9298 AnimatedString get href => wrap_jso(_blink.BlinkSVGGlyphRefElement.instance.hr ef_Getter_(unwrap_jso(this)));
9299 }
9300
9301 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9302 // for details. All rights reserved. Use of this source code is governed by a
9303 // BSD-style license that can be found in the LICENSE file.
9304
9305 // WARNING: Do not edit - generated code.
9306
9307
9308 @DocsEditable()
9309 @DomName('SVGHKernElement')
9310 @Unstable()
9311 class _SVGHKernElement extends SvgElement {
9312 // To suppress missing implicit constructor warnings.
9313 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); }
9314
9315 @DomName('SVGHKernElement.SVGHKernElement')
9316 @DocsEditable()
9317 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern");
9318
9319
9320 @Deprecated("Internal Use Only")
9321 static _SVGHKernElement internalCreate_SVGHKernElement() {
9322 return new _SVGHKernElement._internalWrap();
9323 }
9324
9325 external factory _SVGHKernElement._internalWrap();
9326
9327 @Deprecated("Internal Use Only")
9328 _SVGHKernElement.internal_() : super.internal_();
9329
9330 /**
9331 * Constructor instantiated by the DOM when a custom element has been created.
9332 *
9333 * This can only be called by subclasses from their created constructor.
9334 */
9335 _SVGHKernElement.created() : super.created();
9336
9337 }
9338 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9339 // for details. All rights reserved. Use of this source code is governed by a
9340 // BSD-style license that can be found in the LICENSE file.
9341
8803 9342
8804 @DocsEditable() 9343 @DocsEditable()
8805 @DomName('SVGMPathElement') 9344 @DomName('SVGMPathElement')
8806 class _SVGMPathElement extends SvgElement implements UriReference { 9345 class _SVGMPathElement extends SvgElement implements UriReference {
8807 // To suppress missing implicit constructor warnings. 9346 // To suppress missing implicit constructor warnings.
8808 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } 9347 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); }
8809 9348
8810 @DomName('SVGMPathElement.SVGMPathElement') 9349 @DomName('SVGMPathElement.SVGMPathElement')
8811 @DocsEditable() 9350 @DocsEditable()
8812 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath"); 9351 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath");
(...skipping 13 matching lines...) Expand all
8826 * Constructor instantiated by the DOM when a custom element has been created. 9365 * Constructor instantiated by the DOM when a custom element has been created.
8827 * 9366 *
8828 * This can only be called by subclasses from their created constructor. 9367 * This can only be called by subclasses from their created constructor.
8829 */ 9368 */
8830 _SVGMPathElement.created() : super.created(); 9369 _SVGMPathElement.created() : super.created();
8831 9370
8832 // Override these methods for Dartium _SVGMPathElement can't be abstract. 9371 // Override these methods for Dartium _SVGMPathElement can't be abstract.
8833 AnimatedString get href => wrap_jso(_blink.BlinkSVGMPathElement.instance.href_ Getter_(unwrap_jso(this))); 9372 AnimatedString get href => wrap_jso(_blink.BlinkSVGMPathElement.instance.href_ Getter_(unwrap_jso(this)));
8834 } 9373 }
8835 9374
9375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9376 // for details. All rights reserved. Use of this source code is governed by a
9377 // BSD-style license that can be found in the LICENSE file.
9378
9379 // WARNING: Do not edit - generated code.
9380
9381
9382 @DocsEditable()
9383 @DomName('SVGMissingGlyphElement')
9384 @Unstable()
9385 class _SVGMissingGlyphElement extends SvgElement {
9386 // To suppress missing implicit constructor warnings.
9387 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); }
9388
9389
9390 @Deprecated("Internal Use Only")
9391 static _SVGMissingGlyphElement internalCreate_SVGMissingGlyphElement() {
9392 return new _SVGMissingGlyphElement._internalWrap();
9393 }
9394
9395 external factory _SVGMissingGlyphElement._internalWrap();
9396
9397 @Deprecated("Internal Use Only")
9398 _SVGMissingGlyphElement.internal_() : super.internal_();
9399
9400 /**
9401 * Constructor instantiated by the DOM when a custom element has been created.
9402 *
9403 * This can only be called by subclasses from their created constructor.
9404 */
9405 _SVGMissingGlyphElement.created() : super.created();
9406
9407 }
9408 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9409 // for details. All rights reserved. Use of this source code is governed by a
9410 // BSD-style license that can be found in the LICENSE file.
9411
9412 // WARNING: Do not edit - generated code.
9413
9414
9415 @DocsEditable()
9416 @DomName('SVGVKernElement')
9417 @Unstable()
9418 class _SVGVKernElement extends SvgElement {
9419 // To suppress missing implicit constructor warnings.
9420 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
9421
9422 @DomName('SVGVKernElement.SVGVKernElement')
9423 @DocsEditable()
9424 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
9425
9426
9427 @Deprecated("Internal Use Only")
9428 static _SVGVKernElement internalCreate_SVGVKernElement() {
9429 return new _SVGVKernElement._internalWrap();
9430 }
9431
9432 external factory _SVGVKernElement._internalWrap();
9433
9434 @Deprecated("Internal Use Only")
9435 _SVGVKernElement.internal_() : super.internal_();
9436
9437 /**
9438 * Constructor instantiated by the DOM when a custom element has been created.
9439 *
9440 * This can only be called by subclasses from their created constructor.
9441 */
9442 _SVGVKernElement.created() : super.created();
9443
9444 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698