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

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

Issue 260893007: Initial overloading implementation in _blink (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Eliminated duplicate entry in dart.idl Created 6 years, 7 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
« no previous file with comments | « tools/dom/src/html_native_DOMImplementation.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, 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:_blink library. 6 // Auto-generated dart:_blink library.
7 7
8 /** 8 /**
9 * This library provides entry points to the native Blink code which backs 9 * This library provides entry points to the native Blink code which backs
10 * up the dart:html library. 10 * up the dart:html library.
11 */ 11 */
12 library dart.dom._blink; 12 library dart.dom._blink;
13 // TODO(leafp) These are mostly copied over from dart:html. When
14 // we shift dart:blink generation over to dartium, this dependency
15 // should go away, or at least be reconsidered.
16 import 'dart:async';
17 import 'dart:collection';
18 import 'dart:html';
19 import 'dart:_internal' hide Symbol, deprecated;
20 import 'dart:html_common';
21 import 'dart:indexed_db';
22 import 'dart:isolate';
23 import "dart:convert";
24 import 'dart:math';
25 // TODO(vsm): Remove this when we can do the proper checking in
26 // native code for custom elements.
27 import 'dart:mirrors';
28 import 'dart:nativewrappers';
29 import 'dart:typed_data';
30 import 'dart:web_gl' as gl;
31 import 'dart:web_sql';
32 // Not actually used, but imported since dart:html can generate these objects.
33 import 'dart:svg' as svg;
34 import 'dart:svg' show Matrix;
35 import 'dart:svg' show SvgSvgElement;
36 import 'dart:web_audio' show AudioNode, AudioParam;
13 37
14 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart'; 38 part '$AUXILIARY_DIR/blink_native_DOMImplementation.dart';
15 39
16 $!GENERATED_DART_FILES 40 $!GENERATED_DART_FILES
OLDNEW
« no previous file with comments | « tools/dom/src/html_native_DOMImplementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698