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

Side by Side Diff: client/dom/frog/frog_dom.dart

Issue 8569017: Generate constructors for frog DOM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Refresh the single file version Created 9 years, 1 month 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('dom'); 1 #library('dom');
2 2
3 #native('frog_dom.js'); 3 #native('frog_dom.js');
4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
5 // for details. All rights reserved. Use of this source code is governed by a 5 // for details. All rights reserved. Use of this source code is governed by a
6 // BSD-style license that can be found in the LICENSE file. 6 // BSD-style license that can be found in the LICENSE file.
7 7
8 // DO NOT EDIT 8 // DO NOT EDIT
9 // Auto-generated Dart DOM library. 9 // Auto-generated Dart DOM library.
10 10
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 287
288 HTMLCanvasElement canvas; 288 HTMLCanvasElement canvas;
289 289
290 var dartObjectLocalStorage; 290 var dartObjectLocalStorage;
291 291
292 String get typeName() native; 292 String get typeName() native;
293 } 293 }
294 294
295 class CanvasRenderingContext2D extends CanvasRenderingContext native "CanvasRend eringContext2D" { 295 class CanvasRenderingContext2D extends CanvasRenderingContext native "CanvasRend eringContext2D" {
296 296
297 Dynamic fillStyle; 297 Object fillStyle;
298 298
299 String font; 299 String font;
300 300
301 num globalAlpha; 301 num globalAlpha;
302 302
303 String globalCompositeOperation; 303 String globalCompositeOperation;
304 304
305 String lineCap; 305 String lineCap;
306 306
307 String lineJoin; 307 String lineJoin;
308 308
309 num lineWidth; 309 num lineWidth;
310 310
311 num miterLimit; 311 num miterLimit;
312 312
313 num shadowBlur; 313 num shadowBlur;
314 314
315 String shadowColor; 315 String shadowColor;
316 316
317 num shadowOffsetX; 317 num shadowOffsetX;
318 318
319 num shadowOffsetY; 319 num shadowOffsetY;
320 320
321 Dynamic strokeStyle; 321 Object strokeStyle;
322 322
323 String textAlign; 323 String textAlign;
324 324
325 String textBaseline; 325 String textBaseline;
326 326
327 List webkitLineDash; 327 List webkitLineDash;
328 328
329 num webkitLineDashOffset; 329 num webkitLineDashOffset;
330 330
331 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc kwise) native; 331 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc kwise) native;
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 int length; 2110 int length;
2111 2111
2112 File item(int index) native; 2112 File item(int index) native;
2113 2113
2114 var dartObjectLocalStorage; 2114 var dartObjectLocalStorage;
2115 2115
2116 String get typeName() native; 2116 String get typeName() native;
2117 } 2117 }
2118 2118
2119 class FileReader native "FileReader" { 2119 class FileReader native "FileReader" {
2120 FileReader() native;
2121
2120 2122
2121 FileError error; 2123 FileError error;
2122 2124
2123 EventListener onabort; 2125 EventListener onabort;
2124 2126
2125 EventListener onerror; 2127 EventListener onerror;
2126 2128
2127 EventListener onload; 2129 EventListener onload;
2128 2130
2129 EventListener onloadend; 2131 EventListener onloadend;
(...skipping 3970 matching lines...) Expand 10 before | Expand all | Expand 10 after
6100 String name; 6102 String name;
6101 6103
6102 void deleteRule(String key) native; 6104 void deleteRule(String key) native;
6103 6105
6104 WebKitCSSKeyframeRule findRule(String key) native; 6106 WebKitCSSKeyframeRule findRule(String key) native;
6105 6107
6106 void insertRule(String rule) native; 6108 void insertRule(String rule) native;
6107 } 6109 }
6108 6110
6109 class WebKitCSSMatrix native "WebKitCSSMatrix" { 6111 class WebKitCSSMatrix native "WebKitCSSMatrix" {
6112 WebKitCSSMatrix([String spec]) native;
6113
6110 6114
6111 num a; 6115 num a;
6112 6116
6113 num b; 6117 num b;
6114 6118
6115 num c; 6119 num c;
6116 6120
6117 num d; 6121 num d;
6118 6122
6119 num e; 6123 num e;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
6207 class WebKitMutationObserver native "WebKitMutationObserver" { 6211 class WebKitMutationObserver native "WebKitMutationObserver" {
6208 6212
6209 void disconnect() native; 6213 void disconnect() native;
6210 6214
6211 var dartObjectLocalStorage; 6215 var dartObjectLocalStorage;
6212 6216
6213 String get typeName() native; 6217 String get typeName() native;
6214 } 6218 }
6215 6219
6216 class WebKitPoint native "WebKitPoint" { 6220 class WebKitPoint native "WebKitPoint" {
6221 WebKitPoint(num x, num y) native;
6222
6217 6223
6218 num x; 6224 num x;
6219 6225
6220 num y; 6226 num y;
6221 6227
6222 var dartObjectLocalStorage; 6228 var dartObjectLocalStorage;
6223 6229
6224 String get typeName() native; 6230 String get typeName() native;
6225 } 6231 }
6226 6232
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
6391 String platform; 6397 String platform;
6392 6398
6393 String userAgent; 6399 String userAgent;
6394 6400
6395 var dartObjectLocalStorage; 6401 var dartObjectLocalStorage;
6396 6402
6397 String get typeName() native; 6403 String get typeName() native;
6398 } 6404 }
6399 6405
6400 class XMLHttpRequest native "XMLHttpRequest" { 6406 class XMLHttpRequest native "XMLHttpRequest" {
6407 XMLHttpRequest() native;
6408
6401 6409
6402 bool asBlob; 6410 bool asBlob;
6403 6411
6404 EventListener onabort; 6412 EventListener onabort;
6405 6413
6406 EventListener onerror; 6414 EventListener onerror;
6407 6415
6408 EventListener onload; 6416 EventListener onload;
6409 6417
6410 EventListener onloadstart; 6418 EventListener onloadstart;
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
6611 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6619 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
6612 // for details. All rights reserved. Use of this source code is governed by a 6620 // for details. All rights reserved. Use of this source code is governed by a
6613 // BSD-style license that can be found in the LICENSE file. 6621 // BSD-style license that can be found in the LICENSE file.
6614 6622
6615 typedef bool RequestAnimationFrameCallback(int time); 6623 typedef bool RequestAnimationFrameCallback(int time);
6616 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6624 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
6617 // for details. All rights reserved. Use of this source code is governed by a 6625 // for details. All rights reserved. Use of this source code is governed by a
6618 // BSD-style license that can be found in the LICENSE file. 6626 // BSD-style license that can be found in the LICENSE file.
6619 6627
6620 typedef void TimeoutHandler(); 6628 typedef void TimeoutHandler();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698