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

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

Issue 11316221: Fixing Exception name conflicts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter "; 1602 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter ";
1603 1603
1604 } 1604 }
1605 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1605 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1606 // for details. All rights reserved. Use of this source code is governed by a 1606 // for details. All rights reserved. Use of this source code is governed by a
1607 // BSD-style license that can be found in the LICENSE file. 1607 // BSD-style license that can be found in the LICENSE file.
1608 1608
1609 // WARNING: Do not edit - generated code. 1609 // WARNING: Do not edit - generated code.
1610 1610
1611 1611
1612 /// @domName SVGException
1613 class Exception extends NativeFieldWrapperClass1 {
1614 Exception.internal();
1615
1616 static const int SVG_INVALID_VALUE_ERR = 1;
1617
1618 static const int SVG_MATRIX_NOT_INVERTABLE = 2;
1619
1620 static const int SVG_WRONG_TYPE_ERR = 0;
1621
1622
1623 /** @domName SVGException.code */
1624 int get code native "SVGException_code_Getter";
1625
1626
1627 /** @domName SVGException.message */
1628 String get message native "SVGException_message_Getter";
1629
1630
1631 /** @domName SVGException.name */
1632 String get name native "SVGException_name_Getter";
1633
1634
1635 /** @domName SVGException.toString */
1636 String toString() native "SVGException_toString_Callback";
1637
1638 }
1639 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1640 // for details. All rights reserved. Use of this source code is governed by a
1641 // BSD-style license that can be found in the LICENSE file.
1642
1643 // WARNING: Do not edit - generated code.
1644
1645
1646 /// @domName SVGExternalResourcesRequired 1612 /// @domName SVGExternalResourcesRequired
1647 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { 1613 class ExternalResourcesRequired extends NativeFieldWrapperClass1 {
1648 ExternalResourcesRequired.internal(); 1614 ExternalResourcesRequired.internal();
1649 1615
1650 1616
1651 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ 1617 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */
1652 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter"; 1618 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter";
1653 1619
1654 } 1620 }
1655 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1621 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 5036 matching lines...) Expand 10 before | Expand all | Expand 10 after
6692 6658
6693 6659
6694 /** @domName SVGElement.xmlbase */ 6660 /** @domName SVGElement.xmlbase */
6695 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; 6661 void set xmlbase(String value) native "SVGElement_xmlbase_Setter";
6696 6662
6697 } 6663 }
6698 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6664 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6699 // for details. All rights reserved. Use of this source code is governed by a 6665 // for details. All rights reserved. Use of this source code is governed by a
6700 // BSD-style license that can be found in the LICENSE file. 6666 // BSD-style license that can be found in the LICENSE file.
6701 6667
6668 // WARNING: Do not edit - generated code.
6669
6670
6671 /// @domName SVGException
6672 class SvgException extends NativeFieldWrapperClass1 {
6673 SvgException.internal();
6674
6675 static const int SVG_INVALID_VALUE_ERR = 1;
6676
6677 static const int SVG_MATRIX_NOT_INVERTABLE = 2;
6678
6679 static const int SVG_WRONG_TYPE_ERR = 0;
6680
6681
6682 /** @domName SVGException.code */
6683 int get code native "SVGException_code_Getter";
6684
6685
6686 /** @domName SVGException.message */
6687 String get message native "SVGException_message_Getter";
6688
6689
6690 /** @domName SVGException.name */
6691 String get name native "SVGException_name_Getter";
6692
6693
6694 /** @domName SVGException.toString */
6695 String toString() native "SVGException_toString_Callback";
6696
6697 }
6698 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6699 // for details. All rights reserved. Use of this source code is governed by a
6700 // BSD-style license that can be found in the LICENSE file.
6701
6702 6702
6703 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace { 6703 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace {
6704 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ; 6704 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ;
6705 6705
6706 SvgSvgElement.internal(): super.internal(); 6706 SvgSvgElement.internal(): super.internal();
6707 6707
6708 6708
6709 /** @domName SVGSVGElement.contentScriptType */ 6709 /** @domName SVGSVGElement.contentScriptType */
6710 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; 6710 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter";
6711 6711
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
8079 List<ElementInstance> getRange(int start, int rangeLength) => 8079 List<ElementInstance> getRange(int start, int rangeLength) =>
8080 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 8080 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
8081 8081
8082 // -- end List<ElementInstance> mixins. 8082 // -- end List<ElementInstance> mixins.
8083 8083
8084 8084
8085 /** @domName SVGElementInstanceList.item */ 8085 /** @domName SVGElementInstanceList.item */
8086 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; 8086 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback";
8087 8087
8088 } 8088 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698