| OLD | NEW |
| 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 // DO NOT EDIT | 5 // DO NOT EDIT |
| 6 // Auto-generated dart:html library. | 6 // Auto-generated dart:html library. |
| 7 | 7 |
| 8 /// The Dart HTML library. | 8 /// The Dart HTML library. |
| 9 /// | 9 /// |
| 10 /// For examples, see | 10 /// For examples, see |
| 11 /// [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples) | 11 /// [Dart HTML5 Samples](https://github.com/dart-lang/dart-html5-samples) |
| 12 /// on Github. | 12 /// on Github. |
| 13 library dart.dom.html; | 13 library dart.dom.html; |
| 14 | 14 |
| 15 import 'dart:async'; | 15 import 'dart:async'; |
| 16 import 'dart:collection'; | 16 import 'dart:collection'; |
| 17 import 'dart:_collection-dev' hide Symbol; | 17 import 'dart:_collection-dev' hide Symbol; |
| 18 import 'dart:html_common'; | 18 import 'dart:html_common'; |
| 19 import 'dart:indexed_db'; | 19 import 'dart:indexed_db'; |
| 20 import 'dart:isolate'; | 20 import 'dart:isolate'; |
| 21 import 'dart:json' as json; | 21 import 'dart:json' as json; |
| 22 import 'dart:math'; | 22 import 'dart:math'; |
| 23 import 'dart:nativewrappers'; | 23 import 'dart:nativewrappers'; |
| 24 import 'dart:mdv_observe_impl'; | |
| 25 import 'dart:typed_data'; | 24 import 'dart:typed_data'; |
| 26 import 'dart:web_gl' as gl; | 25 import 'dart:web_gl' as gl; |
| 27 import 'dart:web_sql'; | 26 import 'dart:web_sql'; |
| 28 // Not actually used, but imported since dart:html can generate these objects. | 27 // Not actually used, but imported since dart:html can generate these objects. |
| 29 import 'dart:svg' as svg; | 28 import 'dart:svg' as svg; |
| 30 import 'dart:web_audio' as web_audio; | 29 import 'dart:web_audio' as web_audio; |
| 31 | 30 |
| 32 $!GENERATED_DART_FILES | 31 $!GENERATED_DART_FILES |
| 33 | 32 |
| 34 part '$AUXILIARY_DIR/AttributeMap.dart'; | 33 part '$AUXILIARY_DIR/AttributeMap.dart'; |
| 35 part '$AUXILIARY_DIR/CanvasImageSource.dart'; | 34 part '$AUXILIARY_DIR/CanvasImageSource.dart'; |
| 36 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; | 35 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; |
| 37 part '$AUXILIARY_DIR/CssClassSet.dart'; | 36 part '$AUXILIARY_DIR/CssClassSet.dart'; |
| 38 part '$AUXILIARY_DIR/EventListener.dart'; | 37 part '$AUXILIARY_DIR/EventListener.dart'; |
| 39 part '$AUXILIARY_DIR/EventStreamProvider.dart'; | 38 part '$AUXILIARY_DIR/EventStreamProvider.dart'; |
| 40 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; | 39 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; |
| 41 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; | 40 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; |
| 42 part '$AUXILIARY_DIR/KeyCode.dart'; | 41 part '$AUXILIARY_DIR/KeyCode.dart'; |
| 43 part '$AUXILIARY_DIR/KeyLocation.dart'; | 42 part '$AUXILIARY_DIR/KeyLocation.dart'; |
| 44 part '$AUXILIARY_DIR/KeyName.dart'; | 43 part '$AUXILIARY_DIR/KeyName.dart'; |
| 45 part '$AUXILIARY_DIR/Point.dart'; | 44 part '$AUXILIARY_DIR/Point.dart'; |
| 46 part '$AUXILIARY_DIR/ReadyState.dart'; | 45 part '$AUXILIARY_DIR/ReadyState.dart'; |
| 47 part '$AUXILIARY_DIR/Rectangle.dart'; | 46 part '$AUXILIARY_DIR/Rectangle.dart'; |
| 48 part '$AUXILIARY_DIR/TemplateBindings.dart'; | |
| 49 part '$AUXILIARY_DIR/WrappedEvent.dart'; | 47 part '$AUXILIARY_DIR/WrappedEvent.dart'; |
| 50 part '$AUXILIARY_DIR/WrappedList.dart'; | 48 part '$AUXILIARY_DIR/WrappedList.dart'; |
| 51 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; | 49 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; |
| 52 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; | 50 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; |
| 53 part '$AUXILIARY_DIR/dartium_Platform.dart'; | 51 part '$AUXILIARY_DIR/dartium_Platform.dart'; |
| 54 part '$AUXILIARY_DIR/Isolates.dart'; | 52 part '$AUXILIARY_DIR/Isolates.dart'; |
| 55 part '$AUXILIARY_DIR/Microtask.dart'; | 53 part '$AUXILIARY_DIR/Microtask.dart'; |
| 56 part '$AUXILIARY_DIR/Serialization.dart'; | 54 part '$AUXILIARY_DIR/Serialization.dart'; |
| 57 part '$AUXILIARY_DIR/_ListIterators.dart'; | 55 part '$AUXILIARY_DIR/_ListIterators.dart'; |
| 58 | 56 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 _callPortLastResult = json.parse(_getPortSyncEventData(event)); | 92 _callPortLastResult = json.parse(_getPortSyncEventData(event)); |
| 95 }); | 93 }); |
| 96 _callPortInitialized = true; | 94 _callPortInitialized = true; |
| 97 } | 95 } |
| 98 assert(_callPortLastResult == null); | 96 assert(_callPortLastResult == null); |
| 99 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); | 97 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); |
| 100 var result = _callPortLastResult; | 98 var result = _callPortLastResult; |
| 101 _callPortLastResult = null; | 99 _callPortLastResult = null; |
| 102 return result; | 100 return result; |
| 103 } | 101 } |
| OLD | NEW |