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

Side by Side Diff: client/dom/dom.dart

Issue 9838081: Regenerate HTML bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | « no previous file | client/dom/frog/dom_frog.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
82 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 89 // 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 90 // 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. 91 // BSD-style license that can be found in the LICENSE file.
85 92
86 class _MessageChannelFactoryProvider { 93 class _MessageChannelFactoryProvider {
87 factory MessageChannel() => _dummy(); 94 factory MessageChannel() => _dummy();
88 } 95 }
89 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 96 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
90 // for details. All rights reserved. Use of this source code is governed by a 97 // for details. All rights reserved. Use of this source code is governed by a
91 // BSD-style license that can be found in the LICENSE file. 98 // BSD-style license that can be found in the LICENSE file.
92 99
100 class _SessionDescriptionFactoryProvider {
101 factory SessionDescription(String sdp) => _dummy();
102 }
103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
104 // for details. All rights reserved. Use of this source code is governed by a
105 // BSD-style license that can be found in the LICENSE file.
106
93 class _ShadowRootFactoryProvider { 107 class _ShadowRootFactoryProvider {
94 factory ShadowRoot(Element host) => _dummy(); 108 factory ShadowRoot(Element host) => _dummy();
95 } 109 }
96 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
97 // for details. All rights reserved. Use of this source code is governed by a 111 // for details. All rights reserved. Use of this source code is governed by a
98 // BSD-style license that can be found in the LICENSE file. 112 // BSD-style license that can be found in the LICENSE file.
99 113
100 class _SharedWorkerFactoryProvider { 114 class _SharedWorkerFactoryProvider {
101 factory SharedWorker(String scriptURL, [String name = null]) => _dummy(); 115 factory SharedWorker(String scriptURL, [String name = null]) => _dummy();
102 } 116 }
103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
104 // for details. All rights reserved. Use of this source code is governed by a 118 // for details. All rights reserved. Use of this source code is governed by a
105 // BSD-style license that can be found in the LICENSE file. 119 // BSD-style license that can be found in the LICENSE file.
106 120
107 class _SpeechGrammarFactoryProvider { 121 class _SpeechGrammarFactoryProvider {
108 factory SpeechGrammar() => _dummy(); 122 factory SpeechGrammar() => _dummy();
109 } 123 }
110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 124 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
111 // for details. All rights reserved. Use of this source code is governed by a 125 // for details. All rights reserved. Use of this source code is governed by a
112 // BSD-style license that can be found in the LICENSE file. 126 // BSD-style license that can be found in the LICENSE file.
113 127
114 class _SpeechGrammarListFactoryProvider { 128 class _SpeechGrammarListFactoryProvider {
115 factory SpeechGrammarList() => _dummy(); 129 factory SpeechGrammarList() => _dummy();
116 } 130 }
117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
118 // for details. All rights reserved. Use of this source code is governed by a 132 // for details. All rights reserved. Use of this source code is governed by a
119 // BSD-style license that can be found in the LICENSE file. 133 // BSD-style license that can be found in the LICENSE file.
120 134
135 class _SpeechRecognitionFactoryProvider {
136 factory SpeechRecognition() => _dummy();
137 }
138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
139 // for details. All rights reserved. Use of this source code is governed by a
140 // BSD-style license that can be found in the LICENSE file.
141
121 class _TextTrackCueFactoryProvider { 142 class _TextTrackCueFactoryProvider {
122 factory TextTrackCue(String id, num startTime, num endTime, String text, [Stri ng settings = null, bool pauseOnExit = null]) => _dummy(); 143 factory TextTrackCue(String id, num startTime, num endTime, String text, [Stri ng settings = null, bool pauseOnExit = null]) => _dummy();
123 } 144 }
124 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
125 // for details. All rights reserved. Use of this source code is governed by a 146 // for details. All rights reserved. Use of this source code is governed by a
126 // BSD-style license that can be found in the LICENSE file. 147 // BSD-style license that can be found in the LICENSE file.
127 148
128 class _WebKitBlobBuilderFactoryProvider { 149 class _WebKitBlobBuilderFactoryProvider {
129 factory WebKitBlobBuilder() => _dummy(); 150 factory WebKitBlobBuilder() => _dummy();
130 } 151 }
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 277
257 typedef bool AudioBufferCallback(AudioBuffer audioBuffer); 278 typedef bool AudioBufferCallback(AudioBuffer audioBuffer);
258 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 279 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
259 // for details. All rights reserved. Use of this source code is governed by a 280 // for details. All rights reserved. Use of this source code is governed by a
260 // BSD-style license that can be found in the LICENSE file. 281 // BSD-style license that can be found in the LICENSE file.
261 282
262 // WARNING: Do not edit - generated code. 283 // WARNING: Do not edit - generated code.
263 284
264 interface AudioBufferSourceNode extends AudioSourceNode { 285 interface AudioBufferSourceNode extends AudioSourceNode {
265 286
287 static final int FINISHED_STATE = 3;
288
289 static final int PLAYING_STATE = 2;
290
291 static final int SCHEDULED_STATE = 1;
292
293 static final int UNSCHEDULED_STATE = 0;
294
266 AudioBuffer buffer; 295 AudioBuffer buffer;
267 296
268 final AudioGain gain; 297 final AudioGain gain;
269 298
270 bool loop; 299 bool loop;
271 300
272 bool looping; 301 bool looping;
273 302
274 final AudioParam playbackRate; 303 final AudioParam playbackRate;
275 304
305 final int playbackState;
306
276 void noteGrainOn(num when, num grainOffset, num grainDuration); 307 void noteGrainOn(num when, num grainOffset, num grainDuration);
277 308
278 void noteOff(num when); 309 void noteOff(num when);
279 310
280 void noteOn(num when); 311 void noteOn(num when);
281 } 312 }
282 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 313 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
283 // for details. All rights reserved. Use of this source code is governed by a 314 // for details. All rights reserved. Use of this source code is governed by a
284 // BSD-style license that can be found in the LICENSE file. 315 // BSD-style license that can be found in the LICENSE file.
285 316
(...skipping 12 matching lines...) Expand all
298 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 329 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
299 // for details. All rights reserved. Use of this source code is governed by a 330 // for details. All rights reserved. Use of this source code is governed by a
300 // BSD-style license that can be found in the LICENSE file. 331 // BSD-style license that can be found in the LICENSE file.
301 332
302 // WARNING: Do not edit - generated code. 333 // WARNING: Do not edit - generated code.
303 334
304 interface AudioContext default _AudioContextFactoryProvider { 335 interface AudioContext default _AudioContextFactoryProvider {
305 336
306 AudioContext(); 337 AudioContext();
307 338
339 final int activeSourceCount;
340
308 final num currentTime; 341 final num currentTime;
309 342
310 final AudioDestinationNode destination; 343 final AudioDestinationNode destination;
311 344
312 final AudioListener listener; 345 final AudioListener listener;
313 346
314 EventListener oncomplete; 347 EventListener oncomplete;
315 348
316 final num sampleRate; 349 final num sampleRate;
317 350
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1200 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1168 // for details. All rights reserved. Use of this source code is governed by a 1201 // for details. All rights reserved. Use of this source code is governed by a
1169 // BSD-style license that can be found in the LICENSE file. 1202 // BSD-style license that can be found in the LICENSE file.
1170 1203
1171 // WARNING: Do not edit - generated code. 1204 // WARNING: Do not edit - generated code.
1172 1205
1173 interface Console { 1206 interface Console {
1174 1207
1175 final MemoryInfo memory; 1208 final MemoryInfo memory;
1176 1209
1177 final List profiles;
1178
1179 void assertCondition(bool condition, Object arg); 1210 void assertCondition(bool condition, Object arg);
1180 1211
1181 void count(); 1212 void count();
1182 1213
1183 void debug(Object arg); 1214 void debug(Object arg);
1184 1215
1185 void dir(); 1216 void dir();
1186 1217
1187 void dirxml(); 1218 void dirxml();
1188 1219
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
2163 String selectedStylesheetSet; 2194 String selectedStylesheetSet;
2164 2195
2165 final StyleSheetList styleSheets; 2196 final StyleSheetList styleSheets;
2166 2197
2167 String title; 2198 String title;
2168 2199
2169 final Element webkitCurrentFullScreenElement; 2200 final Element webkitCurrentFullScreenElement;
2170 2201
2171 final bool webkitFullScreenKeyboardInputAllowed; 2202 final bool webkitFullScreenKeyboardInputAllowed;
2172 2203
2204 final Element webkitFullscreenElement;
2205
2206 final bool webkitFullscreenEnabled;
2207
2173 final bool webkitHidden; 2208 final bool webkitHidden;
2174 2209
2175 final bool webkitIsFullScreen; 2210 final bool webkitIsFullScreen;
2176 2211
2177 final String webkitVisibilityState; 2212 final String webkitVisibilityState;
2178 2213
2179 final String xmlEncoding; 2214 final String xmlEncoding;
2180 2215
2181 bool xmlStandalone; 2216 bool xmlStandalone;
2182 2217
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
2255 bool queryCommandSupported(String command); 2290 bool queryCommandSupported(String command);
2256 2291
2257 String queryCommandValue(String command); 2292 String queryCommandValue(String command);
2258 2293
2259 Element querySelector(String selectors); 2294 Element querySelector(String selectors);
2260 2295
2261 NodeList querySelectorAll(String selectors); 2296 NodeList querySelectorAll(String selectors);
2262 2297
2263 void webkitCancelFullScreen(); 2298 void webkitCancelFullScreen();
2264 2299
2300 void webkitExitFullscreen();
2301
2265 WebKitNamedFlow webkitGetFlowByName(String name); 2302 WebKitNamedFlow webkitGetFlowByName(String name);
2266 } 2303 }
2267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2304 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2268 // for details. All rights reserved. Use of this source code is governed by a 2305 // for details. All rights reserved. Use of this source code is governed by a
2269 // BSD-style license that can be found in the LICENSE file. 2306 // BSD-style license that can be found in the LICENSE file.
2270 2307
2271 // WARNING: Do not edit - generated code. 2308 // WARNING: Do not edit - generated code.
2272 2309
2273 interface DocumentFragment extends Node, NodeSelector { 2310 interface DocumentFragment extends Node, NodeSelector {
2274 2311
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2424 2461
2425 void setAttributeNS(String namespaceURI, String qualifiedName, String value); 2462 void setAttributeNS(String namespaceURI, String qualifiedName, String value);
2426 2463
2427 Attr setAttributeNode(Attr newAttr); 2464 Attr setAttributeNode(Attr newAttr);
2428 2465
2429 Attr setAttributeNodeNS(Attr newAttr); 2466 Attr setAttributeNodeNS(Attr newAttr);
2430 2467
2431 bool webkitMatchesSelector(String selectors); 2468 bool webkitMatchesSelector(String selectors);
2432 2469
2433 void webkitRequestFullScreen(int flags); 2470 void webkitRequestFullScreen(int flags);
2471
2472 void webkitRequestFullscreen();
2434 } 2473 }
2435 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2474 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2436 // for details. All rights reserved. Use of this source code is governed by a 2475 // for details. All rights reserved. Use of this source code is governed by a
2437 // BSD-style license that can be found in the LICENSE file. 2476 // BSD-style license that can be found in the LICENSE file.
2438 2477
2439 // WARNING: Do not edit - generated code. 2478 // WARNING: Do not edit - generated code.
2440 2479
2441 interface ElementTimeControl { 2480 interface ElementTimeControl {
2442 2481
2443 void beginElement(); 2482 void beginElement();
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
2750 void removeEventListener(String type, EventListener listener, [bool useCapture ]); 2789 void removeEventListener(String type, EventListener listener, [bool useCapture ]);
2751 } 2790 }
2752 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2791 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2753 // for details. All rights reserved. Use of this source code is governed by a 2792 // for details. All rights reserved. Use of this source code is governed by a
2754 // BSD-style license that can be found in the LICENSE file. 2793 // BSD-style license that can be found in the LICENSE file.
2755 2794
2756 // WARNING: Do not edit - generated code. 2795 // WARNING: Do not edit - generated code.
2757 2796
2758 interface File extends Blob { 2797 interface File extends Blob {
2759 2798
2760 final String fileName;
2761
2762 final int fileSize;
2763
2764 final Date lastModifiedDate; 2799 final Date lastModifiedDate;
2765 2800
2766 final String name; 2801 final String name;
2767 2802
2768 final String webkitRelativePath; 2803 final String webkitRelativePath;
2769 } 2804 }
2770 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 2805 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2771 // for details. All rights reserved. Use of this source code is governed by a 2806 // for details. All rights reserved. Use of this source code is governed by a
2772 // BSD-style license that can be found in the LICENSE file. 2807 // BSD-style license that can be found in the LICENSE file.
2773 2808
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
4209 String scheme; 4244 String scheme;
4210 } 4245 }
4211 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4246 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4212 // for details. All rights reserved. Use of this source code is governed by a 4247 // for details. All rights reserved. Use of this source code is governed by a
4213 // BSD-style license that can be found in the LICENSE file. 4248 // BSD-style license that can be found in the LICENSE file.
4214 4249
4215 // WARNING: Do not edit - generated code. 4250 // WARNING: Do not edit - generated code.
4216 4251
4217 interface HTMLMeterElement extends HTMLElement { 4252 interface HTMLMeterElement extends HTMLElement {
4218 4253
4219 final HTMLFormElement form;
4220
4221 num high; 4254 num high;
4222 4255
4223 final NodeList labels; 4256 final NodeList labels;
4224 4257
4225 num low; 4258 num low;
4226 4259
4227 num max; 4260 num max;
4228 4261
4229 num min; 4262 num min;
4230 4263
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
4439 bool wrap; 4472 bool wrap;
4440 } 4473 }
4441 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4474 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4442 // for details. All rights reserved. Use of this source code is governed by a 4475 // for details. All rights reserved. Use of this source code is governed by a
4443 // BSD-style license that can be found in the LICENSE file. 4476 // BSD-style license that can be found in the LICENSE file.
4444 4477
4445 // WARNING: Do not edit - generated code. 4478 // WARNING: Do not edit - generated code.
4446 4479
4447 interface HTMLProgressElement extends HTMLElement { 4480 interface HTMLProgressElement extends HTMLElement {
4448 4481
4449 final HTMLFormElement form;
4450
4451 final NodeList labels; 4482 final NodeList labels;
4452 4483
4453 num max; 4484 num max;
4454 4485
4455 final num position; 4486 final num position;
4456 4487
4457 num value; 4488 num value;
4458 } 4489 }
4459 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4490 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4460 // for details. All rights reserved. Use of this source code is governed by a 4491 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 10 matching lines...) Expand all
4471 // BSD-style license that can be found in the LICENSE file. 4502 // BSD-style license that can be found in the LICENSE file.
4472 4503
4473 // WARNING: Do not edit - generated code. 4504 // WARNING: Do not edit - generated code.
4474 4505
4475 interface HTMLScriptElement extends HTMLElement { 4506 interface HTMLScriptElement extends HTMLElement {
4476 4507
4477 bool async; 4508 bool async;
4478 4509
4479 String charset; 4510 String charset;
4480 4511
4512 String crossOrigin;
4513
4481 bool defer; 4514 bool defer;
4482 4515
4483 String event; 4516 String event;
4484 4517
4485 String htmlFor; 4518 String htmlFor;
4486 4519
4487 String src; 4520 String src;
4488 4521
4489 String text; 4522 String text;
4490 4523
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
5301 interface IDBVersionChangeRequest extends IDBRequest { 5334 interface IDBVersionChangeRequest extends IDBRequest {
5302 5335
5303 EventListener onblocked; 5336 EventListener onblocked;
5304 } 5337 }
5305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5338 // 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 5339 // 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. 5340 // BSD-style license that can be found in the LICENSE file.
5308 5341
5309 // WARNING: Do not edit - generated code. 5342 // WARNING: Do not edit - generated code.
5310 5343
5344 interface IceCandidate default _IceCandidateFactoryProvider {
5345
5346 IceCandidate(String label, String candidateLine);
5347
5348 final String label;
5349
5350 String toSdp();
5351 }
5352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5353 // for details. All rights reserved. Use of this source code is governed by a
5354 // BSD-style license that can be found in the LICENSE file.
5355
5356 // WARNING: Do not edit - generated code.
5357
5311 interface ImageData { 5358 interface ImageData {
5312 5359
5313 final CanvasPixelArray data; 5360 final CanvasPixelArray data;
5314 5361
5315 final int height; 5362 final int height;
5316 5363
5317 final int width; 5364 final int width;
5318 } 5365 }
5319 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5366 // 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 5367 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 4063 matching lines...) Expand 10 before | Expand all | Expand 10 after
9384 final String url; 9431 final String url;
9385 9432
9386 final bool visible; 9433 final bool visible;
9387 } 9434 }
9388 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9435 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9389 // for details. All rights reserved. Use of this source code is governed by a 9436 // for details. All rights reserved. Use of this source code is governed by a
9390 // BSD-style license that can be found in the LICENSE file. 9437 // BSD-style license that can be found in the LICENSE file.
9391 9438
9392 // WARNING: Do not edit - generated code. 9439 // WARNING: Do not edit - generated code.
9393 9440
9441 interface SessionDescription default _SessionDescriptionFactoryProvider {
9442
9443 SessionDescription(String sdp);
9444
9445 void addCandidate(IceCandidate candidate);
9446
9447 String toSdp();
9448 }
9449 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9450 // for details. All rights reserved. Use of this source code is governed by a
9451 // BSD-style license that can be found in the LICENSE file.
9452
9453 // WARNING: Do not edit - generated code.
9454
9394 interface ShadowRoot extends DocumentFragment default _ShadowRootFactoryProvider { 9455 interface ShadowRoot extends DocumentFragment default _ShadowRootFactoryProvider {
9395 9456
9396 ShadowRoot(Element host); 9457 ShadowRoot(Element host);
9397 9458
9398 final Element activeElement; 9459 final Element activeElement;
9399 9460
9400 final Element host; 9461 final Element host;
9401 9462
9402 String innerHTML; 9463 String innerHTML;
9403 9464
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
9508 final int length; 9569 final int length;
9509 9570
9510 SpeechInputResult item(int index); 9571 SpeechInputResult item(int index);
9511 } 9572 }
9512 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9573 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9513 // for details. All rights reserved. Use of this source code is governed by a 9574 // for details. All rights reserved. Use of this source code is governed by a
9514 // BSD-style license that can be found in the LICENSE file. 9575 // BSD-style license that can be found in the LICENSE file.
9515 9576
9516 // WARNING: Do not edit - generated code. 9577 // WARNING: Do not edit - generated code.
9517 9578
9579 interface SpeechRecognition default _SpeechRecognitionFactoryProvider {
9580
9581 SpeechRecognition();
9582
9583 bool continuous;
9584
9585 SpeechGrammarList grammars;
9586
9587 String lang;
9588
9589 EventListener onaudioend;
9590
9591 EventListener onaudiostart;
9592
9593 EventListener onend;
9594
9595 EventListener onerror;
9596
9597 EventListener onnomatch;
9598
9599 EventListener onresult;
9600
9601 EventListener onresultdeleted;
9602
9603 EventListener onsoundend;
9604
9605 EventListener onsoundstart;
9606
9607 EventListener onspeechend;
9608
9609 EventListener onspeechstart;
9610
9611 EventListener onstart;
9612
9613 void abort();
9614
9615 void start();
9616
9617 void stop();
9618 }
9619 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9620 // for details. All rights reserved. Use of this source code is governed by a
9621 // BSD-style license that can be found in the LICENSE file.
9622
9623 // WARNING: Do not edit - generated code.
9624
9518 interface SpeechRecognitionAlternative { 9625 interface SpeechRecognitionAlternative {
9519 9626
9520 final num confidence; 9627 final num confidence;
9521 9628
9522 final String transcript; 9629 final String transcript;
9523 } 9630 }
9524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9631 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
9525 // for details. All rights reserved. Use of this source code is governed by a 9632 // for details. All rights reserved. Use of this source code is governed by a
9526 // BSD-style license that can be found in the LICENSE file. 9633 // BSD-style license that can be found in the LICENSE file.
9527 9634
(...skipping 3042 matching lines...) Expand 10 before | Expand all | Expand 10 after
12570 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12677 // 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 12678 // 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. 12679 // BSD-style license that can be found in the LICENSE file.
12573 12680
12574 Window get window() => _dummy(); 12681 Window get window() => _dummy();
12575 12682
12576 // TODO(vsm): Remove when prefixes are supported. 12683 // TODO(vsm): Remove when prefixes are supported.
12577 Window get dom_window() => _dummy(); 12684 Window get dom_window() => _dummy();
12578 12685
12579 Document get document() => _dummy(); 12686 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « no previous file | client/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698