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

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

Issue 11443002: Revert "Moving AudioElement back to dart:html" (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') | sdk/lib/web_audio/dart2js/web_audio_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 svg; 1 library svg;
2 2
3 import 'dart:collection'; 3 import 'dart:collection';
4 import 'dart:html'; 4 import 'dart:html';
5 import 'dart:html_common'; 5 import 'dart:html_common';
6 import 'dart:nativewrappers'; 6 import 'dart:nativewrappers';
7 // DO NOT EDIT 7 // DO NOT EDIT
8 // Auto-generated dart:svg library. 8 // Auto-generated dart:svg library.
9 9
10 10
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1522 1522
1523 EventListenerList get unload => this['unload']; 1523 EventListenerList get unload => this['unload'];
1524 } 1524 }
1525 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1525 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1526 // for details. All rights reserved. Use of this source code is governed by a 1526 // for details. All rights reserved. Use of this source code is governed by a
1527 // BSD-style license that can be found in the LICENSE file. 1527 // BSD-style license that can be found in the LICENSE file.
1528 1528
1529 // WARNING: Do not edit - generated code. 1529 // WARNING: Do not edit - generated code.
1530 1530
1531 1531
1532 /// @domName ElementTimeControl
1533 class ElementTimeControl extends NativeFieldWrapperClass1 {
1534 ElementTimeControl.internal();
1535
1536
1537 /** @domName ElementTimeControl.beginElement */
1538 void beginElement() native "ElementTimeControl_beginElement_Callback";
1539
1540
1541 /** @domName ElementTimeControl.beginElementAt */
1542 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call back";
1543
1544
1545 /** @domName ElementTimeControl.endElement */
1546 void endElement() native "ElementTimeControl_endElement_Callback";
1547
1548
1549 /** @domName ElementTimeControl.endElementAt */
1550 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback ";
1551
1552 }
1553 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1554 // for details. All rights reserved. Use of this source code is governed by a
1555 // BSD-style license that can be found in the LICENSE file.
1556
1557 // WARNING: Do not edit - generated code.
1558
1559
1560 /// @domName SVGEllipseElement 1532 /// @domName SVGEllipseElement
1561 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace { 1533 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace {
1562 1534
1563 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1535 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1564 EllipseElement.internal(): super.internal(); 1536 EllipseElement.internal(): super.internal();
1565 1537
1566 1538
1567 /** @domName SVGEllipseElement.cx */ 1539 /** @domName SVGEllipseElement.cx */
1568 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; 1540 AnimatedLength get cx native "SVGEllipseElement_cx_Getter";
1569 1541
(...skipping 6639 matching lines...) Expand 10 before | Expand all | Expand 10 after
8209 List<ElementInstance> getRange(int start, int rangeLength) => 8181 List<ElementInstance> getRange(int start, int rangeLength) =>
8210 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 8182 Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
8211 8183
8212 // -- end List<ElementInstance> mixins. 8184 // -- end List<ElementInstance> mixins.
8213 8185
8214 8186
8215 /** @domName SVGElementInstanceList.item */ 8187 /** @domName SVGElementInstanceList.item */
8216 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; 8188 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback";
8217 8189
8218 } 8190 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698