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

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

Issue 8595020: Cleanup old code and refresh on IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 6279 matching lines...) Expand 10 before | Expand all | Expand 10 after
6611 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6611 // 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 6612 // 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. 6613 // BSD-style license that can be found in the LICENSE file.
6614 6614
6615 typedef bool RequestAnimationFrameCallback(int time); 6615 typedef bool RequestAnimationFrameCallback(int time);
6616 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6616 // 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 6617 // 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. 6618 // BSD-style license that can be found in the LICENSE file.
6619 6619
6620 typedef void TimeoutHandler(); 6620 typedef void TimeoutHandler();
OLDNEW
« no previous file with comments | « no previous file | client/dom/generated/monkey_dom.js » ('j') | client/dom/generated/src/interface/CanvasRenderingContext2D.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698