| OLD | NEW |
| 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 Loading... |
| 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 |
| 1532 /// @domName SVGEllipseElement | 1560 /// @domName SVGEllipseElement |
| 1533 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { | 1561 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { |
| 1534 | 1562 |
| 1535 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1563 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1536 EllipseElement.internal(): super.internal(); | 1564 EllipseElement.internal(): super.internal(); |
| 1537 | 1565 |
| 1538 | 1566 |
| 1539 /** @domName SVGEllipseElement.cx */ | 1567 /** @domName SVGEllipseElement.cx */ |
| 1540 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1568 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
| 1541 | 1569 |
| (...skipping 6639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8181 List<ElementInstance> getRange(int start, int rangeLength) => | 8209 List<ElementInstance> getRange(int start, int rangeLength) => |
| 8182 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 8210 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
| 8183 | 8211 |
| 8184 // -- end List<ElementInstance> mixins. | 8212 // -- end List<ElementInstance> mixins. |
| 8185 | 8213 |
| 8186 | 8214 |
| 8187 /** @domName SVGElementInstanceList.item */ | 8215 /** @domName SVGElementInstanceList.item */ |
| 8188 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 8216 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; |
| 8189 | 8217 |
| 8190 } | 8218 } |
| OLD | NEW |