| OLD | NEW |
| 1 library html; | 1 library html; |
| 2 | 2 |
| 3 import 'dart:isolate'; | 3 import 'dart:isolate'; |
| 4 import 'dart:json'; | 4 import 'dart:json'; |
| 5 import 'dart:svg' as svg; | 5 import 'dart:svg' as svg; |
| 6 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7 // for details. All rights reserved. Use of this source code is governed by a | 7 // for details. All rights reserved. Use of this source code is governed by a |
| 8 // BSD-style license that can be found in the LICENSE file. | 8 // BSD-style license that can be found in the LICENSE file. |
| 9 | 9 |
| 10 // DO NOT EDIT | 10 // DO NOT EDIT |
| (...skipping 6644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6655 return new _FrozenElementList._wrap(copyOfMatches); | 6655 return new _FrozenElementList._wrap(copyOfMatches); |
| 6656 } else { | 6656 } else { |
| 6657 return new _FrozenElementList._wrap($dom_querySelectorAll(selectors)); | 6657 return new _FrozenElementList._wrap($dom_querySelectorAll(selectors)); |
| 6658 } | 6658 } |
| 6659 } | 6659 } |
| 6660 } | 6660 } |
| 6661 | 6661 |
| 6662 class DocumentEvents extends ElementEvents { | 6662 class DocumentEvents extends ElementEvents { |
| 6663 DocumentEvents(EventTarget _ptr) : super(_ptr); | 6663 DocumentEvents(EventTarget _ptr) : super(_ptr); |
| 6664 | 6664 |
| 6665 EventListenerList get abort => this['abort']; | |
| 6666 | |
| 6667 EventListenerList get beforeCopy => this['beforecopy']; | |
| 6668 | |
| 6669 EventListenerList get beforeCut => this['beforecut']; | |
| 6670 | |
| 6671 EventListenerList get beforePaste => this['beforepaste']; | |
| 6672 | |
| 6673 EventListenerList get blur => this['blur']; | |
| 6674 | |
| 6675 EventListenerList get change => this['change']; | |
| 6676 | |
| 6677 EventListenerList get click => this['click']; | |
| 6678 | |
| 6679 EventListenerList get contextMenu => this['contextmenu']; | |
| 6680 | |
| 6681 EventListenerList get copy => this['copy']; | |
| 6682 | |
| 6683 EventListenerList get cut => this['cut']; | |
| 6684 | |
| 6685 EventListenerList get doubleClick => this['dblclick']; | |
| 6686 | |
| 6687 EventListenerList get drag => this['drag']; | |
| 6688 | |
| 6689 EventListenerList get dragEnd => this['dragend']; | |
| 6690 | |
| 6691 EventListenerList get dragEnter => this['dragenter']; | |
| 6692 | |
| 6693 EventListenerList get dragLeave => this['dragleave']; | |
| 6694 | |
| 6695 EventListenerList get dragOver => this['dragover']; | |
| 6696 | |
| 6697 EventListenerList get dragStart => this['dragstart']; | |
| 6698 | |
| 6699 EventListenerList get drop => this['drop']; | |
| 6700 | |
| 6701 EventListenerList get error => this['error']; | |
| 6702 | |
| 6703 EventListenerList get focus => this['focus']; | |
| 6704 | |
| 6705 EventListenerList get input => this['input']; | |
| 6706 | |
| 6707 EventListenerList get invalid => this['invalid']; | |
| 6708 | |
| 6709 EventListenerList get keyDown => this['keydown']; | |
| 6710 | |
| 6711 EventListenerList get keyPress => this['keypress']; | |
| 6712 | |
| 6713 EventListenerList get keyUp => this['keyup']; | |
| 6714 | |
| 6715 EventListenerList get load => this['load']; | |
| 6716 | |
| 6717 EventListenerList get mouseDown => this['mousedown']; | |
| 6718 | |
| 6719 EventListenerList get mouseMove => this['mousemove']; | |
| 6720 | |
| 6721 EventListenerList get mouseOut => this['mouseout']; | |
| 6722 | |
| 6723 EventListenerList get mouseOver => this['mouseover']; | |
| 6724 | |
| 6725 EventListenerList get mouseUp => this['mouseup']; | |
| 6726 | |
| 6727 EventListenerList get mouseWheel => this['mousewheel']; | |
| 6728 | |
| 6729 EventListenerList get paste => this['paste']; | |
| 6730 | |
| 6731 EventListenerList get readyStateChange => this['readystatechange']; | 6665 EventListenerList get readyStateChange => this['readystatechange']; |
| 6732 | 6666 |
| 6733 EventListenerList get reset => this['reset']; | |
| 6734 | |
| 6735 EventListenerList get scroll => this['scroll']; | |
| 6736 | |
| 6737 EventListenerList get search => this['search']; | |
| 6738 | |
| 6739 EventListenerList get select => this['select']; | |
| 6740 | |
| 6741 EventListenerList get selectionChange => this['selectionchange']; | 6667 EventListenerList get selectionChange => this['selectionchange']; |
| 6742 | 6668 |
| 6743 EventListenerList get selectStart => this['selectstart']; | |
| 6744 | |
| 6745 EventListenerList get submit => this['submit']; | |
| 6746 | |
| 6747 EventListenerList get touchCancel => this['touchcancel']; | |
| 6748 | |
| 6749 EventListenerList get touchEnd => this['touchend']; | |
| 6750 | |
| 6751 EventListenerList get touchMove => this['touchmove']; | |
| 6752 | |
| 6753 EventListenerList get touchStart => this['touchstart']; | |
| 6754 | |
| 6755 EventListenerList get fullscreenChange => this['webkitfullscreenchange']; | |
| 6756 | |
| 6757 EventListenerList get fullscreenError => this['webkitfullscreenerror']; | |
| 6758 | |
| 6759 EventListenerList get pointerLockChange => this['webkitpointerlockchange']; | 6669 EventListenerList get pointerLockChange => this['webkitpointerlockchange']; |
| 6760 | 6670 |
| 6761 EventListenerList get pointerLockError => this['webkitpointerlockerror']; | 6671 EventListenerList get pointerLockError => this['webkitpointerlockerror']; |
| 6762 } | 6672 } |
| 6763 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 6673 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 6764 // for details. All rights reserved. Use of this source code is governed by a | 6674 // for details. All rights reserved. Use of this source code is governed by a |
| 6765 // BSD-style license that can be found in the LICENSE file. | 6675 // BSD-style license that can be found in the LICENSE file. |
| 6766 | 6676 |
| 6767 | 6677 |
| 6768 Future<CSSStyleDeclaration> _emptyStyleFuture() { | 6678 Future<CSSStyleDeclaration> _emptyStyleFuture() { |
| (...skipping 18340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 25109 if (length < 0) throw new ArgumentError('length'); | 25019 if (length < 0) throw new ArgumentError('length'); |
| 25110 if (start < 0) throw new RangeError.value(start); | 25020 if (start < 0) throw new RangeError.value(start); |
| 25111 int end = start + length; | 25021 int end = start + length; |
| 25112 if (end > a.length) throw new RangeError.value(end); | 25022 if (end > a.length) throw new RangeError.value(end); |
| 25113 for (int i = start; i < end; i++) { | 25023 for (int i = start; i < end; i++) { |
| 25114 accumulator.add(a[i]); | 25024 accumulator.add(a[i]); |
| 25115 } | 25025 } |
| 25116 return accumulator; | 25026 return accumulator; |
| 25117 } | 25027 } |
| 25118 } | 25028 } |
| OLD | NEW |