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

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

Issue 12676013: Bring in new IDL files and generated code. Update the script that syncs the idl files to deal with … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
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:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:nativewrappers'; 7 import 'dart:nativewrappers';
8 import 'dart:typeddata' as _typeddata; 8 import 'dart:typeddata' as _typeddata;
9 // DO NOT EDIT 9 // DO NOT EDIT
10 // Auto-generated dart:audio library. 10 // Auto-generated dart:audio library.
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 // BSD-style license that can be found in the LICENSE file. 414 // BSD-style license that can be found in the LICENSE file.
415 415
416 // WARNING: Do not edit - generated code. 416 // WARNING: Do not edit - generated code.
417 417
418 418
419 @DocsEditable 419 @DocsEditable
420 @DomName('AudioDestinationNode') 420 @DomName('AudioDestinationNode')
421 class AudioDestinationNode extends AudioNode { 421 class AudioDestinationNode extends AudioNode {
422 AudioDestinationNode.internal() : super.internal(); 422 AudioDestinationNode.internal() : super.internal();
423 423
424 @DomName('AudioDestinationNode.numberOfChannels') 424 @DomName('AudioDestinationNode.maxChannelCount')
425 @DocsEditable 425 @DocsEditable
426 int get numberOfChannels native "AudioDestinationNode_numberOfChannels_Getter" ; 426 int get maxChannelCount native "AudioDestinationNode_maxChannelCount_Getter";
427 427
428 } 428 }
429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
430 // for details. All rights reserved. Use of this source code is governed by a 430 // for details. All rights reserved. Use of this source code is governed by a
431 // BSD-style license that can be found in the LICENSE file. 431 // BSD-style license that can be found in the LICENSE file.
432 432
433 // WARNING: Do not edit - generated code. 433 // WARNING: Do not edit - generated code.
434 434
435 435
436 @DocsEditable 436 @DocsEditable
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 1162
1163 // WARNING: Do not edit - generated code. 1163 // WARNING: Do not edit - generated code.
1164 1164
1165 1165
1166 @DocsEditable 1166 @DocsEditable
1167 @DomName('WaveTable') 1167 @DomName('WaveTable')
1168 class WaveTable extends NativeFieldWrapperClass1 { 1168 class WaveTable extends NativeFieldWrapperClass1 {
1169 WaveTable.internal(); 1169 WaveTable.internal();
1170 1170
1171 } 1171 }
OLDNEW
« no previous file with comments | « dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart ('k') | dart/tools/dom/scripts/idlsync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698