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

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

Issue 19789017: Regenerate dart:html from new Blink IDL files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More fixes Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_gl/dart2js/web_gl_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 library dart.dom.svg; 1 library dart.dom.svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:_collection-dev' hide deprecated; 5 import 'dart:_collection-dev' hide deprecated;
6 import 'dart:html'; 6 import 'dart:html';
7 import 'dart:html_common'; 7 import 'dart:html_common';
8 import 'dart:nativewrappers'; 8 import 'dart:nativewrappers';
9 // DO NOT EDIT 9 // DO NOT EDIT
10 // Auto-generated dart:svg library. 10 // Auto-generated dart:svg library.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 56 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
57 // for details. All rights reserved. Use of this source code is governed by a 57 // for details. All rights reserved. Use of this source code is governed by a
58 // BSD-style license that can be found in the LICENSE file. 58 // BSD-style license that can be found in the LICENSE file.
59 59
60 // WARNING: Do not edit - generated code. 60 // WARNING: Do not edit - generated code.
61 61
62 62
63 @DocsEditable() 63 @DocsEditable()
64 @DomName('SVGAElement') 64 @DomName('SVGAElement')
65 @Unstable() 65 @Unstable()
66 class AElement extends StyledElement implements UriReference, Tests, Transformab le, ExternalResourcesRequired, LangSpace { 66 class AElement extends StyledElement implements Transformable, ExternalResources Required, UriReference, Tests, LangSpace {
67 // To suppress missing implicit constructor warnings. 67 // To suppress missing implicit constructor warnings.
68 factory AElement._() { throw new UnsupportedError("Not supported"); } 68 factory AElement._() { throw new UnsupportedError("Not supported"); }
69 69
70 @DomName('SVGAElement.SVGAElement') 70 @DomName('SVGAElement.SVGAElement')
71 @DocsEditable() 71 @DocsEditable()
72 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); 72 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a");
73 73
74 @DomName('SVGAElement.target') 74 @DomName('SVGAElement.target')
75 @DocsEditable() 75 @DocsEditable()
76 AnimatedString get target native "SVGAElement_target_Getter"; 76 AnimatedString get target native "SVGAElement_target_Getter";
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 608 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
609 // for details. All rights reserved. Use of this source code is governed by a 609 // for details. All rights reserved. Use of this source code is governed by a
610 // BSD-style license that can be found in the LICENSE file. 610 // BSD-style license that can be found in the LICENSE file.
611 611
612 // WARNING: Do not edit - generated code. 612 // WARNING: Do not edit - generated code.
613 613
614 614
615 @DocsEditable() 615 @DocsEditable()
616 @DomName('SVGAnimationElement') 616 @DomName('SVGAnimationElement')
617 @Unstable() 617 @Unstable()
618 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired { 618 class AnimationElement extends SvgElement implements ExternalResourcesRequired, ElementTimeControl, Tests {
619 // To suppress missing implicit constructor warnings. 619 // To suppress missing implicit constructor warnings.
620 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } 620 factory AnimationElement._() { throw new UnsupportedError("Not supported"); }
621 621
622 @DomName('SVGAnimationElement.SVGAnimationElement') 622 @DomName('SVGAnimationElement.SVGAnimationElement')
623 @DocsEditable() 623 @DocsEditable()
624 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation"); 624 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation");
625 625
626 @DomName('SVGAnimationElement.targetElement') 626 @DomName('SVGAnimationElement.targetElement')
627 @DocsEditable() 627 @DocsEditable()
628 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ; 628 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 679 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
680 // for details. All rights reserved. Use of this source code is governed by a 680 // for details. All rights reserved. Use of this source code is governed by a
681 // BSD-style license that can be found in the LICENSE file. 681 // BSD-style license that can be found in the LICENSE file.
682 682
683 // WARNING: Do not edit - generated code. 683 // WARNING: Do not edit - generated code.
684 684
685 685
686 @DocsEditable() 686 @DocsEditable()
687 @DomName('SVGCircleElement') 687 @DomName('SVGCircleElement')
688 @Unstable() 688 @Unstable()
689 class CircleElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace { 689 class CircleElement extends StyledElement implements Transformable, ExternalReso urcesRequired, Tests, LangSpace {
690 // To suppress missing implicit constructor warnings. 690 // To suppress missing implicit constructor warnings.
691 factory CircleElement._() { throw new UnsupportedError("Not supported"); } 691 factory CircleElement._() { throw new UnsupportedError("Not supported"); }
692 692
693 @DomName('SVGCircleElement.SVGCircleElement') 693 @DomName('SVGCircleElement.SVGCircleElement')
694 @DocsEditable() 694 @DocsEditable()
695 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle"); 695 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle");
696 696
697 @DomName('SVGCircleElement.cx') 697 @DomName('SVGCircleElement.cx')
698 @DocsEditable() 698 @DocsEditable()
699 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; 699 AnimatedLength get cx native "SVGCircleElement_cx_Getter";
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 774 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
775 // for details. All rights reserved. Use of this source code is governed by a 775 // for details. All rights reserved. Use of this source code is governed by a
776 // BSD-style license that can be found in the LICENSE file. 776 // BSD-style license that can be found in the LICENSE file.
777 777
778 // WARNING: Do not edit - generated code. 778 // WARNING: Do not edit - generated code.
779 779
780 780
781 @DocsEditable() 781 @DocsEditable()
782 @DomName('SVGClipPathElement') 782 @DomName('SVGClipPathElement')
783 @Unstable() 783 @Unstable()
784 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace { 784 class ClipPathElement extends StyledElement implements Transformable, ExternalRe sourcesRequired, Tests, LangSpace {
785 // To suppress missing implicit constructor warnings. 785 // To suppress missing implicit constructor warnings.
786 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } 786 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); }
787 787
788 @DomName('SVGClipPathElement.SVGClipPathElement') 788 @DomName('SVGClipPathElement.SVGClipPathElement')
789 @DocsEditable() 789 @DocsEditable()
790 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath"); 790 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath");
791 791
792 @DomName('SVGClipPathElement.clipPathUnits') 792 @DomName('SVGClipPathElement.clipPathUnits')
793 @DocsEditable() 793 @DocsEditable()
794 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter"; 794 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter";
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
862 // for details. All rights reserved. Use of this source code is governed by a 862 // for details. All rights reserved. Use of this source code is governed by a
863 // BSD-style license that can be found in the LICENSE file. 863 // BSD-style license that can be found in the LICENSE file.
864 864
865 // WARNING: Do not edit - generated code. 865 // WARNING: Do not edit - generated code.
866 866
867 867
868 @DocsEditable() 868 @DocsEditable()
869 @DomName('SVGDefsElement') 869 @DomName('SVGDefsElement')
870 @Unstable() 870 @Unstable()
871 class DefsElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 871 class DefsElement extends StyledElement implements Transformable, ExternalResour cesRequired, Tests, LangSpace {
872 // To suppress missing implicit constructor warnings. 872 // To suppress missing implicit constructor warnings.
873 factory DefsElement._() { throw new UnsupportedError("Not supported"); } 873 factory DefsElement._() { throw new UnsupportedError("Not supported"); }
874 874
875 @DomName('SVGDefsElement.SVGDefsElement') 875 @DomName('SVGDefsElement.SVGDefsElement')
876 @DocsEditable() 876 @DocsEditable()
877 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs "); 877 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs ");
878 878
879 @DomName('SVGDefsElement.externalResourcesRequired') 879 @DomName('SVGDefsElement.externalResourcesRequired')
880 @DocsEditable() 880 @DocsEditable()
881 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter"; 881 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter";
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1351 // for details. All rights reserved. Use of this source code is governed by a 1351 // for details. All rights reserved. Use of this source code is governed by a
1352 // BSD-style license that can be found in the LICENSE file. 1352 // BSD-style license that can be found in the LICENSE file.
1353 1353
1354 // WARNING: Do not edit - generated code. 1354 // WARNING: Do not edit - generated code.
1355 1355
1356 1356
1357 @DocsEditable() 1357 @DocsEditable()
1358 @DomName('SVGEllipseElement') 1358 @DomName('SVGEllipseElement')
1359 @Unstable() 1359 @Unstable()
1360 class EllipseElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace { 1360 class EllipseElement extends StyledElement implements Transformable, ExternalRes ourcesRequired, Tests, LangSpace {
1361 // To suppress missing implicit constructor warnings. 1361 // To suppress missing implicit constructor warnings.
1362 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } 1362 factory EllipseElement._() { throw new UnsupportedError("Not supported"); }
1363 1363
1364 @DomName('SVGEllipseElement.SVGEllipseElement') 1364 @DomName('SVGEllipseElement.SVGEllipseElement')
1365 @DocsEditable() 1365 @DocsEditable()
1366 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1366 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1367 1367
1368 @DomName('SVGEllipseElement.cx') 1368 @DomName('SVGEllipseElement.cx')
1369 @DocsEditable() 1369 @DocsEditable()
1370 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; 1370 AnimatedLength get cx native "SVGEllipseElement_cx_Getter";
(...skipping 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 3002
3003 // WARNING: Do not edit - generated code. 3003 // WARNING: Do not edit - generated code.
3004 3004
3005 3005
3006 @DocsEditable() 3006 @DocsEditable()
3007 @DomName('SVGForeignObjectElement') 3007 @DomName('SVGForeignObjectElement')
3008 @SupportedBrowser(SupportedBrowser.CHROME) 3008 @SupportedBrowser(SupportedBrowser.CHROME)
3009 @SupportedBrowser(SupportedBrowser.FIREFOX) 3009 @SupportedBrowser(SupportedBrowser.FIREFOX)
3010 @SupportedBrowser(SupportedBrowser.SAFARI) 3010 @SupportedBrowser(SupportedBrowser.SAFARI)
3011 @Unstable() 3011 @Unstable()
3012 class ForeignObjectElement extends StyledElement implements Transformable, Tests , ExternalResourcesRequired, LangSpace { 3012 class ForeignObjectElement extends StyledElement implements Transformable, Exter nalResourcesRequired, Tests, LangSpace {
3013 // To suppress missing implicit constructor warnings. 3013 // To suppress missing implicit constructor warnings.
3014 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported") ; } 3014 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported") ; }
3015 3015
3016 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') 3016 @DomName('SVGForeignObjectElement.SVGForeignObjectElement')
3017 @DocsEditable() 3017 @DocsEditable()
3018 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject"); 3018 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject");
3019 3019
3020 /// Checks if this type is supported on the current platform. 3020 /// Checks if this type is supported on the current platform.
3021 static bool get supported => true; 3021 static bool get supported => true;
3022 3022
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
3104 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3104 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3105 // for details. All rights reserved. Use of this source code is governed by a 3105 // for details. All rights reserved. Use of this source code is governed by a
3106 // BSD-style license that can be found in the LICENSE file. 3106 // BSD-style license that can be found in the LICENSE file.
3107 3107
3108 // WARNING: Do not edit - generated code. 3108 // WARNING: Do not edit - generated code.
3109 3109
3110 3110
3111 @DocsEditable() 3111 @DocsEditable()
3112 @DomName('SVGGElement') 3112 @DomName('SVGGElement')
3113 @Unstable() 3113 @Unstable()
3114 class GElement extends StyledElement implements Transformable, Tests, ExternalRe sourcesRequired, LangSpace { 3114 class GElement extends StyledElement implements Transformable, ExternalResources Required, Tests, LangSpace {
3115 // To suppress missing implicit constructor warnings. 3115 // To suppress missing implicit constructor warnings.
3116 factory GElement._() { throw new UnsupportedError("Not supported"); } 3116 factory GElement._() { throw new UnsupportedError("Not supported"); }
3117 3117
3118 @DomName('SVGGElement.SVGGElement') 3118 @DomName('SVGGElement.SVGGElement')
3119 @DocsEditable() 3119 @DocsEditable()
3120 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); 3120 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g");
3121 3121
3122 @DomName('SVGGElement.externalResourcesRequired') 3122 @DomName('SVGGElement.externalResourcesRequired')
3123 @DocsEditable() 3123 @DocsEditable()
3124 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter"; 3124 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter";
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
3187 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3187 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3188 // for details. All rights reserved. Use of this source code is governed by a 3188 // for details. All rights reserved. Use of this source code is governed by a
3189 // BSD-style license that can be found in the LICENSE file. 3189 // BSD-style license that can be found in the LICENSE file.
3190 3190
3191 // WARNING: Do not edit - generated code. 3191 // WARNING: Do not edit - generated code.
3192 3192
3193 3193
3194 @DocsEditable() 3194 @DocsEditable()
3195 @DomName('SVGImageElement') 3195 @DomName('SVGImageElement')
3196 @Unstable() 3196 @Unstable()
3197 class ImageElement extends StyledElement implements UriReference, Tests, Transfo rmable, ExternalResourcesRequired, LangSpace { 3197 class ImageElement extends StyledElement implements Transformable, ExternalResou rcesRequired, UriReference, Tests, LangSpace {
3198 // To suppress missing implicit constructor warnings. 3198 // To suppress missing implicit constructor warnings.
3199 factory ImageElement._() { throw new UnsupportedError("Not supported"); } 3199 factory ImageElement._() { throw new UnsupportedError("Not supported"); }
3200 3200
3201 @DomName('SVGImageElement.SVGImageElement') 3201 @DomName('SVGImageElement.SVGImageElement')
3202 @DocsEditable() 3202 @DocsEditable()
3203 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge"); 3203 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge");
3204 3204
3205 @DomName('SVGImageElement.height') 3205 @DomName('SVGImageElement.height')
3206 @DocsEditable() 3206 @DocsEditable()
3207 AnimatedLength get height native "SVGImageElement_height_Getter"; 3207 AnimatedLength get height native "SVGImageElement_height_Getter";
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
3511 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3511 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3512 // for details. All rights reserved. Use of this source code is governed by a 3512 // for details. All rights reserved. Use of this source code is governed by a
3513 // BSD-style license that can be found in the LICENSE file. 3513 // BSD-style license that can be found in the LICENSE file.
3514 3514
3515 // WARNING: Do not edit - generated code. 3515 // WARNING: Do not edit - generated code.
3516 3516
3517 3517
3518 @DocsEditable() 3518 @DocsEditable()
3519 @DomName('SVGLineElement') 3519 @DomName('SVGLineElement')
3520 @Unstable() 3520 @Unstable()
3521 class LineElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 3521 class LineElement extends StyledElement implements Transformable, ExternalResour cesRequired, Tests, LangSpace {
3522 // To suppress missing implicit constructor warnings. 3522 // To suppress missing implicit constructor warnings.
3523 factory LineElement._() { throw new UnsupportedError("Not supported"); } 3523 factory LineElement._() { throw new UnsupportedError("Not supported"); }
3524 3524
3525 @DomName('SVGLineElement.SVGLineElement') 3525 @DomName('SVGLineElement.SVGLineElement')
3526 @DocsEditable() 3526 @DocsEditable()
3527 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line "); 3527 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line ");
3528 3528
3529 @DomName('SVGLineElement.x1') 3529 @DomName('SVGLineElement.x1')
3530 @DocsEditable() 3530 @DocsEditable()
3531 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; 3531 AnimatedLength get x1 native "SVGLineElement_x1_Getter";
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
3789 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3789 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3790 // for details. All rights reserved. Use of this source code is governed by a 3790 // for details. All rights reserved. Use of this source code is governed by a
3791 // BSD-style license that can be found in the LICENSE file. 3791 // BSD-style license that can be found in the LICENSE file.
3792 3792
3793 // WARNING: Do not edit - generated code. 3793 // WARNING: Do not edit - generated code.
3794 3794
3795 3795
3796 @DocsEditable() 3796 @DocsEditable()
3797 @DomName('SVGMaskElement') 3797 @DomName('SVGMaskElement')
3798 @Unstable() 3798 @Unstable()
3799 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi red, LangSpace { 3799 class MaskElement extends StyledElement implements ExternalResourcesRequired, Te sts, LangSpace {
3800 // To suppress missing implicit constructor warnings. 3800 // To suppress missing implicit constructor warnings.
3801 factory MaskElement._() { throw new UnsupportedError("Not supported"); } 3801 factory MaskElement._() { throw new UnsupportedError("Not supported"); }
3802 3802
3803 @DomName('SVGMaskElement.SVGMaskElement') 3803 @DomName('SVGMaskElement.SVGMaskElement')
3804 @DocsEditable() 3804 @DocsEditable()
3805 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 3805 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
3806 3806
3807 @DomName('SVGMaskElement.height') 3807 @DomName('SVGMaskElement.height')
3808 @DocsEditable() 3808 @DocsEditable()
3809 AnimatedLength get height native "SVGMaskElement_height_Getter"; 3809 AnimatedLength get height native "SVGMaskElement_height_Getter";
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
4101 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4101 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4102 // for details. All rights reserved. Use of this source code is governed by a 4102 // for details. All rights reserved. Use of this source code is governed by a
4103 // BSD-style license that can be found in the LICENSE file. 4103 // BSD-style license that can be found in the LICENSE file.
4104 4104
4105 // WARNING: Do not edit - generated code. 4105 // WARNING: Do not edit - generated code.
4106 4106
4107 4107
4108 @DocsEditable() 4108 @DocsEditable()
4109 @DomName('SVGPathElement') 4109 @DomName('SVGPathElement')
4110 @Unstable() 4110 @Unstable()
4111 class PathElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 4111 class PathElement extends StyledElement implements Transformable, ExternalResour cesRequired, Tests, LangSpace {
4112 // To suppress missing implicit constructor warnings. 4112 // To suppress missing implicit constructor warnings.
4113 factory PathElement._() { throw new UnsupportedError("Not supported"); } 4113 factory PathElement._() { throw new UnsupportedError("Not supported"); }
4114 4114
4115 @DomName('SVGPathElement.SVGPathElement') 4115 @DomName('SVGPathElement.SVGPathElement')
4116 @DocsEditable() 4116 @DocsEditable()
4117 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4117 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4118 4118
4119 @DomName('SVGPathElement.animatedNormalizedPathSegList') 4119 @DomName('SVGPathElement.animatedNormalizedPathSegList')
4120 @DocsEditable() 4120 @DocsEditable()
4121 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter"; 4121 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter";
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
5234 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5234 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5235 // for details. All rights reserved. Use of this source code is governed by a 5235 // for details. All rights reserved. Use of this source code is governed by a
5236 // BSD-style license that can be found in the LICENSE file. 5236 // BSD-style license that can be found in the LICENSE file.
5237 5237
5238 // WARNING: Do not edit - generated code. 5238 // WARNING: Do not edit - generated code.
5239 5239
5240 5240
5241 @DocsEditable() 5241 @DocsEditable()
5242 @DomName('SVGPatternElement') 5242 @DomName('SVGPatternElement')
5243 @Unstable() 5243 @Unstable()
5244 class PatternElement extends StyledElement implements FitToViewBox, UriReference , Tests, ExternalResourcesRequired, LangSpace { 5244 class PatternElement extends StyledElement implements FitToViewBox, UriReference , ExternalResourcesRequired, Tests, LangSpace {
5245 // To suppress missing implicit constructor warnings. 5245 // To suppress missing implicit constructor warnings.
5246 factory PatternElement._() { throw new UnsupportedError("Not supported"); } 5246 factory PatternElement._() { throw new UnsupportedError("Not supported"); }
5247 5247
5248 @DomName('SVGPatternElement.SVGPatternElement') 5248 @DomName('SVGPatternElement.SVGPatternElement')
5249 @DocsEditable() 5249 @DocsEditable()
5250 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern"); 5250 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern");
5251 5251
5252 @DomName('SVGPatternElement.height') 5252 @DomName('SVGPatternElement.height')
5253 @DocsEditable() 5253 @DocsEditable()
5254 AnimatedLength get height native "SVGPatternElement_height_Getter"; 5254 AnimatedLength get height native "SVGPatternElement_height_Getter";
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
5407 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5407 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5408 // for details. All rights reserved. Use of this source code is governed by a 5408 // for details. All rights reserved. Use of this source code is governed by a
5409 // BSD-style license that can be found in the LICENSE file. 5409 // BSD-style license that can be found in the LICENSE file.
5410 5410
5411 // WARNING: Do not edit - generated code. 5411 // WARNING: Do not edit - generated code.
5412 5412
5413 5413
5414 @DocsEditable() 5414 @DocsEditable()
5415 @DomName('SVGPolygonElement') 5415 @DomName('SVGPolygonElement')
5416 @Unstable() 5416 @Unstable()
5417 class PolygonElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace { 5417 class PolygonElement extends StyledElement implements Transformable, ExternalRes ourcesRequired, Tests, LangSpace {
5418 // To suppress missing implicit constructor warnings. 5418 // To suppress missing implicit constructor warnings.
5419 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } 5419 factory PolygonElement._() { throw new UnsupportedError("Not supported"); }
5420 5420
5421 @DomName('SVGPolygonElement.SVGPolygonElement') 5421 @DomName('SVGPolygonElement.SVGPolygonElement')
5422 @DocsEditable() 5422 @DocsEditable()
5423 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon"); 5423 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon");
5424 5424
5425 @DomName('SVGPolygonElement.animatedPoints') 5425 @DomName('SVGPolygonElement.animatedPoints')
5426 @DocsEditable() 5426 @DocsEditable()
5427 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; 5427 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter";
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
5498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5499 // for details. All rights reserved. Use of this source code is governed by a 5499 // for details. All rights reserved. Use of this source code is governed by a
5500 // BSD-style license that can be found in the LICENSE file. 5500 // BSD-style license that can be found in the LICENSE file.
5501 5501
5502 // WARNING: Do not edit - generated code. 5502 // WARNING: Do not edit - generated code.
5503 5503
5504 5504
5505 @DocsEditable() 5505 @DocsEditable()
5506 @DomName('SVGPolylineElement') 5506 @DomName('SVGPolylineElement')
5507 @Unstable() 5507 @Unstable()
5508 class PolylineElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace { 5508 class PolylineElement extends StyledElement implements Transformable, ExternalRe sourcesRequired, Tests, LangSpace {
5509 // To suppress missing implicit constructor warnings. 5509 // To suppress missing implicit constructor warnings.
5510 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } 5510 factory PolylineElement._() { throw new UnsupportedError("Not supported"); }
5511 5511
5512 @DomName('SVGPolylineElement.SVGPolylineElement') 5512 @DomName('SVGPolylineElement.SVGPolylineElement')
5513 @DocsEditable() 5513 @DocsEditable()
5514 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline"); 5514 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline");
5515 5515
5516 @DomName('SVGPolylineElement.animatedPoints') 5516 @DomName('SVGPolylineElement.animatedPoints')
5517 @DocsEditable() 5517 @DocsEditable()
5518 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ; 5518 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ;
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
5762 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5762 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5763 // for details. All rights reserved. Use of this source code is governed by a 5763 // for details. All rights reserved. Use of this source code is governed by a
5764 // BSD-style license that can be found in the LICENSE file. 5764 // BSD-style license that can be found in the LICENSE file.
5765 5765
5766 // WARNING: Do not edit - generated code. 5766 // WARNING: Do not edit - generated code.
5767 5767
5768 5768
5769 @DocsEditable() 5769 @DocsEditable()
5770 @DomName('SVGRectElement') 5770 @DomName('SVGRectElement')
5771 @Unstable() 5771 @Unstable()
5772 class RectElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 5772 class RectElement extends StyledElement implements Transformable, ExternalResour cesRequired, Tests, LangSpace {
5773 // To suppress missing implicit constructor warnings. 5773 // To suppress missing implicit constructor warnings.
5774 factory RectElement._() { throw new UnsupportedError("Not supported"); } 5774 factory RectElement._() { throw new UnsupportedError("Not supported"); }
5775 5775
5776 @DomName('SVGRectElement.SVGRectElement') 5776 @DomName('SVGRectElement.SVGRectElement')
5777 @DocsEditable() 5777 @DocsEditable()
5778 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect "); 5778 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect ");
5779 5779
5780 @DomName('SVGRectElement.height') 5780 @DomName('SVGRectElement.height')
5781 @DocsEditable() 5781 @DocsEditable()
5782 AnimatedLength get height native "SVGRectElement_height_Getter"; 5782 AnimatedLength get height native "SVGRectElement_height_Getter";
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
6329 6329
6330 @DomName('SVGElement.xmlbase') 6330 @DomName('SVGElement.xmlbase')
6331 @DocsEditable() 6331 @DocsEditable()
6332 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; 6332 void set xmlbase(String value) native "SVGElement_xmlbase_Setter";
6333 6333
6334 } 6334 }
6335 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6335 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6336 // for details. All rights reserved. Use of this source code is governed by a 6336 // for details. All rights reserved. Use of this source code is governed by a
6337 // BSD-style license that can be found in the LICENSE file. 6337 // BSD-style license that can be found in the LICENSE file.
6338 6338
6339 // WARNING: Do not edit - generated code.
6340
6341
6342 @DocsEditable()
6343 @DomName('SVGException')
6344 @Unstable()
6345 class SvgException extends NativeFieldWrapperClass1 {
6346
6347 @DomName('SVGException.SVG_INVALID_VALUE_ERR')
6348 @DocsEditable()
6349 static const int SVG_INVALID_VALUE_ERR = 1;
6350
6351 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE')
6352 @DocsEditable()
6353 static const int SVG_MATRIX_NOT_INVERTABLE = 2;
6354
6355 @DomName('SVGException.SVG_WRONG_TYPE_ERR')
6356 @DocsEditable()
6357 static const int SVG_WRONG_TYPE_ERR = 0;
6358
6359 @DomName('SVGException.code')
6360 @DocsEditable()
6361 int get code native "SVGException_code_Getter";
6362
6363 @DomName('SVGException.message')
6364 @DocsEditable()
6365 @Experimental() // nonstandard
6366 String get message native "SVGException_message_Getter";
6367
6368 @DomName('SVGException.name')
6369 @DocsEditable()
6370 @Experimental() // nonstandard
6371 String get name native "SVGException_name_Getter";
6372
6373 @DomName('SVGException.toString')
6374 @DocsEditable()
6375 String toString() native "SVGException_toString_Callback";
6376
6377 }
6378 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6379 // for details. All rights reserved. Use of this source code is governed by a
6380 // BSD-style license that can be found in the LICENSE file.
6381
6382 6339
6383 @DomName('SVGSVGElement') 6340 @DomName('SVGSVGElement')
6384 @Unstable() 6341 @Unstable()
6385 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable , Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace { 6342 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable , Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace {
6386 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ; 6343 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ;
6387 6344
6388 // To suppress missing implicit constructor warnings. 6345 // To suppress missing implicit constructor warnings.
6389 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } 6346 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); }
6390 6347
6391 @DomName('SVGSVGElement.contentScriptType') 6348 @DomName('SVGSVGElement.contentScriptType')
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
6636 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6593 // 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 6594 // 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. 6595 // BSD-style license that can be found in the LICENSE file.
6639 6596
6640 // WARNING: Do not edit - generated code. 6597 // WARNING: Do not edit - generated code.
6641 6598
6642 6599
6643 @DocsEditable() 6600 @DocsEditable()
6644 @DomName('SVGSwitchElement') 6601 @DomName('SVGSwitchElement')
6645 @Unstable() 6602 @Unstable()
6646 class SwitchElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace { 6603 class SwitchElement extends StyledElement implements Transformable, ExternalReso urcesRequired, Tests, LangSpace {
6647 // To suppress missing implicit constructor warnings. 6604 // To suppress missing implicit constructor warnings.
6648 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } 6605 factory SwitchElement._() { throw new UnsupportedError("Not supported"); }
6649 6606
6650 @DomName('SVGSwitchElement.SVGSwitchElement') 6607 @DomName('SVGSwitchElement.SVGSwitchElement')
6651 @DocsEditable() 6608 @DocsEditable()
6652 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch"); 6609 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch");
6653 6610
6654 @DomName('SVGSwitchElement.externalResourcesRequired') 6611 @DomName('SVGSwitchElement.externalResourcesRequired')
6655 @DocsEditable() 6612 @DocsEditable()
6656 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter"; 6613 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter";
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
6814 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6771 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6815 // for details. All rights reserved. Use of this source code is governed by a 6772 // for details. All rights reserved. Use of this source code is governed by a
6816 // BSD-style license that can be found in the LICENSE file. 6773 // BSD-style license that can be found in the LICENSE file.
6817 6774
6818 // WARNING: Do not edit - generated code. 6775 // WARNING: Do not edit - generated code.
6819 6776
6820 6777
6821 @DocsEditable() 6778 @DocsEditable()
6822 @DomName('SVGTextContentElement') 6779 @DomName('SVGTextContentElement')
6823 @Unstable() 6780 @Unstable()
6824 class TextContentElement extends StyledElement implements Tests, ExternalResourc esRequired, LangSpace { 6781 class TextContentElement extends StyledElement implements ExternalResourcesRequi red, Tests, LangSpace {
6825 // To suppress missing implicit constructor warnings. 6782 // To suppress missing implicit constructor warnings.
6826 factory TextContentElement._() { throw new UnsupportedError("Not supported"); } 6783 factory TextContentElement._() { throw new UnsupportedError("Not supported"); }
6827 6784
6828 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') 6785 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING')
6829 @DocsEditable() 6786 @DocsEditable()
6830 static const int LENGTHADJUST_SPACING = 1; 6787 static const int LENGTHADJUST_SPACING = 1;
6831 6788
6832 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') 6789 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS')
6833 @DocsEditable() 6790 @DocsEditable()
6834 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; 6791 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2;
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
7353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7354 // for details. All rights reserved. Use of this source code is governed by a 7311 // for details. All rights reserved. Use of this source code is governed by a
7355 // BSD-style license that can be found in the LICENSE file. 7312 // BSD-style license that can be found in the LICENSE file.
7356 7313
7357 // WARNING: Do not edit - generated code. 7314 // WARNING: Do not edit - generated code.
7358 7315
7359 7316
7360 @DocsEditable() 7317 @DocsEditable()
7361 @DomName('SVGUseElement') 7318 @DomName('SVGUseElement')
7362 @Unstable() 7319 @Unstable()
7363 class UseElement extends StyledElement implements UriReference, Tests, Transform able, ExternalResourcesRequired, LangSpace { 7320 class UseElement extends StyledElement implements Transformable, ExternalResourc esRequired, UriReference, Tests, LangSpace {
7364 // To suppress missing implicit constructor warnings. 7321 // To suppress missing implicit constructor warnings.
7365 factory UseElement._() { throw new UnsupportedError("Not supported"); } 7322 factory UseElement._() { throw new UnsupportedError("Not supported"); }
7366 7323
7367 @DomName('SVGUseElement.SVGUseElement') 7324 @DomName('SVGUseElement.SVGUseElement')
7368 @DocsEditable() 7325 @DocsEditable()
7369 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ; 7326 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ;
7370 7327
7371 @DomName('SVGUseElement.animatedInstanceRoot') 7328 @DomName('SVGUseElement.animatedInstanceRoot')
7372 @DocsEditable() 7329 @DocsEditable()
7373 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter"; 7330 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter";
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
7507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7508 // for details. All rights reserved. Use of this source code is governed by a 7465 // for details. All rights reserved. Use of this source code is governed by a
7509 // BSD-style license that can be found in the LICENSE file. 7466 // BSD-style license that can be found in the LICENSE file.
7510 7467
7511 // WARNING: Do not edit - generated code. 7468 // WARNING: Do not edit - generated code.
7512 7469
7513 7470
7514 @DocsEditable() 7471 @DocsEditable()
7515 @DomName('SVGViewSpec') 7472 @DomName('SVGViewSpec')
7516 @Unstable() 7473 @Unstable()
7517 class ViewSpec extends NativeFieldWrapperClass1 { 7474 class ViewSpec extends NativeFieldWrapperClass1 implements FitToViewBox {
7518
7519 @DomName('SVGViewSpec.preserveAspectRatio')
7520 @DocsEditable()
7521 @Experimental() // nonstandard
7522 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser veAspectRatio_Getter";
7523 7475
7524 @DomName('SVGViewSpec.preserveAspectRatioString') 7476 @DomName('SVGViewSpec.preserveAspectRatioString')
7525 @DocsEditable() 7477 @DocsEditable()
7526 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter"; 7478 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter";
7527 7479
7528 @DomName('SVGViewSpec.transform') 7480 @DomName('SVGViewSpec.transform')
7529 @DocsEditable() 7481 @DocsEditable()
7530 TransformList get transform native "SVGViewSpec_transform_Getter"; 7482 TransformList get transform native "SVGViewSpec_transform_Getter";
7531 7483
7532 @DomName('SVGViewSpec.transformString') 7484 @DomName('SVGViewSpec.transformString')
7533 @DocsEditable() 7485 @DocsEditable()
7534 String get transformString native "SVGViewSpec_transformString_Getter"; 7486 String get transformString native "SVGViewSpec_transformString_Getter";
7535 7487
7536 @DomName('SVGViewSpec.viewBox')
7537 @DocsEditable()
7538 @Experimental() // nonstandard
7539 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter";
7540
7541 @DomName('SVGViewSpec.viewBoxString') 7488 @DomName('SVGViewSpec.viewBoxString')
7542 @DocsEditable() 7489 @DocsEditable()
7543 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; 7490 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter";
7544 7491
7545 @DomName('SVGViewSpec.viewTarget') 7492 @DomName('SVGViewSpec.viewTarget')
7546 @DocsEditable() 7493 @DocsEditable()
7547 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; 7494 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter";
7548 7495
7549 @DomName('SVGViewSpec.viewTargetString') 7496 @DomName('SVGViewSpec.viewTargetString')
7550 @DocsEditable() 7497 @DocsEditable()
7551 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; 7498 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter";
7552 7499
7553 @DomName('SVGViewSpec.zoomAndPan') 7500 @DomName('SVGViewSpec.zoomAndPan')
7554 @DocsEditable() 7501 @DocsEditable()
7555 @Experimental() // nonstandard 7502 @Experimental() // nonstandard
7556 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; 7503 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter";
7557 7504
7558 @DomName('SVGViewSpec.zoomAndPan') 7505 @DomName('SVGViewSpec.zoomAndPan')
7559 @DocsEditable() 7506 @DocsEditable()
7560 @Experimental() // nonstandard 7507 @Experimental() // nonstandard
7561 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; 7508 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter";
7562 7509
7510 @DomName('SVGViewSpec.preserveAspectRatio')
7511 @DocsEditable()
7512 @Experimental() // nonstandard
7513 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser veAspectRatio_Getter";
7514
7515 @DomName('SVGViewSpec.viewBox')
7516 @DocsEditable()
7517 @Experimental() // nonstandard
7518 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter";
7519
7563 } 7520 }
7564 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7521 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7565 // for details. All rights reserved. Use of this source code is governed by a 7522 // for details. All rights reserved. Use of this source code is governed by a
7566 // BSD-style license that can be found in the LICENSE file. 7523 // BSD-style license that can be found in the LICENSE file.
7567 7524
7568 // WARNING: Do not edit - generated code. 7525 // WARNING: Do not edit - generated code.
7569 7526
7570 7527
7571 @DocsEditable() 7528 @DocsEditable()
7572 @DomName('SVGZoomAndPan') 7529 @DomName('SVGZoomAndPan')
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
7822 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7823 // for details. All rights reserved. Use of this source code is governed by a 7780 // for details. All rights reserved. Use of this source code is governed by a
7824 // BSD-style license that can be found in the LICENSE file. 7781 // BSD-style license that can be found in the LICENSE file.
7825 7782
7826 // WARNING: Do not edit - generated code. 7783 // WARNING: Do not edit - generated code.
7827 7784
7828 7785
7829 @DocsEditable() 7786 @DocsEditable()
7830 @DomName('SVGCursorElement') 7787 @DomName('SVGCursorElement')
7831 @Unstable() 7788 @Unstable()
7832 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes ts, ExternalResourcesRequired { 7789 abstract class _SVGCursorElement extends SvgElement implements UriReference, Ext ernalResourcesRequired, Tests {
7833 // To suppress missing implicit constructor warnings. 7790 // To suppress missing implicit constructor warnings.
7834 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } 7791 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); }
7835 7792
7836 @DomName('SVGCursorElement.SVGCursorElement') 7793 @DomName('SVGCursorElement.SVGCursorElement')
7837 @DocsEditable() 7794 @DocsEditable()
7838 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor"); 7795 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor");
7839 7796
7840 /// Checks if this type is supported on the current platform. 7797 /// Checks if this type is supported on the current platform.
7841 static bool get supported => true; 7798 static bool get supported => true;
7842 7799
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
8078 @Unstable() 8035 @Unstable()
8079 abstract class _SVGVKernElement extends SvgElement { 8036 abstract class _SVGVKernElement extends SvgElement {
8080 // To suppress missing implicit constructor warnings. 8037 // To suppress missing implicit constructor warnings.
8081 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } 8038 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
8082 8039
8083 @DomName('SVGVKernElement.SVGVKernElement') 8040 @DomName('SVGVKernElement.SVGVKernElement')
8084 @DocsEditable() 8041 @DocsEditable()
8085 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8042 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8086 8043
8087 } 8044 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_gl/dart2js/web_gl_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698