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

Side by Side Diff: sdk/lib/svg/dart2js/svg_dart2js.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/html/scripts/htmlrenamer.py ('k') | sdk/lib/svg/dartium/svg_dartium.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 svg; 1 library svg;
2 2
3 import 'dart:html'; 3 import 'dart:html';
4 // DO NOT EDIT 4 // DO NOT EDIT
5 // Auto-generated dart:svg library. 5 // Auto-generated dart:svg library.
6 6
7 7
8 8
9 9
10 10
(...skipping 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 // From SVGTransformable 1294 // From SVGTransformable
1295 1295
1296 /// @domName SVGTransformable.transform; @docsEditable true 1296 /// @domName SVGTransformable.transform; @docsEditable true
1297 final AnimatedTransformList transform; 1297 final AnimatedTransformList transform;
1298 } 1298 }
1299 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1299 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1300 // for details. All rights reserved. Use of this source code is governed by a 1300 // for details. All rights reserved. Use of this source code is governed by a
1301 // BSD-style license that can be found in the LICENSE file. 1301 // BSD-style license that can be found in the LICENSE file.
1302 1302
1303 1303
1304 /// @domName SVGException; @docsEditable true
1305 class Exception native "*SVGException" {
1306
1307 static const int SVG_INVALID_VALUE_ERR = 1;
1308
1309 static const int SVG_MATRIX_NOT_INVERTABLE = 2;
1310
1311 static const int SVG_WRONG_TYPE_ERR = 0;
1312
1313 /// @domName SVGException.code; @docsEditable true
1314 final int code;
1315
1316 /// @domName SVGException.message; @docsEditable true
1317 final String message;
1318
1319 /// @domName SVGException.name; @docsEditable true
1320 final String name;
1321
1322 /// @domName SVGException.toString; @docsEditable true
1323 String toString() native;
1324 }
1325 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1326 // for details. All rights reserved. Use of this source code is governed by a
1327 // BSD-style license that can be found in the LICENSE file.
1328
1329
1330 /// @domName SVGExternalResourcesRequired 1304 /// @domName SVGExternalResourcesRequired
1331 abstract class ExternalResourcesRequired { 1305 abstract class ExternalResourcesRequired {
1332 1306
1333 AnimatedBoolean externalResourcesRequired; 1307 AnimatedBoolean externalResourcesRequired;
1334 } 1308 }
1335 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1336 // for details. All rights reserved. Use of this source code is governed by a 1310 // for details. All rights reserved. Use of this source code is governed by a
1337 // BSD-style license that can be found in the LICENSE file. 1311 // BSD-style license that can be found in the LICENSE file.
1338 1312
1339 1313
(...skipping 3725 matching lines...) Expand 10 before | Expand all | Expand 10 after
5065 5039
5066 /// @domName SVGElement.xmlbase; @docsEditable true 5040 /// @domName SVGElement.xmlbase; @docsEditable true
5067 String xmlbase; 5041 String xmlbase;
5068 5042
5069 } 5043 }
5070 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5044 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5071 // for details. All rights reserved. Use of this source code is governed by a 5045 // for details. All rights reserved. Use of this source code is governed by a
5072 // BSD-style license that can be found in the LICENSE file. 5046 // BSD-style license that can be found in the LICENSE file.
5073 5047
5074 5048
5049 /// @domName SVGException; @docsEditable true
5050 class SvgException native "*SVGException" {
5051
5052 static const int SVG_INVALID_VALUE_ERR = 1;
5053
5054 static const int SVG_MATRIX_NOT_INVERTABLE = 2;
5055
5056 static const int SVG_WRONG_TYPE_ERR = 0;
5057
5058 /// @domName SVGException.code; @docsEditable true
5059 final int code;
5060
5061 /// @domName SVGException.message; @docsEditable true
5062 final String message;
5063
5064 /// @domName SVGException.name; @docsEditable true
5065 final String name;
5066
5067 /// @domName SVGException.toString; @docsEditable true
5068 String toString() native;
5069 }
5070 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5071 // for details. All rights reserved. Use of this source code is governed by a
5072 // BSD-style license that can be found in the LICENSE file.
5073
5074
5075 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace native "*SVGSVGElem ent" { 5075 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace native "*SVGSVGElem ent" {
5076 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ; 5076 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ;
5077 5077
5078 5078
5079 /// @domName SVGSVGElement.contentScriptType; @docsEditable true 5079 /// @domName SVGSVGElement.contentScriptType; @docsEditable true
5080 String contentScriptType; 5080 String contentScriptType;
5081 5081
5082 /// @domName SVGSVGElement.contentStyleType; @docsEditable true 5082 /// @domName SVGSVGElement.contentStyleType; @docsEditable true
5083 String contentStyleType; 5083 String contentStyleType;
5084 5084
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
6154 } 6154 }
6155 6155
6156 List<ElementInstance> getRange(int start, int rangeLength) => 6156 List<ElementInstance> getRange(int start, int rangeLength) =>
6157 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 6157 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
6158 6158
6159 // -- end List<ElementInstance> mixins. 6159 // -- end List<ElementInstance> mixins.
6160 6160
6161 /// @domName SVGElementInstanceList.item; @docsEditable true 6161 /// @domName SVGElementInstanceList.item; @docsEditable true
6162 ElementInstance item(int index) native; 6162 ElementInstance item(int index) native;
6163 } 6163 }
OLDNEW
« no previous file with comments | « sdk/lib/html/scripts/htmlrenamer.py ('k') | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698