| OLD | NEW |
| 1 /// The Dart HTML library. | 1 /// The Dart HTML library. |
| 2 library dart.dom.html; | 2 library dart.dom.html; |
| 3 | 3 |
| 4 import 'dart:async'; | 4 import 'dart:async'; |
| 5 import 'dart:collection'; | 5 import 'dart:collection'; |
| 6 import 'dart:_collection-dev'; | 6 import 'dart:_collection-dev'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:indexed_db'; | 8 import 'dart:indexed_db'; |
| 9 import 'dart:isolate'; | 9 import 'dart:isolate'; |
| 10 import 'dart:json' as json; | 10 import 'dart:json' as json; |
| (...skipping 16799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16810 @DomName('OverflowEvent.verticalOverflow') | 16810 @DomName('OverflowEvent.verticalOverflow') |
| 16811 @DocsEditable | 16811 @DocsEditable |
| 16812 final bool verticalOverflow; | 16812 final bool verticalOverflow; |
| 16813 } | 16813 } |
| 16814 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 16814 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 16815 // for details. All rights reserved. Use of this source code is governed by a | 16815 // for details. All rights reserved. Use of this source code is governed by a |
| 16816 // BSD-style license that can be found in the LICENSE file. | 16816 // BSD-style license that can be found in the LICENSE file. |
| 16817 | 16817 |
| 16818 | 16818 |
| 16819 @DocsEditable | 16819 @DocsEditable |
| 16820 @DomName('PagePopupController') | |
| 16821 class PagePopupController native "PagePopupController" { | |
| 16822 | |
| 16823 @DomName('PagePopupController.closePopup') | |
| 16824 @DocsEditable | |
| 16825 void closePopup() native; | |
| 16826 | |
| 16827 @DomName('PagePopupController.formatMonth') | |
| 16828 @DocsEditable | |
| 16829 String formatMonth(int year, int zeroBaseMonth) native; | |
| 16830 | |
| 16831 @DomName('PagePopupController.formatShortMonth') | |
| 16832 @DocsEditable | |
| 16833 String formatShortMonth(int year, int zeroBaseMonth) native; | |
| 16834 | |
| 16835 @DomName('PagePopupController.histogramEnumeration') | |
| 16836 @DocsEditable | |
| 16837 void histogramEnumeration(String name, int sample, int boundaryValue) native; | |
| 16838 | |
| 16839 @DomName('PagePopupController.localizeNumberString') | |
| 16840 @DocsEditable | |
| 16841 String localizeNumberString(String numberString) native; | |
| 16842 | |
| 16843 @DomName('PagePopupController.setValue') | |
| 16844 @DocsEditable | |
| 16845 void setValue(String value) native; | |
| 16846 | |
| 16847 @DomName('PagePopupController.setValueAndClosePopup') | |
| 16848 @DocsEditable | |
| 16849 void setValueAndClosePopup(int numberValue, String stringValue) native; | |
| 16850 } | |
| 16851 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 16852 // for details. All rights reserved. Use of this source code is governed by a | |
| 16853 // BSD-style license that can be found in the LICENSE file. | |
| 16854 | |
| 16855 | |
| 16856 @DocsEditable | |
| 16857 @DomName('PageTransitionEvent') | 16820 @DomName('PageTransitionEvent') |
| 16858 class PageTransitionEvent extends Event native "PageTransitionEvent" { | 16821 class PageTransitionEvent extends Event native "PageTransitionEvent" { |
| 16859 | 16822 |
| 16860 @DomName('PageTransitionEvent.persisted') | 16823 @DomName('PageTransitionEvent.persisted') |
| 16861 @DocsEditable | 16824 @DocsEditable |
| 16862 final bool persisted; | 16825 final bool persisted; |
| 16863 } | 16826 } |
| 16864 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 16827 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 16865 // for details. All rights reserved. Use of this source code is governed by a | 16828 // for details. All rights reserved. Use of this source code is governed by a |
| 16866 // BSD-style license that can be found in the LICENSE file. | 16829 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 5708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 22575 final dynamic _get_opener; | 22538 final dynamic _get_opener; |
| 22576 | 22539 |
| 22577 @DomName('DOMWindow.outerHeight') | 22540 @DomName('DOMWindow.outerHeight') |
| 22578 @DocsEditable | 22541 @DocsEditable |
| 22579 final int outerHeight; | 22542 final int outerHeight; |
| 22580 | 22543 |
| 22581 @DomName('DOMWindow.outerWidth') | 22544 @DomName('DOMWindow.outerWidth') |
| 22582 @DocsEditable | 22545 @DocsEditable |
| 22583 final int outerWidth; | 22546 final int outerWidth; |
| 22584 | 22547 |
| 22585 @DomName('DOMWindow.pagePopupController') | |
| 22586 @DocsEditable | |
| 22587 final PagePopupController pagePopupController; | |
| 22588 | |
| 22589 @DomName('DOMWindow.pageXOffset') | 22548 @DomName('DOMWindow.pageXOffset') |
| 22590 @DocsEditable | 22549 @DocsEditable |
| 22591 final int pageXOffset; | 22550 final int pageXOffset; |
| 22592 | 22551 |
| 22593 @DomName('DOMWindow.pageYOffset') | 22552 @DomName('DOMWindow.pageYOffset') |
| 22594 @DocsEditable | 22553 @DocsEditable |
| 22595 final int pageYOffset; | 22554 final int pageYOffset; |
| 22596 | 22555 |
| 22597 WindowBase get parent => _convertNativeToDart_Window(this._get_parent); | 22556 WindowBase get parent => _convertNativeToDart_Window(this._get_parent); |
| 22598 @JSName('parent') | 22557 @JSName('parent') |
| (...skipping 2749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 25348 @DomName('NamedNodeMap.setNamedItemNS') | 25307 @DomName('NamedNodeMap.setNamedItemNS') |
| 25349 @DocsEditable | 25308 @DocsEditable |
| 25350 Node setNamedItemNS(Node node) native; | 25309 Node setNamedItemNS(Node node) native; |
| 25351 } | 25310 } |
| 25352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 25311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 25353 // for details. All rights reserved. Use of this source code is governed by a | 25312 // for details. All rights reserved. Use of this source code is governed by a |
| 25354 // BSD-style license that can be found in the LICENSE file. | 25313 // BSD-style license that can be found in the LICENSE file. |
| 25355 | 25314 |
| 25356 | 25315 |
| 25357 @DocsEditable | 25316 @DocsEditable |
| 25317 @DomName('PagePopupController') |
| 25318 abstract class _PagePopupController native "PagePopupController" { |
| 25319 } |
| 25320 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 25321 // for details. All rights reserved. Use of this source code is governed by a |
| 25322 // BSD-style license that can be found in the LICENSE file. |
| 25323 |
| 25324 |
| 25325 @DocsEditable |
| 25358 @DomName('RGBColor') | 25326 @DomName('RGBColor') |
| 25359 abstract class _RGBColor native "RGBColor" { | 25327 abstract class _RGBColor native "RGBColor" { |
| 25360 } | 25328 } |
| 25361 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 25329 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 25362 // for details. All rights reserved. Use of this source code is governed by a | 25330 // for details. All rights reserved. Use of this source code is governed by a |
| 25363 // BSD-style license that can be found in the LICENSE file. | 25331 // BSD-style license that can be found in the LICENSE file. |
| 25364 | 25332 |
| 25365 | 25333 |
| 25366 // Omit RadioNodeList for dart2js. The Dart Form and FieldSet APIs don't | 25334 // Omit RadioNodeList for dart2js. The Dart Form and FieldSet APIs don't |
| 25367 // currently expose an API the returns RadioNodeList. The only use of a | 25335 // currently expose an API the returns RadioNodeList. The only use of a |
| (...skipping 4240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 29608 _position = nextPosition; | 29576 _position = nextPosition; |
| 29609 return true; | 29577 return true; |
| 29610 } | 29578 } |
| 29611 _current = null; | 29579 _current = null; |
| 29612 _position = _array.length; | 29580 _position = _array.length; |
| 29613 return false; | 29581 return false; |
| 29614 } | 29582 } |
| 29615 | 29583 |
| 29616 T get current => _current; | 29584 T get current => _current; |
| 29617 } | 29585 } |
| OLD | NEW |