| OLD | NEW |
| 1 library svg; | 1 library svg; |
| 2 | 2 |
| 3 import 'dart:html'; | 3 import 'dart:html'; |
| 4 import 'dart:nativewrappers'; | 4 import 'dart:nativewrappers'; |
| 5 // DO NOT EDIT | 5 // DO NOT EDIT |
| 6 // Auto-generated dart:svg library. | 6 // Auto-generated dart:svg library. |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 } | 51 } |
| 52 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 52 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 53 // for details. All rights reserved. Use of this source code is governed by a | 53 // for details. All rights reserved. Use of this source code is governed by a |
| 54 // BSD-style license that can be found in the LICENSE file. | 54 // BSD-style license that can be found in the LICENSE file. |
| 55 | 55 |
| 56 // WARNING: Do not edit - generated code. | 56 // WARNING: Do not edit - generated code. |
| 57 | 57 |
| 58 | 58 |
| 59 /// @domName SVGAElement | 59 /// @domName SVGAElement |
| 60 class SVGAElement extends SVGElement implements SVGLangSpace, SVGTests, SVGStyla
ble, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable { | 60 class SVGAElement extends SVGElement implements SVGLangSpace, SVGTests, SVGStyla
ble, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable { |
| 61 |
| 62 factory SVGAElement() => _SVGElementFactoryProvider.createSVGElement_tag("a"); |
| 61 SVGAElement.internal(): super.internal(); | 63 SVGAElement.internal(): super.internal(); |
| 62 | 64 |
| 63 | 65 |
| 64 /** @domName SVGAElement.target */ | 66 /** @domName SVGAElement.target */ |
| 65 SVGAnimatedString get target native "SVGAElement_target_Getter"; | 67 SVGAnimatedString get target native "SVGAElement_target_Getter"; |
| 66 | 68 |
| 67 | 69 |
| 68 /** @domName SVGAElement.externalResourcesRequired */ | 70 /** @domName SVGAElement.externalResourcesRequired */ |
| 69 SVGAnimatedBoolean get externalResourcesRequired native "SVGAElement_externalR
esourcesRequired_Getter"; | 71 SVGAnimatedBoolean get externalResourcesRequired native "SVGAElement_externalR
esourcesRequired_Getter"; |
| 70 | 72 |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 } | 263 } |
| 262 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 264 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 263 // for details. All rights reserved. Use of this source code is governed by a | 265 // for details. All rights reserved. Use of this source code is governed by a |
| 264 // BSD-style license that can be found in the LICENSE file. | 266 // BSD-style license that can be found in the LICENSE file. |
| 265 | 267 |
| 266 // WARNING: Do not edit - generated code. | 268 // WARNING: Do not edit - generated code. |
| 267 | 269 |
| 268 | 270 |
| 269 /// @domName SVGAnimateColorElement | 271 /// @domName SVGAnimateColorElement |
| 270 class SVGAnimateColorElement extends SVGAnimationElement { | 272 class SVGAnimateColorElement extends SVGAnimationElement { |
| 273 |
| 274 factory SVGAnimateColorElement() => _SVGElementFactoryProvider.createSVGElemen
t_tag("animateColor"); |
| 271 SVGAnimateColorElement.internal(): super.internal(); | 275 SVGAnimateColorElement.internal(): super.internal(); |
| 272 | 276 |
| 273 } | 277 } |
| 274 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 278 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 275 // for details. All rights reserved. Use of this source code is governed by a | 279 // for details. All rights reserved. Use of this source code is governed by a |
| 276 // BSD-style license that can be found in the LICENSE file. | 280 // BSD-style license that can be found in the LICENSE file. |
| 277 | 281 |
| 278 // WARNING: Do not edit - generated code. | 282 // WARNING: Do not edit - generated code. |
| 279 | 283 |
| 280 | 284 |
| 281 /// @domName SVGAnimateElement | 285 /// @domName SVGAnimateElement |
| 282 class SVGAnimateElement extends SVGAnimationElement { | 286 class SVGAnimateElement extends SVGAnimationElement { |
| 287 |
| 288 factory SVGAnimateElement() => _SVGElementFactoryProvider.createSVGElement_tag
("animate"); |
| 283 SVGAnimateElement.internal(): super.internal(); | 289 SVGAnimateElement.internal(): super.internal(); |
| 284 | 290 |
| 285 } | 291 } |
| 286 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 292 // 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 | 293 // 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. | 294 // BSD-style license that can be found in the LICENSE file. |
| 289 | 295 |
| 290 // WARNING: Do not edit - generated code. | 296 // WARNING: Do not edit - generated code. |
| 291 | 297 |
| 292 | 298 |
| 293 /// @domName SVGAnimateMotionElement | 299 /// @domName SVGAnimateMotionElement |
| 294 class SVGAnimateMotionElement extends SVGAnimationElement { | 300 class SVGAnimateMotionElement extends SVGAnimationElement { |
| 301 |
| 302 factory SVGAnimateMotionElement() => _SVGElementFactoryProvider.createSVGEleme
nt_tag("animateMotion"); |
| 295 SVGAnimateMotionElement.internal(): super.internal(); | 303 SVGAnimateMotionElement.internal(): super.internal(); |
| 296 | 304 |
| 297 } | 305 } |
| 298 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 306 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 299 // for details. All rights reserved. Use of this source code is governed by a | 307 // for details. All rights reserved. Use of this source code is governed by a |
| 300 // BSD-style license that can be found in the LICENSE file. | 308 // BSD-style license that can be found in the LICENSE file. |
| 301 | 309 |
| 302 // WARNING: Do not edit - generated code. | 310 // WARNING: Do not edit - generated code. |
| 303 | 311 |
| 304 | 312 |
| 305 /// @domName SVGAnimateTransformElement | 313 /// @domName SVGAnimateTransformElement |
| 306 class SVGAnimateTransformElement extends SVGAnimationElement { | 314 class SVGAnimateTransformElement extends SVGAnimationElement { |
| 315 |
| 316 factory SVGAnimateTransformElement() => _SVGElementFactoryProvider.createSVGEl
ement_tag("animateTransform"); |
| 307 SVGAnimateTransformElement.internal(): super.internal(); | 317 SVGAnimateTransformElement.internal(): super.internal(); |
| 308 | 318 |
| 309 } | 319 } |
| 310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 320 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 311 // for details. All rights reserved. Use of this source code is governed by a | 321 // for details. All rights reserved. Use of this source code is governed by a |
| 312 // BSD-style license that can be found in the LICENSE file. | 322 // BSD-style license that can be found in the LICENSE file. |
| 313 | 323 |
| 314 // WARNING: Do not edit - generated code. | 324 // WARNING: Do not edit - generated code. |
| 315 | 325 |
| 316 | 326 |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 } | 834 } |
| 825 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 835 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 826 // for details. All rights reserved. Use of this source code is governed by a | 836 // for details. All rights reserved. Use of this source code is governed by a |
| 827 // BSD-style license that can be found in the LICENSE file. | 837 // BSD-style license that can be found in the LICENSE file. |
| 828 | 838 |
| 829 // WARNING: Do not edit - generated code. | 839 // WARNING: Do not edit - generated code. |
| 830 | 840 |
| 831 | 841 |
| 832 /// @domName SVGAnimationElement | 842 /// @domName SVGAnimationElement |
| 833 class SVGAnimationElement extends SVGElement implements ElementTimeControl, SVGT
ests, SVGExternalResourcesRequired { | 843 class SVGAnimationElement extends SVGElement implements ElementTimeControl, SVGT
ests, SVGExternalResourcesRequired { |
| 844 |
| 845 factory SVGAnimationElement() => _SVGElementFactoryProvider.createSVGElement_t
ag("animation"); |
| 834 SVGAnimationElement.internal(): super.internal(); | 846 SVGAnimationElement.internal(): super.internal(); |
| 835 | 847 |
| 836 | 848 |
| 837 /** @domName SVGAnimationElement.targetElement */ | 849 /** @domName SVGAnimationElement.targetElement */ |
| 838 SVGElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; | 850 SVGElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; |
| 839 | 851 |
| 840 | 852 |
| 841 /** @domName SVGAnimationElement.getCurrentTime */ | 853 /** @domName SVGAnimationElement.getCurrentTime */ |
| 842 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; | 854 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; |
| 843 | 855 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 } | 900 } |
| 889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 901 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 890 // for details. All rights reserved. Use of this source code is governed by a | 902 // for details. All rights reserved. Use of this source code is governed by a |
| 891 // BSD-style license that can be found in the LICENSE file. | 903 // BSD-style license that can be found in the LICENSE file. |
| 892 | 904 |
| 893 // WARNING: Do not edit - generated code. | 905 // WARNING: Do not edit - generated code. |
| 894 | 906 |
| 895 | 907 |
| 896 /// @domName SVGCircleElement | 908 /// @domName SVGCircleElement |
| 897 class SVGCircleElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired { | 909 class SVGCircleElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired { |
| 910 |
| 911 factory SVGCircleElement() => _SVGElementFactoryProvider.createSVGElement_tag(
"circle"); |
| 898 SVGCircleElement.internal(): super.internal(); | 912 SVGCircleElement.internal(): super.internal(); |
| 899 | 913 |
| 900 | 914 |
| 901 /** @domName SVGCircleElement.cx */ | 915 /** @domName SVGCircleElement.cx */ |
| 902 SVGAnimatedLength get cx native "SVGCircleElement_cx_Getter"; | 916 SVGAnimatedLength get cx native "SVGCircleElement_cx_Getter"; |
| 903 | 917 |
| 904 | 918 |
| 905 /** @domName SVGCircleElement.cy */ | 919 /** @domName SVGCircleElement.cy */ |
| 906 SVGAnimatedLength get cy native "SVGCircleElement_cy_Getter"; | 920 SVGAnimatedLength get cy native "SVGCircleElement_cy_Getter"; |
| 907 | 921 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 } | 1002 } |
| 989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1003 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 990 // for details. All rights reserved. Use of this source code is governed by a | 1004 // for details. All rights reserved. Use of this source code is governed by a |
| 991 // BSD-style license that can be found in the LICENSE file. | 1005 // BSD-style license that can be found in the LICENSE file. |
| 992 | 1006 |
| 993 // WARNING: Do not edit - generated code. | 1007 // WARNING: Do not edit - generated code. |
| 994 | 1008 |
| 995 | 1009 |
| 996 /// @domName SVGClipPathElement | 1010 /// @domName SVGClipPathElement |
| 997 class SVGClipPathElement extends SVGElement implements SVGLangSpace, SVGStylable
, SVGTests, SVGTransformable, SVGExternalResourcesRequired { | 1011 class SVGClipPathElement extends SVGElement implements SVGLangSpace, SVGStylable
, SVGTests, SVGTransformable, SVGExternalResourcesRequired { |
| 1012 |
| 1013 factory SVGClipPathElement() => _SVGElementFactoryProvider.createSVGElement_ta
g("clipPath"); |
| 998 SVGClipPathElement.internal(): super.internal(); | 1014 SVGClipPathElement.internal(): super.internal(); |
| 999 | 1015 |
| 1000 | 1016 |
| 1001 /** @domName SVGClipPathElement.clipPathUnits */ | 1017 /** @domName SVGClipPathElement.clipPathUnits */ |
| 1002 SVGAnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUn
its_Getter"; | 1018 SVGAnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUn
its_Getter"; |
| 1003 | 1019 |
| 1004 | 1020 |
| 1005 /** @domName SVGClipPathElement.externalResourcesRequired */ | 1021 /** @domName SVGClipPathElement.externalResourcesRequired */ |
| 1006 SVGAnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_ex
ternalResourcesRequired_Getter"; | 1022 SVGAnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_ex
ternalResourcesRequired_Getter"; |
| 1007 | 1023 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 } | 1188 } |
| 1173 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1189 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1174 // for details. All rights reserved. Use of this source code is governed by a | 1190 // for details. All rights reserved. Use of this source code is governed by a |
| 1175 // BSD-style license that can be found in the LICENSE file. | 1191 // BSD-style license that can be found in the LICENSE file. |
| 1176 | 1192 |
| 1177 // WARNING: Do not edit - generated code. | 1193 // WARNING: Do not edit - generated code. |
| 1178 | 1194 |
| 1179 | 1195 |
| 1180 /// @domName SVGCursorElement | 1196 /// @domName SVGCursorElement |
| 1181 class SVGCursorElement extends SVGElement implements SVGURIReference, SVGTests,
SVGExternalResourcesRequired { | 1197 class SVGCursorElement extends SVGElement implements SVGURIReference, SVGTests,
SVGExternalResourcesRequired { |
| 1198 |
| 1199 factory SVGCursorElement() => _SVGElementFactoryProvider.createSVGElement_tag(
"cursor"); |
| 1182 SVGCursorElement.internal(): super.internal(); | 1200 SVGCursorElement.internal(): super.internal(); |
| 1183 | 1201 |
| 1184 | 1202 |
| 1185 /** @domName SVGCursorElement.x */ | 1203 /** @domName SVGCursorElement.x */ |
| 1186 SVGAnimatedLength get x native "SVGCursorElement_x_Getter"; | 1204 SVGAnimatedLength get x native "SVGCursorElement_x_Getter"; |
| 1187 | 1205 |
| 1188 | 1206 |
| 1189 /** @domName SVGCursorElement.y */ | 1207 /** @domName SVGCursorElement.y */ |
| 1190 SVGAnimatedLength get y native "SVGCursorElement_y_Getter"; | 1208 SVGAnimatedLength get y native "SVGCursorElement_y_Getter"; |
| 1191 | 1209 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1216 } | 1234 } |
| 1217 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1235 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1218 // for details. All rights reserved. Use of this source code is governed by a | 1236 // for details. All rights reserved. Use of this source code is governed by a |
| 1219 // BSD-style license that can be found in the LICENSE file. | 1237 // BSD-style license that can be found in the LICENSE file. |
| 1220 | 1238 |
| 1221 // WARNING: Do not edit - generated code. | 1239 // WARNING: Do not edit - generated code. |
| 1222 | 1240 |
| 1223 | 1241 |
| 1224 /// @domName SVGDefsElement | 1242 /// @domName SVGDefsElement |
| 1225 class SVGDefsElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired { | 1243 class SVGDefsElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired { |
| 1244 |
| 1245 factory SVGDefsElement() => _SVGElementFactoryProvider.createSVGElement_tag("d
efs"); |
| 1226 SVGDefsElement.internal(): super.internal(); | 1246 SVGDefsElement.internal(): super.internal(); |
| 1227 | 1247 |
| 1228 | 1248 |
| 1229 /** @domName SVGDefsElement.externalResourcesRequired */ | 1249 /** @domName SVGDefsElement.externalResourcesRequired */ |
| 1230 SVGAnimatedBoolean get externalResourcesRequired native "SVGDefsElement_extern
alResourcesRequired_Getter"; | 1250 SVGAnimatedBoolean get externalResourcesRequired native "SVGDefsElement_extern
alResourcesRequired_Getter"; |
| 1231 | 1251 |
| 1232 | 1252 |
| 1233 /** @domName SVGDefsElement.xmllang */ | 1253 /** @domName SVGDefsElement.xmllang */ |
| 1234 String get xmllang native "SVGDefsElement_xmllang_Getter"; | 1254 String get xmllang native "SVGDefsElement_xmllang_Getter"; |
| 1235 | 1255 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1304 } | 1324 } |
| 1305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1325 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1306 // for details. All rights reserved. Use of this source code is governed by a | 1326 // for details. All rights reserved. Use of this source code is governed by a |
| 1307 // BSD-style license that can be found in the LICENSE file. | 1327 // BSD-style license that can be found in the LICENSE file. |
| 1308 | 1328 |
| 1309 // WARNING: Do not edit - generated code. | 1329 // WARNING: Do not edit - generated code. |
| 1310 | 1330 |
| 1311 | 1331 |
| 1312 /// @domName SVGDescElement | 1332 /// @domName SVGDescElement |
| 1313 class SVGDescElement extends SVGElement implements SVGLangSpace, SVGStylable { | 1333 class SVGDescElement extends SVGElement implements SVGLangSpace, SVGStylable { |
| 1334 |
| 1335 factory SVGDescElement() => _SVGElementFactoryProvider.createSVGElement_tag("d
esc"); |
| 1314 SVGDescElement.internal(): super.internal(); | 1336 SVGDescElement.internal(): super.internal(); |
| 1315 | 1337 |
| 1316 | 1338 |
| 1317 /** @domName SVGDescElement.xmllang */ | 1339 /** @domName SVGDescElement.xmllang */ |
| 1318 String get xmllang native "SVGDescElement_xmllang_Getter"; | 1340 String get xmllang native "SVGDescElement_xmllang_Getter"; |
| 1319 | 1341 |
| 1320 | 1342 |
| 1321 /** @domName SVGDescElement.xmllang */ | 1343 /** @domName SVGDescElement.xmllang */ |
| 1322 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; | 1344 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; |
| 1323 | 1345 |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 } | 1623 } |
| 1602 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1624 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1603 // for details. All rights reserved. Use of this source code is governed by a | 1625 // for details. All rights reserved. Use of this source code is governed by a |
| 1604 // BSD-style license that can be found in the LICENSE file. | 1626 // BSD-style license that can be found in the LICENSE file. |
| 1605 | 1627 |
| 1606 // WARNING: Do not edit - generated code. | 1628 // WARNING: Do not edit - generated code. |
| 1607 | 1629 |
| 1608 | 1630 |
| 1609 /// @domName SVGEllipseElement | 1631 /// @domName SVGEllipseElement |
| 1610 class SVGEllipseElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired { | 1632 class SVGEllipseElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired { |
| 1633 |
| 1634 factory SVGEllipseElement() => _SVGElementFactoryProvider.createSVGElement_tag
("ellipse"); |
| 1611 SVGEllipseElement.internal(): super.internal(); | 1635 SVGEllipseElement.internal(): super.internal(); |
| 1612 | 1636 |
| 1613 | 1637 |
| 1614 /** @domName SVGEllipseElement.cx */ | 1638 /** @domName SVGEllipseElement.cx */ |
| 1615 SVGAnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1639 SVGAnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
| 1616 | 1640 |
| 1617 | 1641 |
| 1618 /** @domName SVGEllipseElement.cy */ | 1642 /** @domName SVGEllipseElement.cy */ |
| 1619 SVGAnimatedLength get cy native "SVGEllipseElement_cy_Getter"; | 1643 SVGAnimatedLength get cy native "SVGEllipseElement_cy_Getter"; |
| 1620 | 1644 |
| (...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3015 } | 3039 } |
| 3016 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3040 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3017 // for details. All rights reserved. Use of this source code is governed by a | 3041 // for details. All rights reserved. Use of this source code is governed by a |
| 3018 // BSD-style license that can be found in the LICENSE file. | 3042 // BSD-style license that can be found in the LICENSE file. |
| 3019 | 3043 |
| 3020 // WARNING: Do not edit - generated code. | 3044 // WARNING: Do not edit - generated code. |
| 3021 | 3045 |
| 3022 | 3046 |
| 3023 /// @domName SVGFilterElement | 3047 /// @domName SVGFilterElement |
| 3024 class SVGFilterElement extends SVGElement implements SVGURIReference, SVGLangSpa
ce, SVGExternalResourcesRequired, SVGStylable { | 3048 class SVGFilterElement extends SVGElement implements SVGURIReference, SVGLangSpa
ce, SVGExternalResourcesRequired, SVGStylable { |
| 3049 |
| 3050 factory SVGFilterElement() => _SVGElementFactoryProvider.createSVGElement_tag(
"filter"); |
| 3025 SVGFilterElement.internal(): super.internal(); | 3051 SVGFilterElement.internal(): super.internal(); |
| 3026 | 3052 |
| 3027 | 3053 |
| 3028 /** @domName SVGFilterElement.filterResX */ | 3054 /** @domName SVGFilterElement.filterResX */ |
| 3029 SVGAnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; | 3055 SVGAnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; |
| 3030 | 3056 |
| 3031 | 3057 |
| 3032 /** @domName SVGFilterElement.filterResY */ | 3058 /** @domName SVGFilterElement.filterResY */ |
| 3033 SVGAnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; | 3059 SVGAnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; |
| 3034 | 3060 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3163 } | 3189 } |
| 3164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3190 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3165 // for details. All rights reserved. Use of this source code is governed by a | 3191 // for details. All rights reserved. Use of this source code is governed by a |
| 3166 // BSD-style license that can be found in the LICENSE file. | 3192 // BSD-style license that can be found in the LICENSE file. |
| 3167 | 3193 |
| 3168 // WARNING: Do not edit - generated code. | 3194 // WARNING: Do not edit - generated code. |
| 3169 | 3195 |
| 3170 | 3196 |
| 3171 /// @domName SVGFontElement | 3197 /// @domName SVGFontElement |
| 3172 class SVGFontElement extends SVGElement { | 3198 class SVGFontElement extends SVGElement { |
| 3199 |
| 3200 factory SVGFontElement() => _SVGElementFactoryProvider.createSVGElement_tag("f
ont"); |
| 3173 SVGFontElement.internal(): super.internal(); | 3201 SVGFontElement.internal(): super.internal(); |
| 3174 | 3202 |
| 3175 } | 3203 } |
| 3176 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3204 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3177 // for details. All rights reserved. Use of this source code is governed by a | 3205 // for details. All rights reserved. Use of this source code is governed by a |
| 3178 // BSD-style license that can be found in the LICENSE file. | 3206 // BSD-style license that can be found in the LICENSE file. |
| 3179 | 3207 |
| 3180 // WARNING: Do not edit - generated code. | 3208 // WARNING: Do not edit - generated code. |
| 3181 | 3209 |
| 3182 | 3210 |
| 3183 /// @domName SVGFontFaceElement | 3211 /// @domName SVGFontFaceElement |
| 3184 class SVGFontFaceElement extends SVGElement { | 3212 class SVGFontFaceElement extends SVGElement { |
| 3213 |
| 3214 factory SVGFontFaceElement() => _SVGElementFactoryProvider.createSVGElement_ta
g("font-face"); |
| 3185 SVGFontFaceElement.internal(): super.internal(); | 3215 SVGFontFaceElement.internal(): super.internal(); |
| 3186 | 3216 |
| 3187 } | 3217 } |
| 3188 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3218 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3189 // for details. All rights reserved. Use of this source code is governed by a | 3219 // for details. All rights reserved. Use of this source code is governed by a |
| 3190 // BSD-style license that can be found in the LICENSE file. | 3220 // BSD-style license that can be found in the LICENSE file. |
| 3191 | 3221 |
| 3192 // WARNING: Do not edit - generated code. | 3222 // WARNING: Do not edit - generated code. |
| 3193 | 3223 |
| 3194 | 3224 |
| 3195 /// @domName SVGFontFaceFormatElement | 3225 /// @domName SVGFontFaceFormatElement |
| 3196 class SVGFontFaceFormatElement extends SVGElement { | 3226 class SVGFontFaceFormatElement extends SVGElement { |
| 3227 |
| 3228 factory SVGFontFaceFormatElement() => _SVGElementFactoryProvider.createSVGElem
ent_tag("font-face-format"); |
| 3197 SVGFontFaceFormatElement.internal(): super.internal(); | 3229 SVGFontFaceFormatElement.internal(): super.internal(); |
| 3198 | 3230 |
| 3199 } | 3231 } |
| 3200 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3232 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3201 // for details. All rights reserved. Use of this source code is governed by a | 3233 // for details. All rights reserved. Use of this source code is governed by a |
| 3202 // BSD-style license that can be found in the LICENSE file. | 3234 // BSD-style license that can be found in the LICENSE file. |
| 3203 | 3235 |
| 3204 // WARNING: Do not edit - generated code. | 3236 // WARNING: Do not edit - generated code. |
| 3205 | 3237 |
| 3206 | 3238 |
| 3207 /// @domName SVGFontFaceNameElement | 3239 /// @domName SVGFontFaceNameElement |
| 3208 class SVGFontFaceNameElement extends SVGElement { | 3240 class SVGFontFaceNameElement extends SVGElement { |
| 3241 |
| 3242 factory SVGFontFaceNameElement() => _SVGElementFactoryProvider.createSVGElemen
t_tag("font-face-name"); |
| 3209 SVGFontFaceNameElement.internal(): super.internal(); | 3243 SVGFontFaceNameElement.internal(): super.internal(); |
| 3210 | 3244 |
| 3211 } | 3245 } |
| 3212 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3246 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3213 // for details. All rights reserved. Use of this source code is governed by a | 3247 // for details. All rights reserved. Use of this source code is governed by a |
| 3214 // BSD-style license that can be found in the LICENSE file. | 3248 // BSD-style license that can be found in the LICENSE file. |
| 3215 | 3249 |
| 3216 // WARNING: Do not edit - generated code. | 3250 // WARNING: Do not edit - generated code. |
| 3217 | 3251 |
| 3218 | 3252 |
| 3219 /// @domName SVGFontFaceSrcElement | 3253 /// @domName SVGFontFaceSrcElement |
| 3220 class SVGFontFaceSrcElement extends SVGElement { | 3254 class SVGFontFaceSrcElement extends SVGElement { |
| 3255 |
| 3256 factory SVGFontFaceSrcElement() => _SVGElementFactoryProvider.createSVGElement
_tag("font-face-src"); |
| 3221 SVGFontFaceSrcElement.internal(): super.internal(); | 3257 SVGFontFaceSrcElement.internal(): super.internal(); |
| 3222 | 3258 |
| 3223 } | 3259 } |
| 3224 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3260 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3225 // for details. All rights reserved. Use of this source code is governed by a | 3261 // for details. All rights reserved. Use of this source code is governed by a |
| 3226 // BSD-style license that can be found in the LICENSE file. | 3262 // BSD-style license that can be found in the LICENSE file. |
| 3227 | 3263 |
| 3228 // WARNING: Do not edit - generated code. | 3264 // WARNING: Do not edit - generated code. |
| 3229 | 3265 |
| 3230 | 3266 |
| 3231 /// @domName SVGFontFaceUriElement | 3267 /// @domName SVGFontFaceUriElement |
| 3232 class SVGFontFaceUriElement extends SVGElement { | 3268 class SVGFontFaceUriElement extends SVGElement { |
| 3269 |
| 3270 factory SVGFontFaceUriElement() => _SVGElementFactoryProvider.createSVGElement
_tag("font-face-uri"); |
| 3233 SVGFontFaceUriElement.internal(): super.internal(); | 3271 SVGFontFaceUriElement.internal(): super.internal(); |
| 3234 | 3272 |
| 3235 } | 3273 } |
| 3236 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3274 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3237 // for details. All rights reserved. Use of this source code is governed by a | 3275 // for details. All rights reserved. Use of this source code is governed by a |
| 3238 // BSD-style license that can be found in the LICENSE file. | 3276 // BSD-style license that can be found in the LICENSE file. |
| 3239 | 3277 |
| 3240 // WARNING: Do not edit - generated code. | 3278 // WARNING: Do not edit - generated code. |
| 3241 | 3279 |
| 3242 | 3280 |
| 3243 /// @domName SVGForeignObjectElement | 3281 /// @domName SVGForeignObjectElement |
| 3244 class SVGForeignObjectElement extends SVGElement implements SVGLangSpace, SVGSty
lable, SVGTests, SVGTransformable, SVGExternalResourcesRequired { | 3282 class SVGForeignObjectElement extends SVGElement implements SVGLangSpace, SVGSty
lable, SVGTests, SVGTransformable, SVGExternalResourcesRequired { |
| 3283 |
| 3284 factory SVGForeignObjectElement() => _SVGElementFactoryProvider.createSVGEleme
nt_tag("foreignObject"); |
| 3245 SVGForeignObjectElement.internal(): super.internal(); | 3285 SVGForeignObjectElement.internal(): super.internal(); |
| 3246 | 3286 |
| 3247 | 3287 |
| 3248 /** @domName SVGForeignObjectElement.height */ | 3288 /** @domName SVGForeignObjectElement.height */ |
| 3249 SVGAnimatedLength get height native "SVGForeignObjectElement_height_Getter"; | 3289 SVGAnimatedLength get height native "SVGForeignObjectElement_height_Getter"; |
| 3250 | 3290 |
| 3251 | 3291 |
| 3252 /** @domName SVGForeignObjectElement.width */ | 3292 /** @domName SVGForeignObjectElement.width */ |
| 3253 SVGAnimatedLength get width native "SVGForeignObjectElement_width_Getter"; | 3293 SVGAnimatedLength get width native "SVGForeignObjectElement_width_Getter"; |
| 3254 | 3294 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3339 } | 3379 } |
| 3340 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3380 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3341 // for details. All rights reserved. Use of this source code is governed by a | 3381 // for details. All rights reserved. Use of this source code is governed by a |
| 3342 // BSD-style license that can be found in the LICENSE file. | 3382 // BSD-style license that can be found in the LICENSE file. |
| 3343 | 3383 |
| 3344 // WARNING: Do not edit - generated code. | 3384 // WARNING: Do not edit - generated code. |
| 3345 | 3385 |
| 3346 | 3386 |
| 3347 /// @domName SVGGElement | 3387 /// @domName SVGGElement |
| 3348 class SVGGElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTe
sts, SVGTransformable, SVGExternalResourcesRequired { | 3388 class SVGGElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTe
sts, SVGTransformable, SVGExternalResourcesRequired { |
| 3389 |
| 3390 factory SVGGElement() => _SVGElementFactoryProvider.createSVGElement_tag("g"); |
| 3349 SVGGElement.internal(): super.internal(); | 3391 SVGGElement.internal(): super.internal(); |
| 3350 | 3392 |
| 3351 | 3393 |
| 3352 /** @domName SVGGElement.externalResourcesRequired */ | 3394 /** @domName SVGGElement.externalResourcesRequired */ |
| 3353 SVGAnimatedBoolean get externalResourcesRequired native "SVGGElement_externalR
esourcesRequired_Getter"; | 3395 SVGAnimatedBoolean get externalResourcesRequired native "SVGGElement_externalR
esourcesRequired_Getter"; |
| 3354 | 3396 |
| 3355 | 3397 |
| 3356 /** @domName SVGGElement.xmllang */ | 3398 /** @domName SVGGElement.xmllang */ |
| 3357 String get xmllang native "SVGGElement_xmllang_Getter"; | 3399 String get xmllang native "SVGGElement_xmllang_Getter"; |
| 3358 | 3400 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3427 } | 3469 } |
| 3428 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3429 // for details. All rights reserved. Use of this source code is governed by a | 3471 // for details. All rights reserved. Use of this source code is governed by a |
| 3430 // BSD-style license that can be found in the LICENSE file. | 3472 // BSD-style license that can be found in the LICENSE file. |
| 3431 | 3473 |
| 3432 // WARNING: Do not edit - generated code. | 3474 // WARNING: Do not edit - generated code. |
| 3433 | 3475 |
| 3434 | 3476 |
| 3435 /// @domName SVGGlyphElement | 3477 /// @domName SVGGlyphElement |
| 3436 class SVGGlyphElement extends SVGElement { | 3478 class SVGGlyphElement extends SVGElement { |
| 3479 |
| 3480 factory SVGGlyphElement() => _SVGElementFactoryProvider.createSVGElement_tag("
glyph"); |
| 3437 SVGGlyphElement.internal(): super.internal(); | 3481 SVGGlyphElement.internal(): super.internal(); |
| 3438 | 3482 |
| 3439 } | 3483 } |
| 3440 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3484 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3441 // for details. All rights reserved. Use of this source code is governed by a | 3485 // for details. All rights reserved. Use of this source code is governed by a |
| 3442 // BSD-style license that can be found in the LICENSE file. | 3486 // BSD-style license that can be found in the LICENSE file. |
| 3443 | 3487 |
| 3444 // WARNING: Do not edit - generated code. | 3488 // WARNING: Do not edit - generated code. |
| 3445 | 3489 |
| 3446 | 3490 |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3567 } | 3611 } |
| 3568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3612 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3569 // for details. All rights reserved. Use of this source code is governed by a | 3613 // for details. All rights reserved. Use of this source code is governed by a |
| 3570 // BSD-style license that can be found in the LICENSE file. | 3614 // BSD-style license that can be found in the LICENSE file. |
| 3571 | 3615 |
| 3572 // WARNING: Do not edit - generated code. | 3616 // WARNING: Do not edit - generated code. |
| 3573 | 3617 |
| 3574 | 3618 |
| 3575 /// @domName SVGHKernElement | 3619 /// @domName SVGHKernElement |
| 3576 class SVGHKernElement extends SVGElement { | 3620 class SVGHKernElement extends SVGElement { |
| 3621 |
| 3622 factory SVGHKernElement() => _SVGElementFactoryProvider.createSVGElement_tag("
hkern"); |
| 3577 SVGHKernElement.internal(): super.internal(); | 3623 SVGHKernElement.internal(): super.internal(); |
| 3578 | 3624 |
| 3579 } | 3625 } |
| 3580 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3626 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3581 // for details. All rights reserved. Use of this source code is governed by a | 3627 // for details. All rights reserved. Use of this source code is governed by a |
| 3582 // BSD-style license that can be found in the LICENSE file. | 3628 // BSD-style license that can be found in the LICENSE file. |
| 3583 | 3629 |
| 3584 // WARNING: Do not edit - generated code. | 3630 // WARNING: Do not edit - generated code. |
| 3585 | 3631 |
| 3586 | 3632 |
| 3587 /// @domName SVGImageElement | 3633 /// @domName SVGImageElement |
| 3588 class SVGImageElement extends SVGElement implements SVGLangSpace, SVGTests, SVGS
tylable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable { | 3634 class SVGImageElement extends SVGElement implements SVGLangSpace, SVGTests, SVGS
tylable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable { |
| 3635 |
| 3636 factory SVGImageElement() => _SVGElementFactoryProvider.createSVGElement_tag("
image"); |
| 3589 SVGImageElement.internal(): super.internal(); | 3637 SVGImageElement.internal(): super.internal(); |
| 3590 | 3638 |
| 3591 | 3639 |
| 3592 /** @domName SVGImageElement.height */ | 3640 /** @domName SVGImageElement.height */ |
| 3593 SVGAnimatedLength get height native "SVGImageElement_height_Getter"; | 3641 SVGAnimatedLength get height native "SVGImageElement_height_Getter"; |
| 3594 | 3642 |
| 3595 | 3643 |
| 3596 /** @domName SVGImageElement.preserveAspectRatio */ | 3644 /** @domName SVGImageElement.preserveAspectRatio */ |
| 3597 SVGAnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement
_preserveAspectRatio_Getter"; | 3645 SVGAnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement
_preserveAspectRatio_Getter"; |
| 3598 | 3646 |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3918 } | 3966 } |
| 3919 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3920 // for details. All rights reserved. Use of this source code is governed by a | 3968 // for details. All rights reserved. Use of this source code is governed by a |
| 3921 // BSD-style license that can be found in the LICENSE file. | 3969 // BSD-style license that can be found in the LICENSE file. |
| 3922 | 3970 |
| 3923 // WARNING: Do not edit - generated code. | 3971 // WARNING: Do not edit - generated code. |
| 3924 | 3972 |
| 3925 | 3973 |
| 3926 /// @domName SVGLineElement | 3974 /// @domName SVGLineElement |
| 3927 class SVGLineElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired { | 3975 class SVGLineElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired { |
| 3976 |
| 3977 factory SVGLineElement() => _SVGElementFactoryProvider.createSVGElement_tag("l
ine"); |
| 3928 SVGLineElement.internal(): super.internal(); | 3978 SVGLineElement.internal(): super.internal(); |
| 3929 | 3979 |
| 3930 | 3980 |
| 3931 /** @domName SVGLineElement.x1 */ | 3981 /** @domName SVGLineElement.x1 */ |
| 3932 SVGAnimatedLength get x1 native "SVGLineElement_x1_Getter"; | 3982 SVGAnimatedLength get x1 native "SVGLineElement_x1_Getter"; |
| 3933 | 3983 |
| 3934 | 3984 |
| 3935 /** @domName SVGLineElement.x2 */ | 3985 /** @domName SVGLineElement.x2 */ |
| 3936 SVGAnimatedLength get x2 native "SVGLineElement_x2_Getter"; | 3986 SVGAnimatedLength get x2 native "SVGLineElement_x2_Getter"; |
| 3937 | 3987 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4022 } | 4072 } |
| 4023 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4073 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4024 // for details. All rights reserved. Use of this source code is governed by a | 4074 // for details. All rights reserved. Use of this source code is governed by a |
| 4025 // BSD-style license that can be found in the LICENSE file. | 4075 // BSD-style license that can be found in the LICENSE file. |
| 4026 | 4076 |
| 4027 // WARNING: Do not edit - generated code. | 4077 // WARNING: Do not edit - generated code. |
| 4028 | 4078 |
| 4029 | 4079 |
| 4030 /// @domName SVGLinearGradientElement | 4080 /// @domName SVGLinearGradientElement |
| 4031 class SVGLinearGradientElement extends SVGGradientElement { | 4081 class SVGLinearGradientElement extends SVGGradientElement { |
| 4082 |
| 4083 factory SVGLinearGradientElement() => _SVGElementFactoryProvider.createSVGElem
ent_tag("linearGradient"); |
| 4032 SVGLinearGradientElement.internal(): super.internal(); | 4084 SVGLinearGradientElement.internal(): super.internal(); |
| 4033 | 4085 |
| 4034 | 4086 |
| 4035 /** @domName SVGLinearGradientElement.x1 */ | 4087 /** @domName SVGLinearGradientElement.x1 */ |
| 4036 SVGAnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; | 4088 SVGAnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; |
| 4037 | 4089 |
| 4038 | 4090 |
| 4039 /** @domName SVGLinearGradientElement.x2 */ | 4091 /** @domName SVGLinearGradientElement.x2 */ |
| 4040 SVGAnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; | 4092 SVGAnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; |
| 4041 | 4093 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4086 } | 4138 } |
| 4087 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4139 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4088 // for details. All rights reserved. Use of this source code is governed by a | 4140 // for details. All rights reserved. Use of this source code is governed by a |
| 4089 // BSD-style license that can be found in the LICENSE file. | 4141 // BSD-style license that can be found in the LICENSE file. |
| 4090 | 4142 |
| 4091 // WARNING: Do not edit - generated code. | 4143 // WARNING: Do not edit - generated code. |
| 4092 | 4144 |
| 4093 | 4145 |
| 4094 /// @domName SVGMPathElement | 4146 /// @domName SVGMPathElement |
| 4095 class SVGMPathElement extends SVGElement implements SVGURIReference, SVGExternal
ResourcesRequired { | 4147 class SVGMPathElement extends SVGElement implements SVGURIReference, SVGExternal
ResourcesRequired { |
| 4148 |
| 4149 factory SVGMPathElement() => _SVGElementFactoryProvider.createSVGElement_tag("
mpath"); |
| 4096 SVGMPathElement.internal(): super.internal(); | 4150 SVGMPathElement.internal(): super.internal(); |
| 4097 | 4151 |
| 4098 | 4152 |
| 4099 /** @domName SVGMPathElement.externalResourcesRequired */ | 4153 /** @domName SVGMPathElement.externalResourcesRequired */ |
| 4100 SVGAnimatedBoolean get externalResourcesRequired native "SVGMPathElement_exter
nalResourcesRequired_Getter"; | 4154 SVGAnimatedBoolean get externalResourcesRequired native "SVGMPathElement_exter
nalResourcesRequired_Getter"; |
| 4101 | 4155 |
| 4102 | 4156 |
| 4103 /** @domName SVGMPathElement.href */ | 4157 /** @domName SVGMPathElement.href */ |
| 4104 SVGAnimatedString get href native "SVGMPathElement_href_Getter"; | 4158 SVGAnimatedString get href native "SVGMPathElement_href_Getter"; |
| 4105 | 4159 |
| 4106 } | 4160 } |
| 4107 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4161 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4108 // for details. All rights reserved. Use of this source code is governed by a | 4162 // for details. All rights reserved. Use of this source code is governed by a |
| 4109 // BSD-style license that can be found in the LICENSE file. | 4163 // BSD-style license that can be found in the LICENSE file. |
| 4110 | 4164 |
| 4111 // WARNING: Do not edit - generated code. | 4165 // WARNING: Do not edit - generated code. |
| 4112 | 4166 |
| 4113 | 4167 |
| 4114 /// @domName SVGMarkerElement | 4168 /// @domName SVGMarkerElement |
| 4115 class SVGMarkerElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
ox, SVGExternalResourcesRequired, SVGStylable { | 4169 class SVGMarkerElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
ox, SVGExternalResourcesRequired, SVGStylable { |
| 4170 |
| 4171 factory SVGMarkerElement() => _SVGElementFactoryProvider.createSVGElement_tag(
"marker"); |
| 4116 SVGMarkerElement.internal(): super.internal(); | 4172 SVGMarkerElement.internal(): super.internal(); |
| 4117 | 4173 |
| 4118 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 4174 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
| 4119 | 4175 |
| 4120 static const int SVG_MARKERUNITS_UNKNOWN = 0; | 4176 static const int SVG_MARKERUNITS_UNKNOWN = 0; |
| 4121 | 4177 |
| 4122 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 4178 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
| 4123 | 4179 |
| 4124 static const int SVG_MARKER_ORIENT_ANGLE = 2; | 4180 static const int SVG_MARKER_ORIENT_ANGLE = 2; |
| 4125 | 4181 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4206 } | 4262 } |
| 4207 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4263 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4208 // for details. All rights reserved. Use of this source code is governed by a | 4264 // for details. All rights reserved. Use of this source code is governed by a |
| 4209 // BSD-style license that can be found in the LICENSE file. | 4265 // BSD-style license that can be found in the LICENSE file. |
| 4210 | 4266 |
| 4211 // WARNING: Do not edit - generated code. | 4267 // WARNING: Do not edit - generated code. |
| 4212 | 4268 |
| 4213 | 4269 |
| 4214 /// @domName SVGMaskElement | 4270 /// @domName SVGMaskElement |
| 4215 class SVGMaskElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGExternalResourcesRequired { | 4271 class SVGMaskElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGExternalResourcesRequired { |
| 4272 |
| 4273 factory SVGMaskElement() => _SVGElementFactoryProvider.createSVGElement_tag("m
ask"); |
| 4216 SVGMaskElement.internal(): super.internal(); | 4274 SVGMaskElement.internal(): super.internal(); |
| 4217 | 4275 |
| 4218 | 4276 |
| 4219 /** @domName SVGMaskElement.height */ | 4277 /** @domName SVGMaskElement.height */ |
| 4220 SVGAnimatedLength get height native "SVGMaskElement_height_Getter"; | 4278 SVGAnimatedLength get height native "SVGMaskElement_height_Getter"; |
| 4221 | 4279 |
| 4222 | 4280 |
| 4223 /** @domName SVGMaskElement.maskContentUnits */ | 4281 /** @domName SVGMaskElement.maskContentUnits */ |
| 4224 SVGAnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContent
Units_Getter"; | 4282 SVGAnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContent
Units_Getter"; |
| 4225 | 4283 |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4615 } | 4673 } |
| 4616 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4674 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4617 // for details. All rights reserved. Use of this source code is governed by a | 4675 // for details. All rights reserved. Use of this source code is governed by a |
| 4618 // BSD-style license that can be found in the LICENSE file. | 4676 // BSD-style license that can be found in the LICENSE file. |
| 4619 | 4677 |
| 4620 // WARNING: Do not edit - generated code. | 4678 // WARNING: Do not edit - generated code. |
| 4621 | 4679 |
| 4622 | 4680 |
| 4623 /// @domName SVGPathElement | 4681 /// @domName SVGPathElement |
| 4624 class SVGPathElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired { | 4682 class SVGPathElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired { |
| 4683 |
| 4684 factory SVGPathElement() => _SVGElementFactoryProvider.createSVGElement_tag("p
ath"); |
| 4625 SVGPathElement.internal(): super.internal(); | 4685 SVGPathElement.internal(): super.internal(); |
| 4626 | 4686 |
| 4627 | 4687 |
| 4628 /** @domName SVGPathElement.animatedNormalizedPathSegList */ | 4688 /** @domName SVGPathElement.animatedNormalizedPathSegList */ |
| 4629 SVGPathSegList get animatedNormalizedPathSegList native "SVGPathElement_animat
edNormalizedPathSegList_Getter"; | 4689 SVGPathSegList get animatedNormalizedPathSegList native "SVGPathElement_animat
edNormalizedPathSegList_Getter"; |
| 4630 | 4690 |
| 4631 | 4691 |
| 4632 /** @domName SVGPathElement.animatedPathSegList */ | 4692 /** @domName SVGPathElement.animatedPathSegList */ |
| 4633 SVGPathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegL
ist_Getter"; | 4693 SVGPathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegL
ist_Getter"; |
| 4634 | 4694 |
| (...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5692 } | 5752 } |
| 5693 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5753 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5694 // for details. All rights reserved. Use of this source code is governed by a | 5754 // for details. All rights reserved. Use of this source code is governed by a |
| 5695 // BSD-style license that can be found in the LICENSE file. | 5755 // BSD-style license that can be found in the LICENSE file. |
| 5696 | 5756 |
| 5697 // WARNING: Do not edit - generated code. | 5757 // WARNING: Do not edit - generated code. |
| 5698 | 5758 |
| 5699 | 5759 |
| 5700 /// @domName SVGPatternElement | 5760 /// @domName SVGPatternElement |
| 5701 class SVGPatternElement extends SVGElement implements SVGLangSpace, SVGTests, SV
GStylable, SVGURIReference, SVGFitToViewBox, SVGExternalResourcesRequired { | 5761 class SVGPatternElement extends SVGElement implements SVGLangSpace, SVGTests, SV
GStylable, SVGURIReference, SVGFitToViewBox, SVGExternalResourcesRequired { |
| 5762 |
| 5763 factory SVGPatternElement() => _SVGElementFactoryProvider.createSVGElement_tag
("pattern"); |
| 5702 SVGPatternElement.internal(): super.internal(); | 5764 SVGPatternElement.internal(): super.internal(); |
| 5703 | 5765 |
| 5704 | 5766 |
| 5705 /** @domName SVGPatternElement.height */ | 5767 /** @domName SVGPatternElement.height */ |
| 5706 SVGAnimatedLength get height native "SVGPatternElement_height_Getter"; | 5768 SVGAnimatedLength get height native "SVGPatternElement_height_Getter"; |
| 5707 | 5769 |
| 5708 | 5770 |
| 5709 /** @domName SVGPatternElement.patternContentUnits */ | 5771 /** @domName SVGPatternElement.patternContentUnits */ |
| 5710 SVGAnimatedEnumeration get patternContentUnits native "SVGPatternElement_patte
rnContentUnits_Getter"; | 5772 SVGAnimatedEnumeration get patternContentUnits native "SVGPatternElement_patte
rnContentUnits_Getter"; |
| 5711 | 5773 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5868 } | 5930 } |
| 5869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5931 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5870 // for details. All rights reserved. Use of this source code is governed by a | 5932 // for details. All rights reserved. Use of this source code is governed by a |
| 5871 // BSD-style license that can be found in the LICENSE file. | 5933 // BSD-style license that can be found in the LICENSE file. |
| 5872 | 5934 |
| 5873 // WARNING: Do not edit - generated code. | 5935 // WARNING: Do not edit - generated code. |
| 5874 | 5936 |
| 5875 | 5937 |
| 5876 /// @domName SVGPolygonElement | 5938 /// @domName SVGPolygonElement |
| 5877 class SVGPolygonElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired { | 5939 class SVGPolygonElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired { |
| 5940 |
| 5941 factory SVGPolygonElement() => _SVGElementFactoryProvider.createSVGElement_tag
("polygon"); |
| 5878 SVGPolygonElement.internal(): super.internal(); | 5942 SVGPolygonElement.internal(): super.internal(); |
| 5879 | 5943 |
| 5880 | 5944 |
| 5881 /** @domName SVGPolygonElement.animatedPoints */ | 5945 /** @domName SVGPolygonElement.animatedPoints */ |
| 5882 SVGPointList get animatedPoints native "SVGPolygonElement_animatedPoints_Gette
r"; | 5946 SVGPointList get animatedPoints native "SVGPolygonElement_animatedPoints_Gette
r"; |
| 5883 | 5947 |
| 5884 | 5948 |
| 5885 /** @domName SVGPolygonElement.points */ | 5949 /** @domName SVGPolygonElement.points */ |
| 5886 SVGPointList get points native "SVGPolygonElement_points_Getter"; | 5950 SVGPointList get points native "SVGPolygonElement_points_Getter"; |
| 5887 | 5951 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5964 } | 6028 } |
| 5965 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6029 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5966 // for details. All rights reserved. Use of this source code is governed by a | 6030 // for details. All rights reserved. Use of this source code is governed by a |
| 5967 // BSD-style license that can be found in the LICENSE file. | 6031 // BSD-style license that can be found in the LICENSE file. |
| 5968 | 6032 |
| 5969 // WARNING: Do not edit - generated code. | 6033 // WARNING: Do not edit - generated code. |
| 5970 | 6034 |
| 5971 | 6035 |
| 5972 /// @domName SVGPolylineElement | 6036 /// @domName SVGPolylineElement |
| 5973 class SVGPolylineElement extends SVGElement implements SVGLangSpace, SVGStylable
, SVGTests, SVGTransformable, SVGExternalResourcesRequired { | 6037 class SVGPolylineElement extends SVGElement implements SVGLangSpace, SVGStylable
, SVGTests, SVGTransformable, SVGExternalResourcesRequired { |
| 6038 |
| 6039 factory SVGPolylineElement() => _SVGElementFactoryProvider.createSVGElement_ta
g("polyline"); |
| 5974 SVGPolylineElement.internal(): super.internal(); | 6040 SVGPolylineElement.internal(): super.internal(); |
| 5975 | 6041 |
| 5976 | 6042 |
| 5977 /** @domName SVGPolylineElement.animatedPoints */ | 6043 /** @domName SVGPolylineElement.animatedPoints */ |
| 5978 SVGPointList get animatedPoints native "SVGPolylineElement_animatedPoints_Gett
er"; | 6044 SVGPointList get animatedPoints native "SVGPolylineElement_animatedPoints_Gett
er"; |
| 5979 | 6045 |
| 5980 | 6046 |
| 5981 /** @domName SVGPolylineElement.points */ | 6047 /** @domName SVGPolylineElement.points */ |
| 5982 SVGPointList get points native "SVGPolylineElement_points_Getter"; | 6048 SVGPointList get points native "SVGPolylineElement_points_Getter"; |
| 5983 | 6049 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6116 } | 6182 } |
| 6117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6118 // for details. All rights reserved. Use of this source code is governed by a | 6184 // for details. All rights reserved. Use of this source code is governed by a |
| 6119 // BSD-style license that can be found in the LICENSE file. | 6185 // BSD-style license that can be found in the LICENSE file. |
| 6120 | 6186 |
| 6121 // WARNING: Do not edit - generated code. | 6187 // WARNING: Do not edit - generated code. |
| 6122 | 6188 |
| 6123 | 6189 |
| 6124 /// @domName SVGRadialGradientElement | 6190 /// @domName SVGRadialGradientElement |
| 6125 class SVGRadialGradientElement extends SVGGradientElement { | 6191 class SVGRadialGradientElement extends SVGGradientElement { |
| 6192 |
| 6193 factory SVGRadialGradientElement() => _SVGElementFactoryProvider.createSVGElem
ent_tag("radialGradient"); |
| 6126 SVGRadialGradientElement.internal(): super.internal(); | 6194 SVGRadialGradientElement.internal(): super.internal(); |
| 6127 | 6195 |
| 6128 | 6196 |
| 6129 /** @domName SVGRadialGradientElement.cx */ | 6197 /** @domName SVGRadialGradientElement.cx */ |
| 6130 SVGAnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; | 6198 SVGAnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; |
| 6131 | 6199 |
| 6132 | 6200 |
| 6133 /** @domName SVGRadialGradientElement.cy */ | 6201 /** @domName SVGRadialGradientElement.cy */ |
| 6134 SVGAnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; | 6202 SVGAnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; |
| 6135 | 6203 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6196 } | 6264 } |
| 6197 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6265 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6198 // for details. All rights reserved. Use of this source code is governed by a | 6266 // for details. All rights reserved. Use of this source code is governed by a |
| 6199 // BSD-style license that can be found in the LICENSE file. | 6267 // BSD-style license that can be found in the LICENSE file. |
| 6200 | 6268 |
| 6201 // WARNING: Do not edit - generated code. | 6269 // WARNING: Do not edit - generated code. |
| 6202 | 6270 |
| 6203 | 6271 |
| 6204 /// @domName SVGRectElement | 6272 /// @domName SVGRectElement |
| 6205 class SVGRectElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired { | 6273 class SVGRectElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired { |
| 6274 |
| 6275 factory SVGRectElement() => _SVGElementFactoryProvider.createSVGElement_tag("r
ect"); |
| 6206 SVGRectElement.internal(): super.internal(); | 6276 SVGRectElement.internal(): super.internal(); |
| 6207 | 6277 |
| 6208 | 6278 |
| 6209 /** @domName SVGRectElement.height */ | 6279 /** @domName SVGRectElement.height */ |
| 6210 SVGAnimatedLength get height native "SVGRectElement_height_Getter"; | 6280 SVGAnimatedLength get height native "SVGRectElement_height_Getter"; |
| 6211 | 6281 |
| 6212 | 6282 |
| 6213 /** @domName SVGRectElement.rx */ | 6283 /** @domName SVGRectElement.rx */ |
| 6214 SVGAnimatedLength get rx native "SVGRectElement_rx_Getter"; | 6284 SVGAnimatedLength get rx native "SVGRectElement_rx_Getter"; |
| 6215 | 6285 |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6595 } | 6665 } |
| 6596 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6666 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6597 // for details. All rights reserved. Use of this source code is governed by a | 6667 // for details. All rights reserved. Use of this source code is governed by a |
| 6598 // BSD-style license that can be found in the LICENSE file. | 6668 // BSD-style license that can be found in the LICENSE file. |
| 6599 | 6669 |
| 6600 // WARNING: Do not edit - generated code. | 6670 // WARNING: Do not edit - generated code. |
| 6601 | 6671 |
| 6602 | 6672 |
| 6603 /// @domName SVGScriptElement | 6673 /// @domName SVGScriptElement |
| 6604 class SVGScriptElement extends SVGElement implements SVGURIReference, SVGExterna
lResourcesRequired { | 6674 class SVGScriptElement extends SVGElement implements SVGURIReference, SVGExterna
lResourcesRequired { |
| 6675 |
| 6676 factory SVGScriptElement() => _SVGElementFactoryProvider.createSVGElement_tag(
"script"); |
| 6605 SVGScriptElement.internal(): super.internal(); | 6677 SVGScriptElement.internal(): super.internal(); |
| 6606 | 6678 |
| 6607 | 6679 |
| 6608 /** @domName SVGScriptElement.type */ | 6680 /** @domName SVGScriptElement.type */ |
| 6609 String get type native "SVGScriptElement_type_Getter"; | 6681 String get type native "SVGScriptElement_type_Getter"; |
| 6610 | 6682 |
| 6611 | 6683 |
| 6612 /** @domName SVGScriptElement.type */ | 6684 /** @domName SVGScriptElement.type */ |
| 6613 void set type(String value) native "SVGScriptElement_type_Setter"; | 6685 void set type(String value) native "SVGScriptElement_type_Setter"; |
| 6614 | 6686 |
| 6615 | 6687 |
| 6616 /** @domName SVGScriptElement.externalResourcesRequired */ | 6688 /** @domName SVGScriptElement.externalResourcesRequired */ |
| 6617 SVGAnimatedBoolean get externalResourcesRequired native "SVGScriptElement_exte
rnalResourcesRequired_Getter"; | 6689 SVGAnimatedBoolean get externalResourcesRequired native "SVGScriptElement_exte
rnalResourcesRequired_Getter"; |
| 6618 | 6690 |
| 6619 | 6691 |
| 6620 /** @domName SVGScriptElement.href */ | 6692 /** @domName SVGScriptElement.href */ |
| 6621 SVGAnimatedString get href native "SVGScriptElement_href_Getter"; | 6693 SVGAnimatedString get href native "SVGScriptElement_href_Getter"; |
| 6622 | 6694 |
| 6623 } | 6695 } |
| 6624 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6696 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6625 // for details. All rights reserved. Use of this source code is governed by a | 6697 // for details. All rights reserved. Use of this source code is governed by a |
| 6626 // BSD-style license that can be found in the LICENSE file. | 6698 // BSD-style license that can be found in the LICENSE file. |
| 6627 | 6699 |
| 6628 // WARNING: Do not edit - generated code. | 6700 // WARNING: Do not edit - generated code. |
| 6629 | 6701 |
| 6630 | 6702 |
| 6631 /// @domName SVGSetElement | 6703 /// @domName SVGSetElement |
| 6632 class SVGSetElement extends SVGAnimationElement { | 6704 class SVGSetElement extends SVGAnimationElement { |
| 6705 |
| 6706 factory SVGSetElement() => _SVGElementFactoryProvider.createSVGElement_tag("se
t"); |
| 6633 SVGSetElement.internal(): super.internal(); | 6707 SVGSetElement.internal(): super.internal(); |
| 6634 | 6708 |
| 6635 } | 6709 } |
| 6636 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6710 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6637 // for details. All rights reserved. Use of this source code is governed by a | 6711 // for details. All rights reserved. Use of this source code is governed by a |
| 6638 // BSD-style license that can be found in the LICENSE file. | 6712 // BSD-style license that can be found in the LICENSE file. |
| 6639 | 6713 |
| 6640 // WARNING: Do not edit - generated code. | 6714 // WARNING: Do not edit - generated code. |
| 6641 | 6715 |
| 6642 | 6716 |
| 6643 /// @domName SVGStopElement | 6717 /// @domName SVGStopElement |
| 6644 class SVGStopElement extends SVGElement implements SVGStylable { | 6718 class SVGStopElement extends SVGElement implements SVGStylable { |
| 6719 |
| 6720 factory SVGStopElement() => _SVGElementFactoryProvider.createSVGElement_tag("s
top"); |
| 6645 SVGStopElement.internal(): super.internal(); | 6721 SVGStopElement.internal(): super.internal(); |
| 6646 | 6722 |
| 6647 | 6723 |
| 6648 /** @domName SVGStopElement.offset */ | 6724 /** @domName SVGStopElement.offset */ |
| 6649 SVGAnimatedNumber get offset native "SVGStopElement_offset_Getter"; | 6725 SVGAnimatedNumber get offset native "SVGStopElement_offset_Getter"; |
| 6650 | 6726 |
| 6651 | 6727 |
| 6652 /** @domName SVGStopElement.className */ | 6728 /** @domName SVGStopElement.className */ |
| 6653 SVGAnimatedString get $dom_svgClassName native "SVGStopElement_className_Gette
r"; | 6729 SVGAnimatedString get $dom_svgClassName native "SVGStopElement_className_Gette
r"; |
| 6654 | 6730 |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6816 } | 6892 } |
| 6817 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6893 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6818 // for details. All rights reserved. Use of this source code is governed by a | 6894 // for details. All rights reserved. Use of this source code is governed by a |
| 6819 // BSD-style license that can be found in the LICENSE file. | 6895 // BSD-style license that can be found in the LICENSE file. |
| 6820 | 6896 |
| 6821 // WARNING: Do not edit - generated code. | 6897 // WARNING: Do not edit - generated code. |
| 6822 | 6898 |
| 6823 | 6899 |
| 6824 /// @domName SVGStyleElement | 6900 /// @domName SVGStyleElement |
| 6825 class SVGStyleElement extends SVGElement implements SVGLangSpace { | 6901 class SVGStyleElement extends SVGElement implements SVGLangSpace { |
| 6902 |
| 6903 factory SVGStyleElement() => _SVGElementFactoryProvider.createSVGElement_tag("
style"); |
| 6826 SVGStyleElement.internal(): super.internal(); | 6904 SVGStyleElement.internal(): super.internal(); |
| 6827 | 6905 |
| 6828 | 6906 |
| 6829 /** @domName SVGStyleElement.disabled */ | 6907 /** @domName SVGStyleElement.disabled */ |
| 6830 bool get disabled native "SVGStyleElement_disabled_Getter"; | 6908 bool get disabled native "SVGStyleElement_disabled_Getter"; |
| 6831 | 6909 |
| 6832 | 6910 |
| 6833 /** @domName SVGStyleElement.disabled */ | 6911 /** @domName SVGStyleElement.disabled */ |
| 6834 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; | 6912 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; |
| 6835 | 6913 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6876 } | 6954 } |
| 6877 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6955 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6878 // for details. All rights reserved. Use of this source code is governed by a | 6956 // for details. All rights reserved. Use of this source code is governed by a |
| 6879 // BSD-style license that can be found in the LICENSE file. | 6957 // BSD-style license that can be found in the LICENSE file. |
| 6880 | 6958 |
| 6881 // WARNING: Do not edit - generated code. | 6959 // WARNING: Do not edit - generated code. |
| 6882 | 6960 |
| 6883 | 6961 |
| 6884 /// @domName SVGSwitchElement | 6962 /// @domName SVGSwitchElement |
| 6885 class SVGSwitchElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired { | 6963 class SVGSwitchElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired { |
| 6964 |
| 6965 factory SVGSwitchElement() => _SVGElementFactoryProvider.createSVGElement_tag(
"switch"); |
| 6886 SVGSwitchElement.internal(): super.internal(); | 6966 SVGSwitchElement.internal(): super.internal(); |
| 6887 | 6967 |
| 6888 | 6968 |
| 6889 /** @domName SVGSwitchElement.externalResourcesRequired */ | 6969 /** @domName SVGSwitchElement.externalResourcesRequired */ |
| 6890 SVGAnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_exte
rnalResourcesRequired_Getter"; | 6970 SVGAnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_exte
rnalResourcesRequired_Getter"; |
| 6891 | 6971 |
| 6892 | 6972 |
| 6893 /** @domName SVGSwitchElement.xmllang */ | 6973 /** @domName SVGSwitchElement.xmllang */ |
| 6894 String get xmllang native "SVGSwitchElement_xmllang_Getter"; | 6974 String get xmllang native "SVGSwitchElement_xmllang_Getter"; |
| 6895 | 6975 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6964 } | 7044 } |
| 6965 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7045 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6966 // for details. All rights reserved. Use of this source code is governed by a | 7046 // for details. All rights reserved. Use of this source code is governed by a |
| 6967 // BSD-style license that can be found in the LICENSE file. | 7047 // BSD-style license that can be found in the LICENSE file. |
| 6968 | 7048 |
| 6969 // WARNING: Do not edit - generated code. | 7049 // WARNING: Do not edit - generated code. |
| 6970 | 7050 |
| 6971 | 7051 |
| 6972 /// @domName SVGSymbolElement | 7052 /// @domName SVGSymbolElement |
| 6973 class SVGSymbolElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
ox, SVGExternalResourcesRequired, SVGStylable { | 7053 class SVGSymbolElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
ox, SVGExternalResourcesRequired, SVGStylable { |
| 7054 |
| 7055 factory SVGSymbolElement() => _SVGElementFactoryProvider.createSVGElement_tag(
"symbol"); |
| 6974 SVGSymbolElement.internal(): super.internal(); | 7056 SVGSymbolElement.internal(): super.internal(); |
| 6975 | 7057 |
| 6976 | 7058 |
| 6977 /** @domName SVGSymbolElement.externalResourcesRequired */ | 7059 /** @domName SVGSymbolElement.externalResourcesRequired */ |
| 6978 SVGAnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_exte
rnalResourcesRequired_Getter"; | 7060 SVGAnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_exte
rnalResourcesRequired_Getter"; |
| 6979 | 7061 |
| 6980 | 7062 |
| 6981 /** @domName SVGSymbolElement.preserveAspectRatio */ | 7063 /** @domName SVGSymbolElement.preserveAspectRatio */ |
| 6982 SVGAnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElemen
t_preserveAspectRatio_Getter"; | 7064 SVGAnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElemen
t_preserveAspectRatio_Getter"; |
| 6983 | 7065 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7016 } | 7098 } |
| 7017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7099 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7018 // for details. All rights reserved. Use of this source code is governed by a | 7100 // for details. All rights reserved. Use of this source code is governed by a |
| 7019 // BSD-style license that can be found in the LICENSE file. | 7101 // BSD-style license that can be found in the LICENSE file. |
| 7020 | 7102 |
| 7021 // WARNING: Do not edit - generated code. | 7103 // WARNING: Do not edit - generated code. |
| 7022 | 7104 |
| 7023 | 7105 |
| 7024 /// @domName SVGTRefElement | 7106 /// @domName SVGTRefElement |
| 7025 class SVGTRefElement extends SVGTextPositioningElement implements SVGURIReferenc
e { | 7107 class SVGTRefElement extends SVGTextPositioningElement implements SVGURIReferenc
e { |
| 7108 |
| 7109 factory SVGTRefElement() => _SVGElementFactoryProvider.createSVGElement_tag("t
ref"); |
| 7026 SVGTRefElement.internal(): super.internal(); | 7110 SVGTRefElement.internal(): super.internal(); |
| 7027 | 7111 |
| 7028 | 7112 |
| 7029 /** @domName SVGTRefElement.href */ | 7113 /** @domName SVGTRefElement.href */ |
| 7030 SVGAnimatedString get href native "SVGTRefElement_href_Getter"; | 7114 SVGAnimatedString get href native "SVGTRefElement_href_Getter"; |
| 7031 | 7115 |
| 7032 } | 7116 } |
| 7033 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7034 // for details. All rights reserved. Use of this source code is governed by a | 7118 // for details. All rights reserved. Use of this source code is governed by a |
| 7035 // BSD-style license that can be found in the LICENSE file. | 7119 // BSD-style license that can be found in the LICENSE file. |
| 7036 | 7120 |
| 7037 // WARNING: Do not edit - generated code. | 7121 // WARNING: Do not edit - generated code. |
| 7038 | 7122 |
| 7039 | 7123 |
| 7040 /// @domName SVGTSpanElement | 7124 /// @domName SVGTSpanElement |
| 7041 class SVGTSpanElement extends SVGTextPositioningElement { | 7125 class SVGTSpanElement extends SVGTextPositioningElement { |
| 7126 |
| 7127 factory SVGTSpanElement() => _SVGElementFactoryProvider.createSVGElement_tag("
tspan"); |
| 7042 SVGTSpanElement.internal(): super.internal(); | 7128 SVGTSpanElement.internal(): super.internal(); |
| 7043 | 7129 |
| 7044 } | 7130 } |
| 7045 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7046 // for details. All rights reserved. Use of this source code is governed by a | 7132 // for details. All rights reserved. Use of this source code is governed by a |
| 7047 // BSD-style license that can be found in the LICENSE file. | 7133 // BSD-style license that can be found in the LICENSE file. |
| 7048 | 7134 |
| 7049 // WARNING: Do not edit - generated code. | 7135 // WARNING: Do not edit - generated code. |
| 7050 | 7136 |
| 7051 | 7137 |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7182 } | 7268 } |
| 7183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7269 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7184 // for details. All rights reserved. Use of this source code is governed by a | 7270 // for details. All rights reserved. Use of this source code is governed by a |
| 7185 // BSD-style license that can be found in the LICENSE file. | 7271 // BSD-style license that can be found in the LICENSE file. |
| 7186 | 7272 |
| 7187 // WARNING: Do not edit - generated code. | 7273 // WARNING: Do not edit - generated code. |
| 7188 | 7274 |
| 7189 | 7275 |
| 7190 /// @domName SVGTextElement | 7276 /// @domName SVGTextElement |
| 7191 class SVGTextElement extends SVGTextPositioningElement implements SVGTransformab
le { | 7277 class SVGTextElement extends SVGTextPositioningElement implements SVGTransformab
le { |
| 7278 |
| 7279 factory SVGTextElement() => _SVGElementFactoryProvider.createSVGElement_tag("t
ext"); |
| 7192 SVGTextElement.internal(): super.internal(); | 7280 SVGTextElement.internal(): super.internal(); |
| 7193 | 7281 |
| 7194 | 7282 |
| 7195 /** @domName SVGTextElement.farthestViewportElement */ | 7283 /** @domName SVGTextElement.farthestViewportElement */ |
| 7196 SVGElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; | 7284 SVGElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; |
| 7197 | 7285 |
| 7198 | 7286 |
| 7199 /** @domName SVGTextElement.nearestViewportElement */ | 7287 /** @domName SVGTextElement.nearestViewportElement */ |
| 7200 SVGElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; | 7288 SVGElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; |
| 7201 | 7289 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7294 } | 7382 } |
| 7295 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7383 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7296 // for details. All rights reserved. Use of this source code is governed by a | 7384 // for details. All rights reserved. Use of this source code is governed by a |
| 7297 // BSD-style license that can be found in the LICENSE file. | 7385 // BSD-style license that can be found in the LICENSE file. |
| 7298 | 7386 |
| 7299 // WARNING: Do not edit - generated code. | 7387 // WARNING: Do not edit - generated code. |
| 7300 | 7388 |
| 7301 | 7389 |
| 7302 /// @domName SVGTitleElement | 7390 /// @domName SVGTitleElement |
| 7303 class SVGTitleElement extends SVGElement implements SVGLangSpace, SVGStylable { | 7391 class SVGTitleElement extends SVGElement implements SVGLangSpace, SVGStylable { |
| 7392 |
| 7393 factory SVGTitleElement() => _SVGElementFactoryProvider.createSVGElement_tag("
title"); |
| 7304 SVGTitleElement.internal(): super.internal(); | 7394 SVGTitleElement.internal(): super.internal(); |
| 7305 | 7395 |
| 7306 | 7396 |
| 7307 /** @domName SVGTitleElement.xmllang */ | 7397 /** @domName SVGTitleElement.xmllang */ |
| 7308 String get xmllang native "SVGTitleElement_xmllang_Getter"; | 7398 String get xmllang native "SVGTitleElement_xmllang_Getter"; |
| 7309 | 7399 |
| 7310 | 7400 |
| 7311 /** @domName SVGTitleElement.xmllang */ | 7401 /** @domName SVGTitleElement.xmllang */ |
| 7312 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; | 7402 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; |
| 7313 | 7403 |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7607 } | 7697 } |
| 7608 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7698 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7609 // for details. All rights reserved. Use of this source code is governed by a | 7699 // for details. All rights reserved. Use of this source code is governed by a |
| 7610 // BSD-style license that can be found in the LICENSE file. | 7700 // BSD-style license that can be found in the LICENSE file. |
| 7611 | 7701 |
| 7612 // WARNING: Do not edit - generated code. | 7702 // WARNING: Do not edit - generated code. |
| 7613 | 7703 |
| 7614 | 7704 |
| 7615 /// @domName SVGUseElement | 7705 /// @domName SVGUseElement |
| 7616 class SVGUseElement extends SVGElement implements SVGLangSpace, SVGTests, SVGSty
lable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable { | 7706 class SVGUseElement extends SVGElement implements SVGLangSpace, SVGTests, SVGSty
lable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable { |
| 7707 |
| 7708 factory SVGUseElement() => _SVGElementFactoryProvider.createSVGElement_tag("us
e"); |
| 7617 SVGUseElement.internal(): super.internal(); | 7709 SVGUseElement.internal(): super.internal(); |
| 7618 | 7710 |
| 7619 | 7711 |
| 7620 /** @domName SVGUseElement.animatedInstanceRoot */ | 7712 /** @domName SVGUseElement.animatedInstanceRoot */ |
| 7621 SVGElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInst
anceRoot_Getter"; | 7713 SVGElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInst
anceRoot_Getter"; |
| 7622 | 7714 |
| 7623 | 7715 |
| 7624 /** @domName SVGUseElement.height */ | 7716 /** @domName SVGUseElement.height */ |
| 7625 SVGAnimatedLength get height native "SVGUseElement_height_Getter"; | 7717 SVGAnimatedLength get height native "SVGUseElement_height_Getter"; |
| 7626 | 7718 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7723 } | 7815 } |
| 7724 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7816 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7725 // for details. All rights reserved. Use of this source code is governed by a | 7817 // for details. All rights reserved. Use of this source code is governed by a |
| 7726 // BSD-style license that can be found in the LICENSE file. | 7818 // BSD-style license that can be found in the LICENSE file. |
| 7727 | 7819 |
| 7728 // WARNING: Do not edit - generated code. | 7820 // WARNING: Do not edit - generated code. |
| 7729 | 7821 |
| 7730 | 7822 |
| 7731 /// @domName SVGVKernElement | 7823 /// @domName SVGVKernElement |
| 7732 class SVGVKernElement extends SVGElement { | 7824 class SVGVKernElement extends SVGElement { |
| 7825 |
| 7826 factory SVGVKernElement() => _SVGElementFactoryProvider.createSVGElement_tag("
vkern"); |
| 7733 SVGVKernElement.internal(): super.internal(); | 7827 SVGVKernElement.internal(): super.internal(); |
| 7734 | 7828 |
| 7735 } | 7829 } |
| 7736 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7830 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7737 // for details. All rights reserved. Use of this source code is governed by a | 7831 // for details. All rights reserved. Use of this source code is governed by a |
| 7738 // BSD-style license that can be found in the LICENSE file. | 7832 // BSD-style license that can be found in the LICENSE file. |
| 7739 | 7833 |
| 7740 // WARNING: Do not edit - generated code. | 7834 // WARNING: Do not edit - generated code. |
| 7741 | 7835 |
| 7742 | 7836 |
| 7743 /// @domName SVGViewElement | 7837 /// @domName SVGViewElement |
| 7744 class SVGViewElement extends SVGElement implements SVGFitToViewBox, SVGZoomAndPa
n, SVGExternalResourcesRequired { | 7838 class SVGViewElement extends SVGElement implements SVGFitToViewBox, SVGZoomAndPa
n, SVGExternalResourcesRequired { |
| 7839 |
| 7840 factory SVGViewElement() => _SVGElementFactoryProvider.createSVGElement_tag("v
iew"); |
| 7745 SVGViewElement.internal(): super.internal(); | 7841 SVGViewElement.internal(): super.internal(); |
| 7746 | 7842 |
| 7747 | 7843 |
| 7748 /** @domName SVGViewElement.viewTarget */ | 7844 /** @domName SVGViewElement.viewTarget */ |
| 7749 SVGStringList get viewTarget native "SVGViewElement_viewTarget_Getter"; | 7845 SVGStringList get viewTarget native "SVGViewElement_viewTarget_Getter"; |
| 7750 | 7846 |
| 7751 | 7847 |
| 7752 /** @domName SVGViewElement.externalResourcesRequired */ | 7848 /** @domName SVGViewElement.externalResourcesRequired */ |
| 7753 SVGAnimatedBoolean get externalResourcesRequired native "SVGViewElement_extern
alResourcesRequired_Getter"; | 7849 SVGAnimatedBoolean get externalResourcesRequired native "SVGViewElement_extern
alResourcesRequired_Getter"; |
| 7754 | 7850 |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7977 List<SVGElementInstance> getRange(int start, int rangeLength) => | 8073 List<SVGElementInstance> getRange(int start, int rangeLength) => |
| 7978 _Lists.getRange(this, start, rangeLength, <SVGElementInstance>[]); | 8074 _Lists.getRange(this, start, rangeLength, <SVGElementInstance>[]); |
| 7979 | 8075 |
| 7980 // -- end List<SVGElementInstance> mixins. | 8076 // -- end List<SVGElementInstance> mixins. |
| 7981 | 8077 |
| 7982 | 8078 |
| 7983 /** @domName SVGElementInstanceList.item */ | 8079 /** @domName SVGElementInstanceList.item */ |
| 7984 SVGElementInstance item(int index) native "SVGElementInstanceList_item_Callbac
k"; | 8080 SVGElementInstance item(int index) native "SVGElementInstanceList_item_Callbac
k"; |
| 7985 | 8081 |
| 7986 } | 8082 } |
| OLD | NEW |