| 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 /** | 8 /** |
| 9 * HTML elements and other resources for web-based applications that need to | 9 * HTML elements and other resources for web-based applications that need to |
| 10 * interact with the browser and the DOM (Document Object Model). | 10 * interact with the browser and the DOM (Document Object Model). |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 // Not actually used, but imported since dart:html can generate these objects. | 54 // Not actually used, but imported since dart:html can generate these objects. |
| 55 import 'dart:svg' as svg; | 55 import 'dart:svg' as svg; |
| 56 import 'dart:svg' show svgBlinkMap; | 56 import 'dart:svg' show svgBlinkMap; |
| 57 import 'dart:svg' show svgBlinkFunctionMap; | 57 import 'dart:svg' show svgBlinkFunctionMap; |
| 58 import 'dart:svg' show Matrix; | 58 import 'dart:svg' show Matrix; |
| 59 import 'dart:svg' show SvgSvgElement; | 59 import 'dart:svg' show SvgSvgElement; |
| 60 import 'dart:web_audio' as web_audio; | 60 import 'dart:web_audio' as web_audio; |
| 61 import 'dart:web_audio' show web_audioBlinkMap; | 61 import 'dart:web_audio' show web_audioBlinkMap; |
| 62 import 'dart:web_audio' show web_audioBlinkFunctionMap; | 62 import 'dart:web_audio' show web_audioBlinkFunctionMap; |
| 63 import 'dart:_blink' as _blink; | 63 import 'dart:_blink' as _blink; |
| 64 import 'dart:developer'; |
| 64 | 65 |
| 65 export 'dart:math' show Rectangle, Point; | 66 export 'dart:math' show Rectangle, Point; |
| 66 | 67 |
| 67 $!GENERATED_DART_FILES | 68 $!GENERATED_DART_FILES |
| 68 | 69 |
| 69 // Issue 14721, order important for WrappedEvent. | 70 // Issue 14721, order important for WrappedEvent. |
| 70 part '$AUXILIARY_DIR/AttributeMap.dart'; | 71 part '$AUXILIARY_DIR/AttributeMap.dart'; |
| 71 part '$AUXILIARY_DIR/CanvasImageSource.dart'; | 72 part '$AUXILIARY_DIR/CanvasImageSource.dart'; |
| 72 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; | 73 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; |
| 73 part '$AUXILIARY_DIR/CssClassSet.dart'; | 74 part '$AUXILIARY_DIR/CssClassSet.dart'; |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 | 703 |
| 703 unwrap_jso(dartClass_instance) => dartClass_instance; | 704 unwrap_jso(dartClass_instance) => dartClass_instance; |
| 704 wrap_jso(jsObject) => jsObject; | 705 wrap_jso(jsObject) => jsObject; |
| 705 make_dart_rectangle(r) => r; | 706 make_dart_rectangle(r) => r; |
| 706 convertDartToNative_Dictionary(Map dict) => dict; | 707 convertDartToNative_Dictionary(Map dict) => dict; |
| 707 List convertDartToNative_StringArray(List<String> input) => input; | 708 List convertDartToNative_StringArray(List<String> input) => input; |
| 708 convertDartToNative_List(List input) => input; | 709 convertDartToNative_List(List input) => input; |
| 709 createCustomUpgrader(Type customElementClass, $this) => $this; | 710 createCustomUpgrader(Type customElementClass, $this) => $this; |
| 710 | 711 |
| 711 $endif | 712 $endif |
| OLD | NEW |