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

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

Issue 37943002: Rerun go.sh (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: try again Created 7 years, 2 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') | tools/dom/dom.json » ('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 7435 matching lines...) Expand 10 before | Expand all | Expand 10 after
7446 7446
7447 } 7447 }
7448 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7448 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7449 // for details. All rights reserved. Use of this source code is governed by a 7449 // for details. All rights reserved. Use of this source code is governed by a
7450 // BSD-style license that can be found in the LICENSE file. 7450 // BSD-style license that can be found in the LICENSE file.
7451 7451
7452 // WARNING: Do not edit - generated code. 7452 // WARNING: Do not edit - generated code.
7453 7453
7454 7454
7455 @DocsEditable() 7455 @DocsEditable()
7456 @DomName('SVGTRefElement')
7457 @Unstable()
7458 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe rence {
7459 // To suppress missing implicit constructor warnings.
7460 factory _SVGTRefElement._() { throw new UnsupportedError("Not supported"); }
7461
7462 @DomName('SVGTRefElement.SVGTRefElement')
7463 @DocsEditable()
7464 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag(" tref");
7465 /**
7466 * Constructor instantiated by the DOM when a custom element has been created.
7467 *
7468 * This can only be called by subclasses from their created constructor.
7469 */
7470 _SVGTRefElement.created() : super.created();
7471
7472 }
7473 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7474 // for details. All rights reserved. Use of this source code is governed by a
7475 // BSD-style license that can be found in the LICENSE file.
7476
7477 // WARNING: Do not edit - generated code.
7478
7479
7480 @DocsEditable()
7481 @DomName('SVGVKernElement') 7456 @DomName('SVGVKernElement')
7482 @Unstable() 7457 @Unstable()
7483 abstract class _SVGVKernElement extends SvgElement { 7458 abstract class _SVGVKernElement extends SvgElement {
7484 // To suppress missing implicit constructor warnings. 7459 // To suppress missing implicit constructor warnings.
7485 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } 7460 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
7486 7461
7487 @DomName('SVGVKernElement.SVGVKernElement') 7462 @DomName('SVGVKernElement.SVGVKernElement')
7488 @DocsEditable() 7463 @DocsEditable()
7489 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 7464 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
7490 /** 7465 /**
7491 * Constructor instantiated by the DOM when a custom element has been created. 7466 * Constructor instantiated by the DOM when a custom element has been created.
7492 * 7467 *
7493 * This can only be called by subclasses from their created constructor. 7468 * This can only be called by subclasses from their created constructor.
7494 */ 7469 */
7495 _SVGVKernElement.created() : super.created(); 7470 _SVGVKernElement.created() : super.created();
7496 7471
7497 } 7472 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698