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 | |
79 class _MediaStreamFactoryProvider { | 72 class _MediaStreamFactoryProvider { |
80 factory MediaStream(MediaStreamTrackList audioTracks, MediaStreamTrackList vid
eoTracks) => _dummy(); | 73 factory MediaStream(MediaStreamTrackList audioTracks, MediaStreamTrackList vid
eoTracks) => _dummy(); |
81 } | 74 } |
82 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 75 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
83 // for details. All rights reserved. Use of this source code is governed by a | 76 // for details. All rights reserved. Use of this source code is governed by a |
84 // BSD-style license that can be found in the LICENSE file. | 77 // BSD-style license that can be found in the LICENSE file. |
85 | 78 |
86 class _MediaControllerFactoryProvider { | 79 class _MediaControllerFactoryProvider { |
87 factory MediaController() => _dummy(); | 80 factory MediaController() => _dummy(); |
88 } | 81 } |
(...skipping 5219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5308 interface IDBVersionChangeRequest extends IDBRequest { | 5301 interface IDBVersionChangeRequest extends IDBRequest { |
5309 | 5302 |
5310 EventListener onblocked; | 5303 EventListener onblocked; |
5311 } | 5304 } |
5312 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5313 // for details. All rights reserved. Use of this source code is governed by a | 5306 // for details. All rights reserved. Use of this source code is governed by a |
5314 // BSD-style license that can be found in the LICENSE file. | 5307 // BSD-style license that can be found in the LICENSE file. |
5315 | 5308 |
5316 // WARNING: Do not edit - generated code. | 5309 // WARNING: Do not edit - generated code. |
5317 | 5310 |
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 | |
5332 interface ImageData { | 5311 interface ImageData { |
5333 | 5312 |
5334 final CanvasPixelArray data; | 5313 final CanvasPixelArray data; |
5335 | 5314 |
5336 final int height; | 5315 final int height; |
5337 | 5316 |
5338 final int width; | 5317 final int width; |
5339 } | 5318 } |
5340 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5319 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5341 // for details. All rights reserved. Use of this source code is governed by a | 5320 // 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... |
11459 } | 11438 } |
11460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 11439 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
11461 // for details. All rights reserved. Use of this source code is governed by a | 11440 // for details. All rights reserved. Use of this source code is governed by a |
11462 // BSD-style license that can be found in the LICENSE file. | 11441 // BSD-style license that can be found in the LICENSE file. |
11463 | 11442 |
11464 // WARNING: Do not edit - generated code. | 11443 // WARNING: Do not edit - generated code. |
11465 | 11444 |
11466 interface WebKitNamedFlow { | 11445 interface WebKitNamedFlow { |
11467 | 11446 |
11468 final bool overflow; | 11447 final bool overflow; |
| 11448 |
| 11449 NodeList getRegionsByContentNode(Node contentNode); |
11469 } | 11450 } |
11470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 11451 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
11471 // for details. All rights reserved. Use of this source code is governed by a | 11452 // for details. All rights reserved. Use of this source code is governed by a |
11472 // BSD-style license that can be found in the LICENSE file. | 11453 // BSD-style license that can be found in the LICENSE file. |
11473 | 11454 |
11474 // WARNING: Do not edit - generated code. | 11455 // WARNING: Do not edit - generated code. |
11475 | 11456 |
11476 interface WebKitPoint default _WebKitPointFactoryProvider { | 11457 interface WebKitPoint default _WebKitPointFactoryProvider { |
11477 | 11458 |
11478 WebKitPoint(num x, num y); | 11459 WebKitPoint(num x, num y); |
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12589 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12570 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
12590 // for details. All rights reserved. Use of this source code is governed by a | 12571 // for details. All rights reserved. Use of this source code is governed by a |
12591 // BSD-style license that can be found in the LICENSE file. | 12572 // BSD-style license that can be found in the LICENSE file. |
12592 | 12573 |
12593 Window get window() => _dummy(); | 12574 Window get window() => _dummy(); |
12594 | 12575 |
12595 // TODO(vsm): Remove when prefixes are supported. | 12576 // TODO(vsm): Remove when prefixes are supported. |
12596 Window get dom_window() => _dummy(); | 12577 Window get dom_window() => _dummy(); |
12597 | 12578 |
12598 Document get document() => _dummy(); | 12579 Document get document() => _dummy(); |
OLD | NEW |