| OLD | NEW |
| 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 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1496 | 1496 |
| 1497 EventListenerList get unload => this['unload']; | 1497 EventListenerList get unload => this['unload']; |
| 1498 } | 1498 } |
| 1499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1500 // for details. All rights reserved. Use of this source code is governed by a | 1500 // for details. All rights reserved. Use of this source code is governed by a |
| 1501 // BSD-style license that can be found in the LICENSE file. | 1501 // BSD-style license that can be found in the LICENSE file. |
| 1502 | 1502 |
| 1503 // WARNING: Do not edit - generated code. | 1503 // WARNING: Do not edit - generated code. |
| 1504 | 1504 |
| 1505 | 1505 |
| 1506 /// @domName ElementTimeControl |
| 1507 class ElementTimeControl extends NativeFieldWrapperClass1 { |
| 1508 ElementTimeControl.internal(); |
| 1509 |
| 1510 |
| 1511 /** @domName ElementTimeControl.beginElement */ |
| 1512 void beginElement() native "ElementTimeControl_beginElement_Callback"; |
| 1513 |
| 1514 |
| 1515 /** @domName ElementTimeControl.beginElementAt */ |
| 1516 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call
back"; |
| 1517 |
| 1518 |
| 1519 /** @domName ElementTimeControl.endElement */ |
| 1520 void endElement() native "ElementTimeControl_endElement_Callback"; |
| 1521 |
| 1522 |
| 1523 /** @domName ElementTimeControl.endElementAt */ |
| 1524 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback
"; |
| 1525 |
| 1526 } |
| 1527 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1528 // for details. All rights reserved. Use of this source code is governed by a |
| 1529 // BSD-style license that can be found in the LICENSE file. |
| 1530 |
| 1531 // WARNING: Do not edit - generated code. |
| 1532 |
| 1533 |
| 1506 /// @domName SVGEllipseElement | 1534 /// @domName SVGEllipseElement |
| 1507 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { | 1535 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { |
| 1508 | 1536 |
| 1509 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1537 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1510 EllipseElement.internal(): super.internal(); | 1538 EllipseElement.internal(): super.internal(); |
| 1511 | 1539 |
| 1512 | 1540 |
| 1513 /** @domName SVGEllipseElement.cx */ | 1541 /** @domName SVGEllipseElement.cx */ |
| 1514 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1542 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
| 1515 | 1543 |
| (...skipping 6565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8081 List<ElementInstance> getRange(int start, int rangeLength) => | 8109 List<ElementInstance> getRange(int start, int rangeLength) => |
| 8082 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 8110 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
| 8083 | 8111 |
| 8084 // -- end List<ElementInstance> mixins. | 8112 // -- end List<ElementInstance> mixins. |
| 8085 | 8113 |
| 8086 | 8114 |
| 8087 /** @domName SVGElementInstanceList.item */ | 8115 /** @domName SVGElementInstanceList.item */ |
| 8088 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 8116 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; |
| 8089 | 8117 |
| 8090 } | 8118 } |
| OLD | NEW |