| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 | 60 |
| 61 export 'dart:math' show Rectangle, Point; | 61 export 'dart:math' show Rectangle, Point; |
| 62 | 62 |
| 63 $!GENERATED_DART_FILES | 63 $!GENERATED_DART_FILES |
| 64 | 64 |
| 65 // Issue 14721, order important for WrappedEvent. | 65 // Issue 14721, order important for WrappedEvent. |
| 66 part '$AUXILIARY_DIR/AttributeMap.dart'; | 66 part '$AUXILIARY_DIR/AttributeMap.dart'; |
| 67 part '$AUXILIARY_DIR/CanvasImageSource.dart'; | 67 part '$AUXILIARY_DIR/CanvasImageSource.dart'; |
| 68 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; | 68 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; |
| 69 part '$AUXILIARY_DIR/CssClassSet.dart'; | 69 part '$AUXILIARY_DIR/CssClassSet.dart'; |
| 70 part '$AUXILIARY_DIR/dartium_CssClassSet.dart'; |
| 70 part '$AUXILIARY_DIR/CssRectangle.dart'; | 71 part '$AUXILIARY_DIR/CssRectangle.dart'; |
| 71 part '$AUXILIARY_DIR/Dimension.dart'; | 72 part '$AUXILIARY_DIR/Dimension.dart'; |
| 72 part '$AUXILIARY_DIR/EventListener.dart'; | 73 part '$AUXILIARY_DIR/EventListener.dart'; |
| 73 part '$AUXILIARY_DIR/EventStreamProvider.dart'; | 74 part '$AUXILIARY_DIR/EventStreamProvider.dart'; |
| 74 part '$AUXILIARY_DIR/Html5NodeValidator.dart'; | 75 part '$AUXILIARY_DIR/Html5NodeValidator.dart'; |
| 75 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; | 76 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; |
| 76 part '$AUXILIARY_DIR/KeyCode.dart'; | 77 part '$AUXILIARY_DIR/KeyCode.dart'; |
| 77 part '$AUXILIARY_DIR/KeyLocation.dart'; | 78 part '$AUXILIARY_DIR/KeyLocation.dart'; |
| 78 part '$AUXILIARY_DIR/KeyName.dart'; | 79 part '$AUXILIARY_DIR/KeyName.dart'; |
| 79 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; | 80 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 } | 232 } |
| 232 return null; | 233 return null; |
| 233 } | 234 } |
| 234 | 235 |
| 235 Type _getSvgType(String key) { | 236 Type _getSvgType(String key) { |
| 236 if (svgBlinkMap.containsKey(key)) { | 237 if (svgBlinkMap.containsKey(key)) { |
| 237 return svgBlinkMap[key](); | 238 return svgBlinkMap[key](); |
| 238 } | 239 } |
| 239 return null; | 240 return null; |
| 240 } | 241 } |
| OLD | NEW |