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

Side by Side Diff: sdk/lib/web_audio/dartium/web_audio_dartium.dart

Issue 27358002: Generate a class table of all the IDL classes in the database. This table is used (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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
OLDNEW
1 library dart.dom.web_audio; 1 library dart.dom.web_audio;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:_collection-dev' hide deprecated; 5 import 'dart:_collection-dev' hide deprecated;
6 import 'dart:html'; 6 import 'dart:html';
7 import 'dart:html_common'; 7 import 'dart:html_common';
8 import 'dart:nativewrappers'; 8 import 'dart:nativewrappers';
9 import 'dart:typed_data'; 9 import 'dart:typed_data';
10 // DO NOT EDIT 10 // DO NOT EDIT
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 // for details. All rights reserved. Use of this source code is governed by a 81 // for details. All rights reserved. Use of this source code is governed by a
82 // BSD-style license that can be found in the LICENSE file. 82 // BSD-style license that can be found in the LICENSE file.
83 83
84 // WARNING: Do not edit - generated code. 84 // WARNING: Do not edit - generated code.
85 85
86 86
87 @DocsEditable() 87 @DocsEditable()
88 @DomName('AudioBuffer') 88 @DomName('AudioBuffer')
89 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioBu ffer-section 89 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioBu ffer-section
90 @Experimental() 90 @Experimental()
91 class AudioBuffer extends NativeFieldWrapperClass1 { 91 class AudioBuffer extends NativeFieldWrapperClass2 {
92 // To suppress missing implicit constructor warnings. 92 // To suppress missing implicit constructor warnings.
93 factory AudioBuffer._() { throw new UnsupportedError("Not supported"); } 93 factory AudioBuffer._() { throw new UnsupportedError("Not supported"); }
94 94
95 @DomName('AudioBuffer.duration') 95 @DomName('AudioBuffer.duration')
96 @DocsEditable() 96 @DocsEditable()
97 double get duration native "AudioBuffer_duration_Getter"; 97 double get duration native "AudioBuffer_duration_Getter";
98 98
99 @DomName('AudioBuffer.gain') 99 @DomName('AudioBuffer.gain')
100 @DocsEditable() 100 @DocsEditable()
101 num get gain native "AudioBuffer_gain_Getter"; 101 num get gain native "AudioBuffer_gain_Getter";
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 // for details. All rights reserved. Use of this source code is governed by a 503 // for details. All rights reserved. Use of this source code is governed by a
504 // BSD-style license that can be found in the LICENSE file. 504 // BSD-style license that can be found in the LICENSE file.
505 505
506 // WARNING: Do not edit - generated code. 506 // WARNING: Do not edit - generated code.
507 507
508 508
509 @DocsEditable() 509 @DocsEditable()
510 @DomName('AudioListener') 510 @DomName('AudioListener')
511 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioLi stener-section 511 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioLi stener-section
512 @Experimental() 512 @Experimental()
513 class AudioListener extends NativeFieldWrapperClass1 { 513 class AudioListener extends NativeFieldWrapperClass2 {
514 // To suppress missing implicit constructor warnings. 514 // To suppress missing implicit constructor warnings.
515 factory AudioListener._() { throw new UnsupportedError("Not supported"); } 515 factory AudioListener._() { throw new UnsupportedError("Not supported"); }
516 516
517 @DomName('AudioListener.dopplerFactor') 517 @DomName('AudioListener.dopplerFactor')
518 @DocsEditable() 518 @DocsEditable()
519 num get dopplerFactor native "AudioListener_dopplerFactor_Getter"; 519 num get dopplerFactor native "AudioListener_dopplerFactor_Getter";
520 520
521 @DomName('AudioListener.dopplerFactor') 521 @DomName('AudioListener.dopplerFactor')
522 @DocsEditable() 522 @DocsEditable()
523 void set dopplerFactor(num value) native "AudioListener_dopplerFactor_Setter"; 523 void set dopplerFactor(num value) native "AudioListener_dopplerFactor_Setter";
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 // for details. All rights reserved. Use of this source code is governed by a 635 // for details. All rights reserved. Use of this source code is governed by a
636 // BSD-style license that can be found in the LICENSE file. 636 // BSD-style license that can be found in the LICENSE file.
637 637
638 // WARNING: Do not edit - generated code. 638 // WARNING: Do not edit - generated code.
639 639
640 640
641 @DocsEditable() 641 @DocsEditable()
642 @DomName('AudioParam') 642 @DomName('AudioParam')
643 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioPa ram 643 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioPa ram
644 @Experimental() 644 @Experimental()
645 class AudioParam extends NativeFieldWrapperClass1 { 645 class AudioParam extends NativeFieldWrapperClass2 {
646 // To suppress missing implicit constructor warnings. 646 // To suppress missing implicit constructor warnings.
647 factory AudioParam._() { throw new UnsupportedError("Not supported"); } 647 factory AudioParam._() { throw new UnsupportedError("Not supported"); }
648 648
649 @DomName('AudioParam.defaultValue') 649 @DomName('AudioParam.defaultValue')
650 @DocsEditable() 650 @DocsEditable()
651 double get defaultValue native "AudioParam_defaultValue_Getter"; 651 double get defaultValue native "AudioParam_defaultValue_Getter";
652 652
653 @DomName('AudioParam.maxValue') 653 @DomName('AudioParam.maxValue')
654 @DocsEditable() 654 @DocsEditable()
655 double get maxValue native "AudioParam_maxValue_Getter"; 655 double get maxValue native "AudioParam_maxValue_Getter";
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1313 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1314 // for details. All rights reserved. Use of this source code is governed by a 1314 // for details. All rights reserved. Use of this source code is governed by a
1315 // BSD-style license that can be found in the LICENSE file. 1315 // BSD-style license that can be found in the LICENSE file.
1316 1316
1317 // WARNING: Do not edit - generated code. 1317 // WARNING: Do not edit - generated code.
1318 1318
1319 1319
1320 @DocsEditable() 1320 @DocsEditable()
1321 @DomName('PeriodicWave') 1321 @DomName('PeriodicWave')
1322 @Experimental() // untriaged 1322 @Experimental() // untriaged
1323 class PeriodicWave extends NativeFieldWrapperClass1 { 1323 class PeriodicWave extends NativeFieldWrapperClass2 {
1324 // To suppress missing implicit constructor warnings. 1324 // To suppress missing implicit constructor warnings.
1325 factory PeriodicWave._() { throw new UnsupportedError("Not supported"); } 1325 factory PeriodicWave._() { throw new UnsupportedError("Not supported"); }
1326 1326
1327 } 1327 }
1328 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1328 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1329 // for details. All rights reserved. Use of this source code is governed by a 1329 // for details. All rights reserved. Use of this source code is governed by a
1330 // BSD-style license that can be found in the LICENSE file. 1330 // BSD-style license that can be found in the LICENSE file.
1331 1331
1332 // WARNING: Do not edit - generated code. 1332 // WARNING: Do not edit - generated code.
1333 1333
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 1392
1393 @DomName('WaveShaperNode.oversample') 1393 @DomName('WaveShaperNode.oversample')
1394 @DocsEditable() 1394 @DocsEditable()
1395 String get oversample native "WaveShaperNode_oversample_Getter"; 1395 String get oversample native "WaveShaperNode_oversample_Getter";
1396 1396
1397 @DomName('WaveShaperNode.oversample') 1397 @DomName('WaveShaperNode.oversample')
1398 @DocsEditable() 1398 @DocsEditable()
1399 void set oversample(String value) native "WaveShaperNode_oversample_Setter"; 1399 void set oversample(String value) native "WaveShaperNode_oversample_Setter";
1400 1400
1401 } 1401 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698