Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: tools/dom/templates/html/dartium/html_dartium.darttemplate

Issue 19786005: Reapply Box Model convenience classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
(...skipping 16 matching lines...) Expand all
27 // 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.
28 import 'dart:svg' as svg; 28 import 'dart:svg' as svg;
29 import 'dart:web_audio' as web_audio; 29 import 'dart:web_audio' as web_audio;
30 30
31 $!GENERATED_DART_FILES 31 $!GENERATED_DART_FILES
32 32
33 part '$AUXILIARY_DIR/AttributeMap.dart'; 33 part '$AUXILIARY_DIR/AttributeMap.dart';
34 part '$AUXILIARY_DIR/CanvasImageSource.dart'; 34 part '$AUXILIARY_DIR/CanvasImageSource.dart';
35 part '$AUXILIARY_DIR/CrossFrameTypes.dart'; 35 part '$AUXILIARY_DIR/CrossFrameTypes.dart';
36 part '$AUXILIARY_DIR/CssClassSet.dart'; 36 part '$AUXILIARY_DIR/CssClassSet.dart';
37 part '$AUXILIARY_DIR/CssRectangle.dart';
38 part '$AUXILIARY_DIR/Dimension.dart';
37 part '$AUXILIARY_DIR/EventListener.dart'; 39 part '$AUXILIARY_DIR/EventListener.dart';
38 part '$AUXILIARY_DIR/EventStreamProvider.dart'; 40 part '$AUXILIARY_DIR/EventStreamProvider.dart';
39 part '$AUXILIARY_DIR/ImmutableListMixin.dart'; 41 part '$AUXILIARY_DIR/ImmutableListMixin.dart';
40 part '$AUXILIARY_DIR/KeyboardEventStream.dart'; 42 part '$AUXILIARY_DIR/KeyboardEventStream.dart';
41 part '$AUXILIARY_DIR/KeyCode.dart'; 43 part '$AUXILIARY_DIR/KeyCode.dart';
42 part '$AUXILIARY_DIR/KeyLocation.dart'; 44 part '$AUXILIARY_DIR/KeyLocation.dart';
43 part '$AUXILIARY_DIR/KeyName.dart'; 45 part '$AUXILIARY_DIR/KeyName.dart';
44 part '$AUXILIARY_DIR/Point.dart'; 46 part '$AUXILIARY_DIR/Point.dart';
45 part '$AUXILIARY_DIR/ReadyState.dart'; 47 part '$AUXILIARY_DIR/ReadyState.dart';
46 part '$AUXILIARY_DIR/Rectangle.dart'; 48 part '$AUXILIARY_DIR/Rectangle.dart';
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 _callPortLastResult = json.parse(_getPortSyncEventData(event)); 110 _callPortLastResult = json.parse(_getPortSyncEventData(event));
109 }); 111 });
110 _callPortInitialized = true; 112 _callPortInitialized = true;
111 } 113 }
112 assert(_callPortLastResult == null); 114 assert(_callPortLastResult == null);
113 _dispatchEvent('js-sync-message', {'id': id, 'message': message}); 115 _dispatchEvent('js-sync-message', {'id': id, 'message': message});
114 var result = _callPortLastResult; 116 var result = _callPortLastResult;
115 _callPortLastResult = null; 117 _callPortLastResult = null;
116 return result; 118 return result;
117 } 119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698