OLD | NEW |
1 #library('dom'); | 1 #library('dom'); |
2 | 2 |
3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4 // for details. All rights reserved. Use of this source code is governed by a | 4 // for details. All rights reserved. Use of this source code is governed by a |
5 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
6 | 6 |
7 // DO NOT EDIT | 7 // DO NOT EDIT |
8 // Auto-generated Dart DOM library with no implementation. | 8 // Auto-generated Dart DOM library with no implementation. |
9 | 9 |
10 | 10 |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 // for details. All rights reserved. Use of this source code is governed by a | 62 // for details. All rights reserved. Use of this source code is governed by a |
63 // BSD-style license that can be found in the LICENSE file. | 63 // BSD-style license that can be found in the LICENSE file. |
64 | 64 |
65 class _HTMLOptionElementFactoryProvider { | 65 class _HTMLOptionElementFactoryProvider { |
66 factory HTMLOptionElement([String data = null, String value = null, bool defau
ltSelected = null, bool selected = null]) => _dummy(); | 66 factory HTMLOptionElement([String data = null, String value = null, bool defau
ltSelected = null, bool selected = null]) => _dummy(); |
67 } | 67 } |
68 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 68 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
69 // for details. All rights reserved. Use of this source code is governed by a | 69 // for details. All rights reserved. Use of this source code is governed by a |
70 // BSD-style license that can be found in the LICENSE file. | 70 // BSD-style license that can be found in the LICENSE file. |
71 | 71 |
| 72 class _IceCandidateFactoryProvider { |
| 73 factory IceCandidate(String label, String candidateLine) => _dummy(); |
| 74 } |
| 75 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 76 // for details. All rights reserved. Use of this source code is governed by a |
| 77 // BSD-style license that can be found in the LICENSE file. |
| 78 |
72 class _MediaStreamFactoryProvider { | 79 class _MediaStreamFactoryProvider { |
73 factory MediaStream(MediaStreamTrackList audioTracks, MediaStreamTrackList vid
eoTracks) => _dummy(); | 80 factory MediaStream(MediaStreamTrackList audioTracks, MediaStreamTrackList vid
eoTracks) => _dummy(); |
74 } | 81 } |
75 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 82 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
76 // for details. All rights reserved. Use of this source code is governed by a | 83 // for details. All rights reserved. Use of this source code is governed by a |
77 // BSD-style license that can be found in the LICENSE file. | 84 // BSD-style license that can be found in the LICENSE file. |
78 | 85 |
79 class _MediaControllerFactoryProvider { | 86 class _MediaControllerFactoryProvider { |
80 factory MediaController() => _dummy(); | 87 factory MediaController() => _dummy(); |
81 } | 88 } |
(...skipping 5219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5301 interface IDBVersionChangeRequest extends IDBRequest { | 5308 interface IDBVersionChangeRequest extends IDBRequest { |
5302 | 5309 |
5303 EventListener onblocked; | 5310 EventListener onblocked; |
5304 } | 5311 } |
5305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5312 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5306 // for details. All rights reserved. Use of this source code is governed by a | 5313 // for details. All rights reserved. Use of this source code is governed by a |
5307 // BSD-style license that can be found in the LICENSE file. | 5314 // BSD-style license that can be found in the LICENSE file. |
5308 | 5315 |
5309 // WARNING: Do not edit - generated code. | 5316 // WARNING: Do not edit - generated code. |
5310 | 5317 |
| 5318 interface IceCandidate default _IceCandidateFactoryProvider { |
| 5319 |
| 5320 IceCandidate(String label, String candidateLine); |
| 5321 |
| 5322 final String label; |
| 5323 |
| 5324 String toSdp(); |
| 5325 } |
| 5326 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5327 // for details. All rights reserved. Use of this source code is governed by a |
| 5328 // BSD-style license that can be found in the LICENSE file. |
| 5329 |
| 5330 // WARNING: Do not edit - generated code. |
| 5331 |
5311 interface ImageData { | 5332 interface ImageData { |
5312 | 5333 |
5313 final CanvasPixelArray data; | 5334 final CanvasPixelArray data; |
5314 | 5335 |
5315 final int height; | 5336 final int height; |
5316 | 5337 |
5317 final int width; | 5338 final int width; |
5318 } | 5339 } |
5319 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5340 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5320 // for details. All rights reserved. Use of this source code is governed by a | 5341 // for details. All rights reserved. Use of this source code is governed by a |
(...skipping 6117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11438 } | 11459 } |
11439 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 11460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
11440 // for details. All rights reserved. Use of this source code is governed by a | 11461 // for details. All rights reserved. Use of this source code is governed by a |
11441 // BSD-style license that can be found in the LICENSE file. | 11462 // BSD-style license that can be found in the LICENSE file. |
11442 | 11463 |
11443 // WARNING: Do not edit - generated code. | 11464 // WARNING: Do not edit - generated code. |
11444 | 11465 |
11445 interface WebKitNamedFlow { | 11466 interface WebKitNamedFlow { |
11446 | 11467 |
11447 final bool overflow; | 11468 final bool overflow; |
11448 | |
11449 NodeList getRegionsByContentNode(Node contentNode); | |
11450 } | 11469 } |
11451 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 11470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
11452 // for details. All rights reserved. Use of this source code is governed by a | 11471 // for details. All rights reserved. Use of this source code is governed by a |
11453 // BSD-style license that can be found in the LICENSE file. | 11472 // BSD-style license that can be found in the LICENSE file. |
11454 | 11473 |
11455 // WARNING: Do not edit - generated code. | 11474 // WARNING: Do not edit - generated code. |
11456 | 11475 |
11457 interface WebKitPoint default _WebKitPointFactoryProvider { | 11476 interface WebKitPoint default _WebKitPointFactoryProvider { |
11458 | 11477 |
11459 WebKitPoint(num x, num y); | 11478 WebKitPoint(num x, num y); |
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12570 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12589 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
12571 // for details. All rights reserved. Use of this source code is governed by a | 12590 // for details. All rights reserved. Use of this source code is governed by a |
12572 // BSD-style license that can be found in the LICENSE file. | 12591 // BSD-style license that can be found in the LICENSE file. |
12573 | 12592 |
12574 Window get window() => _dummy(); | 12593 Window get window() => _dummy(); |
12575 | 12594 |
12576 // TODO(vsm): Remove when prefixes are supported. | 12595 // TODO(vsm): Remove when prefixes are supported. |
12577 Window get dom_window() => _dummy(); | 12596 Window get dom_window() => _dummy(); |
12578 | 12597 |
12579 Document get document() => _dummy(); | 12598 Document get document() => _dummy(); |
OLD | NEW |