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 9435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 9446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
9447 // for details. All rights reserved. Use of this source code is governed by a | 9447 // for details. All rights reserved. Use of this source code is governed by a |
9448 // BSD-style license that can be found in the LICENSE file. | 9448 // BSD-style license that can be found in the LICENSE file. |
9449 | 9449 |
9450 // WARNING: Do not edit - generated code. | 9450 // WARNING: Do not edit - generated code. |
9451 | 9451 |
9452 interface SpeechGrammar default _SpeechGrammarFactoryProvider { | 9452 interface SpeechGrammar default _SpeechGrammarFactoryProvider { |
9453 | 9453 |
9454 SpeechGrammar(); | 9454 SpeechGrammar(); |
9455 | 9455 |
| 9456 String src; |
| 9457 |
9456 num weight; | 9458 num weight; |
9457 } | 9459 } |
9458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 9460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
9459 // for details. All rights reserved. Use of this source code is governed by a | 9461 // for details. All rights reserved. Use of this source code is governed by a |
9460 // BSD-style license that can be found in the LICENSE file. | 9462 // BSD-style license that can be found in the LICENSE file. |
9461 | 9463 |
9462 // WARNING: Do not edit - generated code. | 9464 // WARNING: Do not edit - generated code. |
9463 | 9465 |
9464 interface SpeechGrammarList default _SpeechGrammarListFactoryProvider { | 9466 interface SpeechGrammarList default _SpeechGrammarListFactoryProvider { |
9465 | 9467 |
(...skipping 3102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12568 // 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 |
12569 // 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 |
12570 // BSD-style license that can be found in the LICENSE file. | 12572 // BSD-style license that can be found in the LICENSE file. |
12571 | 12573 |
12572 Window get window() => _dummy(); | 12574 Window get window() => _dummy(); |
12573 | 12575 |
12574 // TODO(vsm): Remove when prefixes are supported. | 12576 // TODO(vsm): Remove when prefixes are supported. |
12575 Window get dom_window() => _dummy(); | 12577 Window get dom_window() => _dummy(); |
12576 | 12578 |
12577 Document get document() => _dummy(); | 12579 Document get document() => _dummy(); |
OLD | NEW |