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

Side by Side Diff: lib/dom/frog/dom_frog.dart

Issue 9987001: Roll IDL forward to multivm@358 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Roll to 358 Created 8 years, 8 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 | « lib/dom/dom.dart ('k') | lib/html/dartium/html_dartium.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) 2011, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2011, 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. 8 // Auto-generated Dart DOM library.
9 9
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 _AudioChannelSplitterJs createChannelSplitter() native; 131 _AudioChannelSplitterJs createChannelSplitter() native;
132 132
133 _ConvolverNodeJs createConvolver() native; 133 _ConvolverNodeJs createConvolver() native;
134 134
135 _DelayNodeJs createDelayNode([num maxDelayTime = null]) native; 135 _DelayNodeJs createDelayNode([num maxDelayTime = null]) native;
136 136
137 _DynamicsCompressorNodeJs createDynamicsCompressor() native; 137 _DynamicsCompressorNodeJs createDynamicsCompressor() native;
138 138
139 _AudioGainNodeJs createGainNode() native; 139 _AudioGainNodeJs createGainNode() native;
140 140
141 _HighPass2FilterNodeJs createHighPass2Filter() native;
142
143 _JavaScriptAudioNodeJs createJavaScriptNode(int bufferSize) native; 141 _JavaScriptAudioNodeJs createJavaScriptNode(int bufferSize) native;
144 142
145 _LowPass2FilterNodeJs createLowPass2Filter() native; 143 _MediaElementAudioSourceNodeJs createMediaElementSource(_HTMLMediaElementJs me diaElement) native;
146 144
147 _MediaElementAudioSourceNodeJs createMediaElementSource(_HTMLMediaElementJs me diaElement) native; 145 _OscillatorJs createOscillator() native;
148 146
149 _AudioPannerNodeJs createPanner() native; 147 _AudioPannerNodeJs createPanner() native;
150 148
151 _WaveShaperNodeJs createWaveShaper() native; 149 _WaveShaperNodeJs createWaveShaper() native;
152 150
151 _WaveTableJs createWaveTable(_Float32ArrayJs real, _Float32ArrayJs imag) nativ e;
152
153 void decodeAudioData(_ArrayBufferJs audioData, AudioBufferCallback successCall back, [AudioBufferCallback errorCallback = null]) native; 153 void decodeAudioData(_ArrayBufferJs audioData, AudioBufferCallback successCall back, [AudioBufferCallback errorCallback = null]) native;
154 154
155 void startRendering() native; 155 void startRendering() native;
156 } 156 }
157 157
158 class _AudioDestinationNodeJs extends _AudioNodeJs implements AudioDestinationNo de native "*AudioDestinationNode" { 158 class _AudioDestinationNodeJs extends _AudioNodeJs implements AudioDestinationNo de native "*AudioDestinationNode" {
159 159
160 final int numberOfChannels; 160 final int numberOfChannels;
161 } 161 }
162 162
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 static final int CSS_RGBCOLOR = 25; 407 static final int CSS_RGBCOLOR = 25;
408 408
409 static final int CSS_S = 15; 409 static final int CSS_S = 15;
410 410
411 static final int CSS_STRING = 19; 411 static final int CSS_STRING = 19;
412 412
413 static final int CSS_UNKNOWN = 0; 413 static final int CSS_UNKNOWN = 0;
414 414
415 static final int CSS_URI = 20; 415 static final int CSS_URI = 20;
416 416
417 static final int CSS_VH = 27;
418
419 static final int CSS_VMIN = 28;
420
421 static final int CSS_VW = 26;
422
417 final int primitiveType; 423 final int primitiveType;
418 424
419 _CounterJs getCounterValue() native; 425 _CounterJs getCounterValue() native;
420 426
421 num getFloatValue(int unitType) native; 427 num getFloatValue(int unitType) native;
422 428
423 _RGBColorJs getRGBColorValue() native; 429 _RGBColorJs getRGBColorValue() native;
424 430
425 _RectJs getRectValue() native; 431 _RectJs getRectValue() native;
426 432
(...skipping 2529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2956 2962
2957 String type; 2963 String type;
2958 2964
2959 String width; 2965 String width;
2960 2966
2961 _SVGDocumentJs getSVGDocument() native; 2967 _SVGDocumentJs getSVGDocument() native;
2962 } 2968 }
2963 2969
2964 class _HTMLFieldSetElementJs extends _HTMLElementJs implements HTMLFieldSetEleme nt native "*HTMLFieldSetElement" { 2970 class _HTMLFieldSetElementJs extends _HTMLElementJs implements HTMLFieldSetEleme nt native "*HTMLFieldSetElement" {
2965 2971
2972 bool disabled;
2973
2966 final _HTMLFormElementJs form; 2974 final _HTMLFormElementJs form;
2967 2975
2968 String name; 2976 String name;
2969 2977
2970 final String type; 2978 final String type;
2971 2979
2972 final String validationMessage; 2980 final String validationMessage;
2973 2981
2974 final _ValidityStateJs validity; 2982 final _ValidityStateJs validity;
2975 2983
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
3104 String marginWidth; 3112 String marginWidth;
3105 3113
3106 String name; 3114 String name;
3107 3115
3108 String sandbox; 3116 String sandbox;
3109 3117
3110 String scrolling; 3118 String scrolling;
3111 3119
3112 String src; 3120 String src;
3113 3121
3122 String srcdoc;
3123
3114 String width; 3124 String width;
3115 3125
3116 _SVGDocumentJs getSVGDocument() native; 3126 _SVGDocumentJs getSVGDocument() native;
3117 3127
3118 3128
3119 Window get _contentWindow() native "return this.contentWindow;"; 3129 Window get _contentWindow() native "return this.contentWindow;";
3120 3130
3121 // Override contentWindow to return secure wrapper. 3131 // Override contentWindow to return secure wrapper.
3122 Window get contentWindow() { 3132 Window get contentWindow() {
3123 return _DOMWindowCrossFrameImpl._createSafe(_contentWindow); 3133 return _DOMWindowCrossFrameImpl._createSafe(_contentWindow);
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
4070 4080
4071 class _HashChangeEventJs extends _EventJs implements HashChangeEvent native "*Ha shChangeEvent" { 4081 class _HashChangeEventJs extends _EventJs implements HashChangeEvent native "*Ha shChangeEvent" {
4072 4082
4073 final String newURL; 4083 final String newURL;
4074 4084
4075 final String oldURL; 4085 final String oldURL;
4076 4086
4077 void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) native; 4087 void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) native;
4078 } 4088 }
4079 4089
4080 class _HighPass2FilterNodeJs extends _AudioNodeJs implements HighPass2FilterNode native "*HighPass2FilterNode" {
4081
4082 final _AudioParamJs cutoff;
4083
4084 final _AudioParamJs resonance;
4085 }
4086
4087 class _HistoryJs extends _DOMTypeJs implements History native "*History" { 4090 class _HistoryJs extends _DOMTypeJs implements History native "*History" {
4088 4091
4089 final int length; 4092 final int length;
4090 4093
4091 final Dynamic state; 4094 final Dynamic state;
4092 4095
4093 void back() native; 4096 void back() native;
4094 4097
4095 void forward() native; 4098 void forward() native;
4096 4099
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
4161 4164
4162 bool dispatchEvent(_EventJs evt) native; 4165 bool dispatchEvent(_EventJs evt) native;
4163 4166
4164 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native; 4167 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
4165 4168
4166 _IDBVersionChangeRequestJs setVersion(String version) native; 4169 _IDBVersionChangeRequestJs setVersion(String version) native;
4167 4170
4168 _IDBTransactionJs transaction(var storeName_OR_storeNames, [int mode = null]) native; 4171 _IDBTransactionJs transaction(var storeName_OR_storeNames, [int mode = null]) native;
4169 } 4172 }
4170 4173
4171 class _IDBDatabaseErrorJs extends _DOMTypeJs implements IDBDatabaseError native "*IDBDatabaseError" {
4172
4173 int code;
4174
4175 String message;
4176 }
4177
4178 class _IDBDatabaseExceptionJs extends _DOMTypeJs implements IDBDatabaseException native "*IDBDatabaseException" { 4174 class _IDBDatabaseExceptionJs extends _DOMTypeJs implements IDBDatabaseException native "*IDBDatabaseException" {
4179 4175
4180 static final int ABORT_ERR = 8; 4176 static final int ABORT_ERR = 8;
4181 4177
4182 static final int CONSTRAINT_ERR = 4; 4178 static final int CONSTRAINT_ERR = 4;
4183 4179
4184 static final int DATA_ERR = 5; 4180 static final int DATA_ERR = 5;
4185 4181
4186 static final int NON_TRANSIENT_ERR = 2; 4182 static final int NON_TRANSIENT_ERR = 2;
4187 4183
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
4742 4738
4743 void assign(String url) native; 4739 void assign(String url) native;
4744 4740
4745 void reload() native; 4741 void reload() native;
4746 4742
4747 void replace(String url) native; 4743 void replace(String url) native;
4748 4744
4749 String toString() native; 4745 String toString() native;
4750 } 4746 }
4751 4747
4752 class _LowPass2FilterNodeJs extends _AudioNodeJs implements LowPass2FilterNode n ative "*LowPass2FilterNode" {
4753
4754 final _AudioParamJs cutoff;
4755
4756 final _AudioParamJs resonance;
4757 }
4758
4759 class _MediaControllerJs extends _DOMTypeJs implements MediaController native "* MediaController" { 4748 class _MediaControllerJs extends _DOMTypeJs implements MediaController native "* MediaController" {
4760 4749
4761 final _TimeRangesJs buffered; 4750 final _TimeRangesJs buffered;
4762 4751
4763 num currentTime; 4752 num currentTime;
4764 4753
4765 num defaultPlaybackRate; 4754 num defaultPlaybackRate;
4766 4755
4767 final num duration; 4756 final num duration;
4768 4757
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
5058 5047
5059 final _NodeJs toElement; 5048 final _NodeJs toElement;
5060 5049
5061 final int x; 5050 final int x;
5062 5051
5063 final int y; 5052 final int y;
5064 5053
5065 void initMouseEvent(String type, bool canBubble, bool cancelable, _DOMWindowJs view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrl Key, bool altKey, bool shiftKey, bool metaKey, int button, _EventTargetJs relate dTarget) native; 5054 void initMouseEvent(String type, bool canBubble, bool cancelable, _DOMWindowJs view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrl Key, bool altKey, bool shiftKey, bool metaKey, int button, _EventTargetJs relate dTarget) native;
5066 } 5055 }
5067 5056
5057 class _MutationCallbackJs extends _DOMTypeJs implements MutationCallback native "*MutationCallback" {
5058 }
5059
5068 class _MutationEventJs extends _EventJs implements MutationEvent native "*Mutati onEvent" { 5060 class _MutationEventJs extends _EventJs implements MutationEvent native "*Mutati onEvent" {
5069 5061
5070 static final int ADDITION = 2; 5062 static final int ADDITION = 2;
5071 5063
5072 static final int MODIFICATION = 1; 5064 static final int MODIFICATION = 1;
5073 5065
5074 static final int REMOVAL = 3; 5066 static final int REMOVAL = 3;
5075 5067
5076 final int attrChange; 5068 final int attrChange;
5077 5069
5078 final String attrName; 5070 final String attrName;
5079 5071
5080 final String newValue; 5072 final String newValue;
5081 5073
5082 final String prevValue; 5074 final String prevValue;
5083 5075
5084 final _NodeJs relatedNode; 5076 final _NodeJs relatedNode;
5085 5077
5086 void initMutationEvent(String type, bool canBubble, bool cancelable, _NodeJs r elatedNode, String prevValue, String newValue, String attrName, int attrChange) native; 5078 void initMutationEvent(String type, bool canBubble, bool cancelable, _NodeJs r elatedNode, String prevValue, String newValue, String attrName, int attrChange) native;
5087 } 5079 }
5088 5080
5081 class _MutationRecordJs extends _DOMTypeJs implements MutationRecord native "*Mu tationRecord" {
5082
5083 final _NodeListJs addedNodes;
5084
5085 final String attributeName;
5086
5087 final String attributeNamespace;
5088
5089 final _NodeJs nextSibling;
5090
5091 final String oldValue;
5092
5093 final _NodeJs previousSibling;
5094
5095 final _NodeListJs removedNodes;
5096
5097 final _NodeJs target;
5098
5099 final String type;
5100 }
5101
5089 class _NamedNodeMapJs extends _DOMTypeJs implements NamedNodeMap native "*NamedN odeMap" { 5102 class _NamedNodeMapJs extends _DOMTypeJs implements NamedNodeMap native "*NamedN odeMap" {
5090 5103
5091 final int length; 5104 final int length;
5092 5105
5093 _NodeJs operator[](int index) native "return this[index];"; 5106 _NodeJs operator[](int index) native "return this[index];";
5094 5107
5095 void operator[]=(int index, _NodeJs value) { 5108 void operator[]=(int index, _NodeJs value) {
5096 throw new UnsupportedOperationException("Cannot assign element of immutable List."); 5109 throw new UnsupportedOperationException("Cannot assign element of immutable List.");
5097 } 5110 }
5098 // -- start List<Node> mixins. 5111 // -- start List<Node> mixins.
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
5504 5517
5505 final String publicId; 5518 final String publicId;
5506 5519
5507 final String systemId; 5520 final String systemId;
5508 } 5521 }
5509 5522
5510 class _NotificationJs extends _EventTargetJs implements Notification native "*No tification" { 5523 class _NotificationJs extends _EventTargetJs implements Notification native "*No tification" {
5511 5524
5512 String dir; 5525 String dir;
5513 5526
5514 String replaceId; 5527 String tag;
5515 5528
5516 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native; 5529 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
5517 5530
5518 void cancel() native; 5531 void close() native;
5519 5532
5520 bool dispatchEvent(_EventJs evt) native; 5533 bool dispatchEvent(_EventJs evt) native;
5521 5534
5522 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native; 5535 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
5523 5536
5524 void show() native; 5537 void show() native;
5525 } 5538 }
5526 5539
5527 class _NotificationCenterJs extends _DOMTypeJs implements NotificationCenter nat ive "*NotificationCenter" { 5540 class _NotificationCenterJs extends _DOMTypeJs implements NotificationCenter nat ive "*NotificationCenter" {
5528 5541
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
5567 5580
5568 final int code; 5581 final int code;
5569 5582
5570 final String message; 5583 final String message;
5571 5584
5572 final String name; 5585 final String name;
5573 5586
5574 String toString() native; 5587 String toString() native;
5575 } 5588 }
5576 5589
5590 class _OscillatorJs extends _AudioSourceNodeJs implements Oscillator native "*Os cillator" {
5591
5592 static final int CUSTOM = 4;
5593
5594 static final int SAWTOOTH = 2;
5595
5596 static final int SINE = 0;
5597
5598 static final int SQUARE = 1;
5599
5600 static final int TRIANGLE = 3;
5601
5602 final _AudioParamJs detune;
5603
5604 final _AudioParamJs frequency;
5605
5606 int type;
5607
5608 void setWaveTable(_WaveTableJs waveTable) native;
5609 }
5610
5577 class _OverflowEventJs extends _EventJs implements OverflowEvent native "*Overfl owEvent" { 5611 class _OverflowEventJs extends _EventJs implements OverflowEvent native "*Overfl owEvent" {
5578 5612
5579 static final int BOTH = 2; 5613 static final int BOTH = 2;
5580 5614
5581 static final int HORIZONTAL = 0; 5615 static final int HORIZONTAL = 0;
5582 5616
5583 static final int VERTICAL = 1; 5617 static final int VERTICAL = 1;
5584 5618
5585 final bool horizontalOverflow; 5619 final bool horizontalOverflow;
5586 5620
(...skipping 4700 matching lines...) Expand 10 before | Expand all | Expand 10 after
10287 final bool valid; 10321 final bool valid;
10288 10322
10289 final bool valueMissing; 10323 final bool valueMissing;
10290 } 10324 }
10291 10325
10292 class _WaveShaperNodeJs extends _AudioNodeJs implements WaveShaperNode native "* WaveShaperNode" { 10326 class _WaveShaperNodeJs extends _AudioNodeJs implements WaveShaperNode native "* WaveShaperNode" {
10293 10327
10294 _Float32ArrayJs curve; 10328 _Float32ArrayJs curve;
10295 } 10329 }
10296 10330
10331 class _WaveTableJs extends _DOMTypeJs implements WaveTable native "*WaveTable" {
10332 }
10333
10297 class _WebGLActiveInfoJs extends _DOMTypeJs implements WebGLActiveInfo native "* WebGLActiveInfo" { 10334 class _WebGLActiveInfoJs extends _DOMTypeJs implements WebGLActiveInfo native "* WebGLActiveInfo" {
10298 10335
10299 final String name; 10336 final String name;
10300 10337
10301 final int size; 10338 final int size;
10302 10339
10303 final int type; 10340 final int type;
10304 } 10341 }
10305 10342
10306 class _WebGLBufferJs extends _DOMTypeJs implements WebGLBuffer native "*WebGLBuf fer" { 10343 class _WebGLBufferJs extends _DOMTypeJs implements WebGLBuffer native "*WebGLBuf fer" {
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
11094 String getProgramInfoLog(_WebGLProgramJs program) native; 11131 String getProgramInfoLog(_WebGLProgramJs program) native;
11095 11132
11096 Object getProgramParameter(_WebGLProgramJs program, int pname) native; 11133 Object getProgramParameter(_WebGLProgramJs program, int pname) native;
11097 11134
11098 Object getRenderbufferParameter(int target, int pname) native; 11135 Object getRenderbufferParameter(int target, int pname) native;
11099 11136
11100 String getShaderInfoLog(_WebGLShaderJs shader) native; 11137 String getShaderInfoLog(_WebGLShaderJs shader) native;
11101 11138
11102 Object getShaderParameter(_WebGLShaderJs shader, int pname) native; 11139 Object getShaderParameter(_WebGLShaderJs shader, int pname) native;
11103 11140
11141 _WebGLShaderPrecisionFormatJs getShaderPrecisionFormat(int shadertype, int pre cisiontype) native;
11142
11104 String getShaderSource(_WebGLShaderJs shader) native; 11143 String getShaderSource(_WebGLShaderJs shader) native;
11105 11144
11106 Object getTexParameter(int target, int pname) native; 11145 Object getTexParameter(int target, int pname) native;
11107 11146
11108 Object getUniform(_WebGLProgramJs program, _WebGLUniformLocationJs location) n ative; 11147 Object getUniform(_WebGLProgramJs program, _WebGLUniformLocationJs location) n ative;
11109 11148
11110 _WebGLUniformLocationJs getUniformLocation(_WebGLProgramJs program, String nam e) native; 11149 _WebGLUniformLocationJs getUniformLocation(_WebGLProgramJs program, String nam e) native;
11111 11150
11112 Object getVertexAttrib(int index, int pname) native; 11151 Object getVertexAttrib(int index, int pname) native;
11113 11152
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
11230 void vertexAttrib4fv(int indx, _Float32ArrayJs values) native; 11269 void vertexAttrib4fv(int indx, _Float32ArrayJs values) native;
11231 11270
11232 void vertexAttribPointer(int indx, int size, int type, bool normalized, int st ride, int offset) native; 11271 void vertexAttribPointer(int indx, int size, int type, bool normalized, int st ride, int offset) native;
11233 11272
11234 void viewport(int x, int y, int width, int height) native; 11273 void viewport(int x, int y, int width, int height) native;
11235 } 11274 }
11236 11275
11237 class _WebGLShaderJs extends _DOMTypeJs implements WebGLShader native "*WebGLSha der" { 11276 class _WebGLShaderJs extends _DOMTypeJs implements WebGLShader native "*WebGLSha der" {
11238 } 11277 }
11239 11278
11279 class _WebGLShaderPrecisionFormatJs extends _DOMTypeJs implements WebGLShaderPre cisionFormat native "*WebGLShaderPrecisionFormat" {
11280
11281 final int precision;
11282
11283 final int rangeMax;
11284
11285 final int rangeMin;
11286 }
11287
11240 class _WebGLTextureJs extends _DOMTypeJs implements WebGLTexture native "*WebGLT exture" { 11288 class _WebGLTextureJs extends _DOMTypeJs implements WebGLTexture native "*WebGLT exture" {
11241 } 11289 }
11242 11290
11243 class _WebGLUniformLocationJs extends _DOMTypeJs implements WebGLUniformLocation native "*WebGLUniformLocation" { 11291 class _WebGLUniformLocationJs extends _DOMTypeJs implements WebGLUniformLocation native "*WebGLUniformLocation" {
11244 } 11292 }
11245 11293
11246 class _WebGLVertexArrayObjectOESJs extends _DOMTypeJs implements WebGLVertexArra yObjectOES native "*WebGLVertexArrayObjectOES" { 11294 class _WebGLVertexArrayObjectOESJs extends _DOMTypeJs implements WebGLVertexArra yObjectOES native "*WebGLVertexArrayObjectOES" {
11247 } 11295 }
11248 11296
11249 class _WebKitAnimationJs extends _DOMTypeJs implements WebKitAnimation native "* WebKitAnimation" { 11297 class _WebKitAnimationJs extends _DOMTypeJs implements WebKitAnimation native "* WebKitAnimation" {
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
11436 11484
11437 static final int CSS_TRANSLATEX = 2; 11485 static final int CSS_TRANSLATEX = 2;
11438 11486
11439 static final int CSS_TRANSLATEY = 3; 11487 static final int CSS_TRANSLATEY = 3;
11440 11488
11441 static final int CSS_TRANSLATEZ = 12; 11489 static final int CSS_TRANSLATEZ = 12;
11442 11490
11443 final int operationType; 11491 final int operationType;
11444 } 11492 }
11445 11493
11494 class _WebKitMutationObserverJs extends _DOMTypeJs implements WebKitMutationObse rver native "*WebKitMutationObserver" {
11495
11496 void disconnect() native;
11497 }
11498
11446 class _WebKitNamedFlowJs extends _DOMTypeJs implements WebKitNamedFlow native "* WebKitNamedFlow" { 11499 class _WebKitNamedFlowJs extends _DOMTypeJs implements WebKitNamedFlow native "* WebKitNamedFlow" {
11447 11500
11448 final bool overflow; 11501 final bool overflow;
11449 11502
11450 _NodeListJs getRegionsByContentNode(_NodeJs contentNode) native; 11503 _NodeListJs getRegionsByContentNode(_NodeJs contentNode) native;
11451 } 11504 }
11452 11505
11453 class _WebKitPointJs extends _DOMTypeJs implements WebKitPoint native "*WebKitPo int" { 11506 class _WebKitPointJs extends _DOMTypeJs implements WebKitPoint native "*WebKitPo int" {
11454 11507
11455 num x; 11508 num x;
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
12222 AudioChannelSplitter createChannelSplitter(); 12275 AudioChannelSplitter createChannelSplitter();
12223 12276
12224 ConvolverNode createConvolver(); 12277 ConvolverNode createConvolver();
12225 12278
12226 DelayNode createDelayNode([num maxDelayTime]); 12279 DelayNode createDelayNode([num maxDelayTime]);
12227 12280
12228 DynamicsCompressorNode createDynamicsCompressor(); 12281 DynamicsCompressorNode createDynamicsCompressor();
12229 12282
12230 AudioGainNode createGainNode(); 12283 AudioGainNode createGainNode();
12231 12284
12232 HighPass2FilterNode createHighPass2Filter();
12233
12234 JavaScriptAudioNode createJavaScriptNode(int bufferSize); 12285 JavaScriptAudioNode createJavaScriptNode(int bufferSize);
12235 12286
12236 LowPass2FilterNode createLowPass2Filter(); 12287 MediaElementAudioSourceNode createMediaElementSource(HTMLMediaElement mediaEle ment);
12237 12288
12238 MediaElementAudioSourceNode createMediaElementSource(HTMLMediaElement mediaEle ment); 12289 Oscillator createOscillator();
12239 12290
12240 AudioPannerNode createPanner(); 12291 AudioPannerNode createPanner();
12241 12292
12242 WaveShaperNode createWaveShaper(); 12293 WaveShaperNode createWaveShaper();
12243 12294
12295 WaveTable createWaveTable(Float32Array real, Float32Array imag);
12296
12244 void decodeAudioData(ArrayBuffer audioData, AudioBufferCallback successCallbac k, [AudioBufferCallback errorCallback]); 12297 void decodeAudioData(ArrayBuffer audioData, AudioBufferCallback successCallbac k, [AudioBufferCallback errorCallback]);
12245 12298
12246 void startRendering(); 12299 void startRendering();
12247 } 12300 }
12248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12301 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12249 // for details. All rights reserved. Use of this source code is governed by a 12302 // for details. All rights reserved. Use of this source code is governed by a
12250 // BSD-style license that can be found in the LICENSE file. 12303 // BSD-style license that can be found in the LICENSE file.
12251 12304
12252 // WARNING: Do not edit - generated code. 12305 // WARNING: Do not edit - generated code.
12253 12306
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
12601 static final int CSS_RGBCOLOR = 25; 12654 static final int CSS_RGBCOLOR = 25;
12602 12655
12603 static final int CSS_S = 15; 12656 static final int CSS_S = 15;
12604 12657
12605 static final int CSS_STRING = 19; 12658 static final int CSS_STRING = 19;
12606 12659
12607 static final int CSS_UNKNOWN = 0; 12660 static final int CSS_UNKNOWN = 0;
12608 12661
12609 static final int CSS_URI = 20; 12662 static final int CSS_URI = 20;
12610 12663
12664 static final int CSS_VH = 27;
12665
12666 static final int CSS_VMIN = 28;
12667
12668 static final int CSS_VW = 26;
12669
12611 final int primitiveType; 12670 final int primitiveType;
12612 12671
12613 Counter getCounterValue(); 12672 Counter getCounterValue();
12614 12673
12615 num getFloatValue(int unitType); 12674 num getFloatValue(int unitType);
12616 12675
12617 RGBColor getRGBColorValue(); 12676 RGBColor getRGBColorValue();
12618 12677
12619 Rect getRectValue(); 12678 Rect getRectValue();
12620 12679
(...skipping 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after
15449 SVGDocument getSVGDocument(); 15508 SVGDocument getSVGDocument();
15450 } 15509 }
15451 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 15510 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
15452 // for details. All rights reserved. Use of this source code is governed by a 15511 // for details. All rights reserved. Use of this source code is governed by a
15453 // BSD-style license that can be found in the LICENSE file. 15512 // BSD-style license that can be found in the LICENSE file.
15454 15513
15455 // WARNING: Do not edit - generated code. 15514 // WARNING: Do not edit - generated code.
15456 15515
15457 interface HTMLFieldSetElement extends HTMLElement { 15516 interface HTMLFieldSetElement extends HTMLElement {
15458 15517
15518 bool disabled;
15519
15459 final HTMLFormElement form; 15520 final HTMLFormElement form;
15460 15521
15461 String name; 15522 String name;
15462 15523
15463 final String type; 15524 final String type;
15464 15525
15465 final String validationMessage; 15526 final String validationMessage;
15466 15527
15467 final ValidityState validity; 15528 final ValidityState validity;
15468 15529
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
15643 String marginWidth; 15704 String marginWidth;
15644 15705
15645 String name; 15706 String name;
15646 15707
15647 String sandbox; 15708 String sandbox;
15648 15709
15649 String scrolling; 15710 String scrolling;
15650 15711
15651 String src; 15712 String src;
15652 15713
15714 String srcdoc;
15715
15653 String width; 15716 String width;
15654 15717
15655 SVGDocument getSVGDocument(); 15718 SVGDocument getSVGDocument();
15656 } 15719 }
15657 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 15720 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
15658 // for details. All rights reserved. Use of this source code is governed by a 15721 // for details. All rights reserved. Use of this source code is governed by a
15659 // BSD-style license that can be found in the LICENSE file. 15722 // BSD-style license that can be found in the LICENSE file.
15660 15723
15661 // WARNING: Do not edit - generated code. 15724 // WARNING: Do not edit - generated code.
15662 15725
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
16825 final String oldURL; 16888 final String oldURL;
16826 16889
16827 void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL); 16890 void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL);
16828 } 16891 }
16829 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 16892 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
16830 // for details. All rights reserved. Use of this source code is governed by a 16893 // for details. All rights reserved. Use of this source code is governed by a
16831 // BSD-style license that can be found in the LICENSE file. 16894 // BSD-style license that can be found in the LICENSE file.
16832 16895
16833 // WARNING: Do not edit - generated code. 16896 // WARNING: Do not edit - generated code.
16834 16897
16835 interface HighPass2FilterNode extends AudioNode {
16836
16837 final AudioParam cutoff;
16838
16839 final AudioParam resonance;
16840 }
16841 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
16842 // for details. All rights reserved. Use of this source code is governed by a
16843 // BSD-style license that can be found in the LICENSE file.
16844
16845 // WARNING: Do not edit - generated code.
16846
16847 interface History { 16898 interface History {
16848 16899
16849 final int length; 16900 final int length;
16850 16901
16851 final Dynamic state; 16902 final Dynamic state;
16852 16903
16853 void back(); 16904 void back();
16854 16905
16855 void forward(); 16906 void forward();
16856 16907
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
16943 IDBVersionChangeRequest setVersion(String version); 16994 IDBVersionChangeRequest setVersion(String version);
16944 16995
16945 IDBTransaction transaction(var storeName_OR_storeNames, [int mode]); 16996 IDBTransaction transaction(var storeName_OR_storeNames, [int mode]);
16946 } 16997 }
16947 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 16998 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
16948 // for details. All rights reserved. Use of this source code is governed by a 16999 // for details. All rights reserved. Use of this source code is governed by a
16949 // BSD-style license that can be found in the LICENSE file. 17000 // BSD-style license that can be found in the LICENSE file.
16950 17001
16951 // WARNING: Do not edit - generated code. 17002 // WARNING: Do not edit - generated code.
16952 17003
16953 interface IDBDatabaseError {
16954
16955 int code;
16956
16957 String message;
16958 }
16959 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
16960 // for details. All rights reserved. Use of this source code is governed by a
16961 // BSD-style license that can be found in the LICENSE file.
16962
16963 // WARNING: Do not edit - generated code.
16964
16965 interface IDBDatabaseException { 17004 interface IDBDatabaseException {
16966 17005
16967 static final int ABORT_ERR = 8; 17006 static final int ABORT_ERR = 8;
16968 17007
16969 static final int CONSTRAINT_ERR = 4; 17008 static final int CONSTRAINT_ERR = 4;
16970 17009
16971 static final int DATA_ERR = 5; 17010 static final int DATA_ERR = 5;
16972 17011
16973 static final int NON_TRANSIENT_ERR = 2; 17012 static final int NON_TRANSIENT_ERR = 2;
16974 17013
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
17416 void replace(String url); 17455 void replace(String url);
17417 17456
17418 String toString(); 17457 String toString();
17419 } 17458 }
17420 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 17459 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
17421 // for details. All rights reserved. Use of this source code is governed by a 17460 // for details. All rights reserved. Use of this source code is governed by a
17422 // BSD-style license that can be found in the LICENSE file. 17461 // BSD-style license that can be found in the LICENSE file.
17423 17462
17424 // WARNING: Do not edit - generated code. 17463 // WARNING: Do not edit - generated code.
17425 17464
17426 interface LowPass2FilterNode extends AudioNode {
17427
17428 final AudioParam cutoff;
17429
17430 final AudioParam resonance;
17431 }
17432 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
17433 // for details. All rights reserved. Use of this source code is governed by a
17434 // BSD-style license that can be found in the LICENSE file.
17435
17436 // WARNING: Do not edit - generated code.
17437
17438 interface MediaController default _MediaControllerFactoryProvider { 17465 interface MediaController default _MediaControllerFactoryProvider {
17439 17466
17440 MediaController(); 17467 MediaController();
17441 17468
17442 final TimeRanges buffered; 17469 final TimeRanges buffered;
17443 17470
17444 num currentTime; 17471 num currentTime;
17445 17472
17446 num defaultPlaybackRate; 17473 num defaultPlaybackRate;
17447 17474
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
17753 final int y; 17780 final int y;
17754 17781
17755 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey , bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge t); 17782 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey , bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge t);
17756 } 17783 }
17757 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 17784 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
17758 // for details. All rights reserved. Use of this source code is governed by a 17785 // for details. All rights reserved. Use of this source code is governed by a
17759 // BSD-style license that can be found in the LICENSE file. 17786 // BSD-style license that can be found in the LICENSE file.
17760 17787
17761 // WARNING: Do not edit - generated code. 17788 // WARNING: Do not edit - generated code.
17762 17789
17790 interface MutationCallback {
17791 }
17792 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
17793 // for details. All rights reserved. Use of this source code is governed by a
17794 // BSD-style license that can be found in the LICENSE file.
17795
17796 // WARNING: Do not edit - generated code.
17797
17763 interface MutationEvent extends Event { 17798 interface MutationEvent extends Event {
17764 17799
17765 static final int ADDITION = 2; 17800 static final int ADDITION = 2;
17766 17801
17767 static final int MODIFICATION = 1; 17802 static final int MODIFICATION = 1;
17768 17803
17769 static final int REMOVAL = 3; 17804 static final int REMOVAL = 3;
17770 17805
17771 final int attrChange; 17806 final int attrChange;
17772 17807
17773 final String attrName; 17808 final String attrName;
17774 17809
17775 final String newValue; 17810 final String newValue;
17776 17811
17777 final String prevValue; 17812 final String prevValue;
17778 17813
17779 final Node relatedNode; 17814 final Node relatedNode;
17780 17815
17781 void initMutationEvent(String type, bool canBubble, bool cancelable, Node rela tedNode, String prevValue, String newValue, String attrName, int attrChange); 17816 void initMutationEvent(String type, bool canBubble, bool cancelable, Node rela tedNode, String prevValue, String newValue, String attrName, int attrChange);
17782 } 17817 }
17783 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 17818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
17784 // for details. All rights reserved. Use of this source code is governed by a 17819 // for details. All rights reserved. Use of this source code is governed by a
17785 // BSD-style license that can be found in the LICENSE file. 17820 // BSD-style license that can be found in the LICENSE file.
17786 17821
17787 // WARNING: Do not edit - generated code. 17822 // WARNING: Do not edit - generated code.
17788 17823
17824 interface MutationRecord {
17825
17826 final NodeList addedNodes;
17827
17828 final String attributeName;
17829
17830 final String attributeNamespace;
17831
17832 final Node nextSibling;
17833
17834 final String oldValue;
17835
17836 final Node previousSibling;
17837
17838 final NodeList removedNodes;
17839
17840 final Node target;
17841
17842 final String type;
17843 }
17844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
17845 // for details. All rights reserved. Use of this source code is governed by a
17846 // BSD-style license that can be found in the LICENSE file.
17847
17848 // WARNING: Do not edit - generated code.
17849
17789 interface NamedNodeMap extends List<Node> { 17850 interface NamedNodeMap extends List<Node> {
17790 17851
17791 final int length; 17852 final int length;
17792 17853
17793 Node getNamedItem(String name); 17854 Node getNamedItem(String name);
17794 17855
17795 Node getNamedItemNS(String namespaceURI, String localName); 17856 Node getNamedItemNS(String namespaceURI, String localName);
17796 17857
17797 Node item(int index); 17858 Node item(int index);
17798 17859
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
18099 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 18160 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
18100 // for details. All rights reserved. Use of this source code is governed by a 18161 // for details. All rights reserved. Use of this source code is governed by a
18101 // BSD-style license that can be found in the LICENSE file. 18162 // BSD-style license that can be found in the LICENSE file.
18102 18163
18103 // WARNING: Do not edit - generated code. 18164 // WARNING: Do not edit - generated code.
18104 18165
18105 interface Notification extends EventTarget { 18166 interface Notification extends EventTarget {
18106 18167
18107 String dir; 18168 String dir;
18108 18169
18109 String replaceId; 18170 String tag;
18110 18171
18111 void addEventListener(String type, EventListener listener, [bool useCapture]); 18172 void addEventListener(String type, EventListener listener, [bool useCapture]);
18112 18173
18113 void cancel(); 18174 void close();
18114 18175
18115 bool dispatchEvent(Event evt); 18176 bool dispatchEvent(Event evt);
18116 18177
18117 void removeEventListener(String type, EventListener listener, [bool useCapture ]); 18178 void removeEventListener(String type, EventListener listener, [bool useCapture ]);
18118 18179
18119 void show(); 18180 void show();
18120 } 18181 }
18121 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 18182 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
18122 // for details. All rights reserved. Use of this source code is governed by a 18183 // for details. All rights reserved. Use of this source code is governed by a
18123 // BSD-style license that can be found in the LICENSE file. 18184 // BSD-style license that can be found in the LICENSE file.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
18197 final String name; 18258 final String name;
18198 18259
18199 String toString(); 18260 String toString();
18200 } 18261 }
18201 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 18262 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
18202 // for details. All rights reserved. Use of this source code is governed by a 18263 // for details. All rights reserved. Use of this source code is governed by a
18203 // BSD-style license that can be found in the LICENSE file. 18264 // BSD-style license that can be found in the LICENSE file.
18204 18265
18205 // WARNING: Do not edit - generated code. 18266 // WARNING: Do not edit - generated code.
18206 18267
18268 interface Oscillator extends AudioSourceNode {
18269
18270 static final int CUSTOM = 4;
18271
18272 static final int SAWTOOTH = 2;
18273
18274 static final int SINE = 0;
18275
18276 static final int SQUARE = 1;
18277
18278 static final int TRIANGLE = 3;
18279
18280 final AudioParam detune;
18281
18282 final AudioParam frequency;
18283
18284 int type;
18285
18286 void setWaveTable(WaveTable waveTable);
18287 }
18288 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
18289 // for details. All rights reserved. Use of this source code is governed by a
18290 // BSD-style license that can be found in the LICENSE file.
18291
18292 // WARNING: Do not edit - generated code.
18293
18207 interface OverflowEvent extends Event { 18294 interface OverflowEvent extends Event {
18208 18295
18209 static final int BOTH = 2; 18296 static final int BOTH = 2;
18210 18297
18211 static final int HORIZONTAL = 0; 18298 static final int HORIZONTAL = 0;
18212 18299
18213 static final int VERTICAL = 1; 18300 static final int VERTICAL = 1;
18214 18301
18215 final bool horizontalOverflow; 18302 final bool horizontalOverflow;
18216 18303
(...skipping 4001 matching lines...) Expand 10 before | Expand all | Expand 10 after
22218 interface WaveShaperNode extends AudioNode { 22305 interface WaveShaperNode extends AudioNode {
22219 22306
22220 Float32Array curve; 22307 Float32Array curve;
22221 } 22308 }
22222 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 22309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22223 // for details. All rights reserved. Use of this source code is governed by a 22310 // for details. All rights reserved. Use of this source code is governed by a
22224 // BSD-style license that can be found in the LICENSE file. 22311 // BSD-style license that can be found in the LICENSE file.
22225 22312
22226 // WARNING: Do not edit - generated code. 22313 // WARNING: Do not edit - generated code.
22227 22314
22315 interface WaveTable {
22316 }
22317 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22318 // for details. All rights reserved. Use of this source code is governed by a
22319 // BSD-style license that can be found in the LICENSE file.
22320
22321 // WARNING: Do not edit - generated code.
22322
22228 interface WebGLActiveInfo { 22323 interface WebGLActiveInfo {
22229 22324
22230 final String name; 22325 final String name;
22231 22326
22232 final int size; 22327 final int size;
22233 22328
22234 final int type; 22329 final int type;
22235 } 22330 }
22236 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 22331 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
22237 // for details. All rights reserved. Use of this source code is governed by a 22332 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
23080 String getProgramInfoLog(WebGLProgram program); 23175 String getProgramInfoLog(WebGLProgram program);
23081 23176
23082 Object getProgramParameter(WebGLProgram program, int pname); 23177 Object getProgramParameter(WebGLProgram program, int pname);
23083 23178
23084 Object getRenderbufferParameter(int target, int pname); 23179 Object getRenderbufferParameter(int target, int pname);
23085 23180
23086 String getShaderInfoLog(WebGLShader shader); 23181 String getShaderInfoLog(WebGLShader shader);
23087 23182
23088 Object getShaderParameter(WebGLShader shader, int pname); 23183 Object getShaderParameter(WebGLShader shader, int pname);
23089 23184
23185 WebGLShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precis iontype);
23186
23090 String getShaderSource(WebGLShader shader); 23187 String getShaderSource(WebGLShader shader);
23091 23188
23092 Object getTexParameter(int target, int pname); 23189 Object getTexParameter(int target, int pname);
23093 23190
23094 Object getUniform(WebGLProgram program, WebGLUniformLocation location); 23191 Object getUniform(WebGLProgram program, WebGLUniformLocation location);
23095 23192
23096 WebGLUniformLocation getUniformLocation(WebGLProgram program, String name); 23193 WebGLUniformLocation getUniformLocation(WebGLProgram program, String name);
23097 23194
23098 Object getVertexAttrib(int index, int pname); 23195 Object getVertexAttrib(int index, int pname);
23099 23196
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
23226 // WARNING: Do not edit - generated code. 23323 // WARNING: Do not edit - generated code.
23227 23324
23228 interface WebGLShader { 23325 interface WebGLShader {
23229 } 23326 }
23230 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 23327 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
23231 // for details. All rights reserved. Use of this source code is governed by a 23328 // for details. All rights reserved. Use of this source code is governed by a
23232 // BSD-style license that can be found in the LICENSE file. 23329 // BSD-style license that can be found in the LICENSE file.
23233 23330
23234 // WARNING: Do not edit - generated code. 23331 // WARNING: Do not edit - generated code.
23235 23332
23333 interface WebGLShaderPrecisionFormat {
23334
23335 final int precision;
23336
23337 final int rangeMax;
23338
23339 final int rangeMin;
23340 }
23341 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
23342 // for details. All rights reserved. Use of this source code is governed by a
23343 // BSD-style license that can be found in the LICENSE file.
23344
23345 // WARNING: Do not edit - generated code.
23346
23236 interface WebGLTexture { 23347 interface WebGLTexture {
23237 } 23348 }
23238 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 23349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
23239 // for details. All rights reserved. Use of this source code is governed by a 23350 // for details. All rights reserved. Use of this source code is governed by a
23240 // BSD-style license that can be found in the LICENSE file. 23351 // BSD-style license that can be found in the LICENSE file.
23241 23352
23242 // WARNING: Do not edit - generated code. 23353 // WARNING: Do not edit - generated code.
23243 23354
23244 interface WebGLUniformLocation { 23355 interface WebGLUniformLocation {
23245 } 23356 }
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
23496 static final int CSS_TRANSLATEZ = 12; 23607 static final int CSS_TRANSLATEZ = 12;
23497 23608
23498 final int operationType; 23609 final int operationType;
23499 } 23610 }
23500 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 23611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
23501 // for details. All rights reserved. Use of this source code is governed by a 23612 // for details. All rights reserved. Use of this source code is governed by a
23502 // BSD-style license that can be found in the LICENSE file. 23613 // BSD-style license that can be found in the LICENSE file.
23503 23614
23504 // WARNING: Do not edit - generated code. 23615 // WARNING: Do not edit - generated code.
23505 23616
23617 interface WebKitMutationObserver {
23618
23619 void disconnect();
23620 }
23621 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
23622 // for details. All rights reserved. Use of this source code is governed by a
23623 // BSD-style license that can be found in the LICENSE file.
23624
23625 // WARNING: Do not edit - generated code.
23626
23506 interface WebKitNamedFlow { 23627 interface WebKitNamedFlow {
23507 23628
23508 final bool overflow; 23629 final bool overflow;
23509 23630
23510 NodeList getRegionsByContentNode(Node contentNode); 23631 NodeList getRegionsByContentNode(Node contentNode);
23511 } 23632 }
23512 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 23633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
23513 // for details. All rights reserved. Use of this source code is governed by a 23634 // for details. All rights reserved. Use of this source code is governed by a
23514 // BSD-style license that can be found in the LICENSE file. 23635 // BSD-style license that can be found in the LICENSE file.
23515 23636
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
24907 if (length < 0) throw new IllegalArgumentException('length'); 25028 if (length < 0) throw new IllegalArgumentException('length');
24908 if (start < 0) throw new IndexOutOfRangeException(start); 25029 if (start < 0) throw new IndexOutOfRangeException(start);
24909 int end = start + length; 25030 int end = start + length;
24910 if (end > a.length) throw new IndexOutOfRangeException(end); 25031 if (end > a.length) throw new IndexOutOfRangeException(end);
24911 for (int i = start; i < end; i++) { 25032 for (int i = start; i < end; i++) {
24912 accumulator.add(a[i]); 25033 accumulator.add(a[i]);
24913 } 25034 }
24914 return accumulator; 25035 return accumulator;
24915 } 25036 }
24916 } 25037 }
OLDNEW
« no previous file with comments | « lib/dom/dom.dart ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698