| 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 library dart.dom.html; | 9 library dart.dom.html; |
| 10 | 10 |
| 11 import 'dart:async'; | 11 import 'dart:async'; |
| 12 import 'dart:collection'; | 12 import 'dart:collection'; |
| 13 import 'dart:_collection-dev'; | 13 import 'dart:_collection-dev' hide Symbol; |
| 14 import 'dart:html_common'; | 14 import 'dart:html_common'; |
| 15 import 'dart:indexed_db'; | 15 import 'dart:indexed_db'; |
| 16 import 'dart:isolate'; | 16 import 'dart:isolate'; |
| 17 import 'dart:json' as json; | 17 import 'dart:json' as json; |
| 18 import 'dart:math'; | 18 import 'dart:math'; |
| 19 import 'dart:nativewrappers'; | 19 import 'dart:nativewrappers'; |
| 20 import 'dart:mdv_observe_impl'; |
| 20 import 'dart:typed_data'; | 21 import 'dart:typed_data'; |
| 21 import 'dart:web_gl' as gl; | 22 import 'dart:web_gl' as gl; |
| 22 import 'dart:web_sql'; | 23 import 'dart:web_sql'; |
| 23 // Not actually used, but imported since dart:html can generate these objects. | 24 // Not actually used, but imported since dart:html can generate these objects. |
| 24 import 'dart:svg' as svg; | 25 import 'dart:svg' as svg; |
| 25 import 'dart:web_audio' as web_audio; | 26 import 'dart:web_audio' as web_audio; |
| 26 | 27 |
| 27 $!GENERATED_DART_FILES | 28 $!GENERATED_DART_FILES |
| 28 | 29 |
| 29 part '$AUXILIARY_DIR/AttributeMap.dart'; | 30 part '$AUXILIARY_DIR/AttributeMap.dart'; |
| 30 part '$AUXILIARY_DIR/CanvasImageSource.dart'; | 31 part '$AUXILIARY_DIR/CanvasImageSource.dart'; |
| 31 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; | 32 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; |
| 32 part '$AUXILIARY_DIR/CssClassSet.dart'; | 33 part '$AUXILIARY_DIR/CssClassSet.dart'; |
| 33 part '$AUXILIARY_DIR/EventListener.dart'; | 34 part '$AUXILIARY_DIR/EventListener.dart'; |
| 34 part '$AUXILIARY_DIR/EventStreamProvider.dart'; | 35 part '$AUXILIARY_DIR/EventStreamProvider.dart'; |
| 35 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; | 36 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; |
| 36 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; | 37 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; |
| 37 part '$AUXILIARY_DIR/KeyCode.dart'; | 38 part '$AUXILIARY_DIR/KeyCode.dart'; |
| 38 part '$AUXILIARY_DIR/KeyLocation.dart'; | 39 part '$AUXILIARY_DIR/KeyLocation.dart'; |
| 39 part '$AUXILIARY_DIR/KeyName.dart'; | 40 part '$AUXILIARY_DIR/KeyName.dart'; |
| 40 part '$AUXILIARY_DIR/ModelTreeObserver.dart'; | 41 part '$AUXILIARY_DIR/PathObserver.dart'; |
| 41 part '$AUXILIARY_DIR/Point.dart'; | 42 part '$AUXILIARY_DIR/Point.dart'; |
| 42 part '$AUXILIARY_DIR/ReadyState.dart'; | 43 part '$AUXILIARY_DIR/ReadyState.dart'; |
| 43 part '$AUXILIARY_DIR/Rectangle.dart'; | 44 part '$AUXILIARY_DIR/Rectangle.dart'; |
| 45 part '$AUXILIARY_DIR/TemplateBindings.dart'; |
| 44 part '$AUXILIARY_DIR/WrappedEvent.dart'; | 46 part '$AUXILIARY_DIR/WrappedEvent.dart'; |
| 45 part '$AUXILIARY_DIR/WrappedList.dart'; | 47 part '$AUXILIARY_DIR/WrappedList.dart'; |
| 46 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; | 48 part '$AUXILIARY_DIR/_HttpRequestUtils.dart'; |
| 47 part '$AUXILIARY_DIR/shared_FactoryProviders.dart'; | 49 part '$AUXILIARY_DIR/shared_FactoryProviders.dart'; |
| 48 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; | 50 part '$AUXILIARY_DIR/dartium_KeyEvent.dart'; |
| 49 part '$AUXILIARY_DIR/dartium_FactoryProviders.dart'; | 51 part '$AUXILIARY_DIR/dartium_FactoryProviders.dart'; |
| 50 part '$AUXILIARY_DIR/dartium_Platform.dart'; | 52 part '$AUXILIARY_DIR/dartium_Platform.dart'; |
| 51 part '$AUXILIARY_DIR/Isolates.dart'; | 53 part '$AUXILIARY_DIR/Isolates.dart'; |
| 52 part '$AUXILIARY_DIR/Microtask.dart'; | 54 part '$AUXILIARY_DIR/Microtask.dart'; |
| 53 part '$AUXILIARY_DIR/Serialization.dart'; | 55 part '$AUXILIARY_DIR/Serialization.dart'; |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 _callPortLastResult = json.parse(_getPortSyncEventData(event)); | 93 _callPortLastResult = json.parse(_getPortSyncEventData(event)); |
| 92 }); | 94 }); |
| 93 _callPortInitialized = true; | 95 _callPortInitialized = true; |
| 94 } | 96 } |
| 95 assert(_callPortLastResult == null); | 97 assert(_callPortLastResult == null); |
| 96 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); | 98 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); |
| 97 var result = _callPortLastResult; | 99 var result = _callPortLastResult; |
| 98 _callPortLastResult = null; | 100 _callPortLastResult = null; |
| 99 return result; | 101 return result; |
| 100 } | 102 } |
| OLD | NEW |