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

Side by Side Diff: client/dom/generated/monkey_dom.js

Issue 8889042: Turn on ENABLE_VIDEO to enable AudioContext.createMediaElementSource (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « client/dom/frog/frog_dom.dart ('k') | client/dom/generated/monkey_dom_externs.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated Dart DOM implementation. 6 // Auto-generated Dart DOM implementation.
7 7
8 function DOM$EnsureDartNull(value) { 8 function DOM$EnsureDartNull(value) {
9 return value === null ? (void 0) : value; 9 return value === null ? (void 0) : value;
10 } 10 }
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'createBufferSource', 159 'createBufferSource',
160 'createChannelMerger', 160 'createChannelMerger',
161 'createChannelSplitter', 161 'createChannelSplitter',
162 'createConvolver', 162 'createConvolver',
163 'createDelayNode', 163 'createDelayNode',
164 'createDynamicsCompressor', 164 'createDynamicsCompressor',
165 'createGainNode', 165 'createGainNode',
166 'createHighPass2Filter', 166 'createHighPass2Filter',
167 'createJavaScriptNode', 167 'createJavaScriptNode',
168 'createLowPass2Filter', 168 'createLowPass2Filter',
169 'createMediaElementSource',
169 'createPanner', 170 'createPanner',
170 'createWaveShaper', 171 'createWaveShaper',
171 'decodeAudioData', 172 'decodeAudioData',
172 'startRendering']); 173 'startRendering']);
173 c.$implements$AudioContext$Dart = 1; 174 c.$implements$AudioContext$Dart = 1;
174 } 175 }
175 function DOM$fixClass$AudioDestinationNode(c) { 176 function DOM$fixClass$AudioDestinationNode(c) {
176 if (c.prototype) { 177 if (c.prototype) {
177 c.prototype.numberOfChannels$getter = function() { return DOM$EnsureDartNull (this.numberOfChannels); }; 178 c.prototype.numberOfChannels$getter = function() { return DOM$EnsureDartNull (this.numberOfChannels); };
178 } 179 }
(...skipping 10182 matching lines...) Expand 10 before | Expand all | Expand 10 after
10361 function native__NativeDomGlobalProperties_getWindow() { 10362 function native__NativeDomGlobalProperties_getWindow() {
10362 // TODO: Should the window be obtained from an isolate? 10363 // TODO: Should the window be obtained from an isolate?
10363 return window; 10364 return window;
10364 } 10365 }
10365 10366
10366 // Declared in src/GlobalProperties.dart 10367 // Declared in src/GlobalProperties.dart
10367 function native__NativeDomGlobalProperties_getDocument() { 10368 function native__NativeDomGlobalProperties_getDocument() {
10368 // TODO: Should the window be obtained from an isolate? 10369 // TODO: Should the window be obtained from an isolate?
10369 return window.document; 10370 return window.document;
10370 } 10371 }
OLDNEW
« no previous file with comments | « client/dom/frog/frog_dom.dart ('k') | client/dom/generated/monkey_dom_externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698