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

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 142713007: Updating IDL files from Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_gl/dart2js/web_gl_dart2js.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 dart.dom.svg; 1 library dart.dom.svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:_internal' hide deprecated; 5 import 'dart:_internal' hide deprecated;
6 import 'dart:html'; 6 import 'dart:html';
7 import 'dart:html_common'; 7 import 'dart:html_common';
8 import 'dart:nativewrappers'; 8 import 'dart:nativewrappers';
9 // DO NOT EDIT 9 // DO NOT EDIT
10 // Auto-generated dart:svg library. 10 // Auto-generated dart:svg library.
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 653 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
654 // for details. All rights reserved. Use of this source code is governed by a 654 // for details. All rights reserved. Use of this source code is governed by a
655 // BSD-style license that can be found in the LICENSE file. 655 // BSD-style license that can be found in the LICENSE file.
656 656
657 // WARNING: Do not edit - generated code. 657 // WARNING: Do not edit - generated code.
658 658
659 659
660 @DocsEditable() 660 @DocsEditable()
661 @DomName('SVGCircleElement') 661 @DomName('SVGCircleElement')
662 @Unstable() 662 @Unstable()
663 class CircleElement extends GraphicsElement implements ExternalResourcesRequired { 663 class CircleElement extends GeometryElement implements ExternalResourcesRequired {
664 // To suppress missing implicit constructor warnings. 664 // To suppress missing implicit constructor warnings.
665 factory CircleElement._() { throw new UnsupportedError("Not supported"); } 665 factory CircleElement._() { throw new UnsupportedError("Not supported"); }
666 666
667 @DomName('SVGCircleElement.SVGCircleElement') 667 @DomName('SVGCircleElement.SVGCircleElement')
668 @DocsEditable() 668 @DocsEditable()
669 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle"); 669 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle");
670 /** 670 /**
671 * Constructor instantiated by the DOM when a custom element has been created. 671 * Constructor instantiated by the DOM when a custom element has been created.
672 * 672 *
673 * This can only be called by subclasses from their created constructor. 673 * This can only be called by subclasses from their created constructor.
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1481 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1482 // for details. All rights reserved. Use of this source code is governed by a 1482 // for details. All rights reserved. Use of this source code is governed by a
1483 // BSD-style license that can be found in the LICENSE file. 1483 // BSD-style license that can be found in the LICENSE file.
1484 1484
1485 // WARNING: Do not edit - generated code. 1485 // WARNING: Do not edit - generated code.
1486 1486
1487 1487
1488 @DocsEditable() 1488 @DocsEditable()
1489 @DomName('SVGEllipseElement') 1489 @DomName('SVGEllipseElement')
1490 @Unstable() 1490 @Unstable()
1491 class EllipseElement extends GraphicsElement implements ExternalResourcesRequire d { 1491 class EllipseElement extends GeometryElement implements ExternalResourcesRequire d {
1492 // To suppress missing implicit constructor warnings. 1492 // To suppress missing implicit constructor warnings.
1493 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } 1493 factory EllipseElement._() { throw new UnsupportedError("Not supported"); }
1494 1494
1495 @DomName('SVGEllipseElement.SVGEllipseElement') 1495 @DomName('SVGEllipseElement.SVGEllipseElement')
1496 @DocsEditable() 1496 @DocsEditable()
1497 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1497 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1498 /** 1498 /**
1499 * Constructor instantiated by the DOM when a custom element has been created. 1499 * Constructor instantiated by the DOM when a custom element has been created.
1500 * 1500 *
1501 * This can only be called by subclasses from their created constructor. 1501 * This can only be called by subclasses from their created constructor.
(...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
3278 3278
3279 } 3279 }
3280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3281 // for details. All rights reserved. Use of this source code is governed by a 3281 // for details. All rights reserved. Use of this source code is governed by a
3282 // BSD-style license that can be found in the LICENSE file. 3282 // BSD-style license that can be found in the LICENSE file.
3283 3283
3284 // WARNING: Do not edit - generated code. 3284 // WARNING: Do not edit - generated code.
3285 3285
3286 3286
3287 @DocsEditable() 3287 @DocsEditable()
3288 @DomName('SVGGeometryElement')
3289 @Experimental() // untriaged
3290 class GeometryElement extends GraphicsElement {
3291 // To suppress missing implicit constructor warnings.
3292 factory GeometryElement._() { throw new UnsupportedError("Not supported"); }
3293 /**
3294 * Constructor instantiated by the DOM when a custom element has been created.
3295 *
3296 * This can only be called by subclasses from their created constructor.
3297 */
3298 GeometryElement.created() : super.created();
3299
3300 @DomName('SVGGeometryElement.isPointInFill')
3301 @DocsEditable()
3302 @Experimental() // untriaged
3303 bool isPointInFill(Point point) native "SVGGeometryElement_isPointInFill_Callb ack";
3304
3305 @DomName('SVGGeometryElement.isPointInStroke')
3306 @DocsEditable()
3307 @Experimental() // untriaged
3308 bool isPointInStroke(Point point) native "SVGGeometryElement_isPointInStroke_C allback";
3309
3310 }
3311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3312 // for details. All rights reserved. Use of this source code is governed by a
3313 // BSD-style license that can be found in the LICENSE file.
3314
3315 // WARNING: Do not edit - generated code.
3316
3317
3318 @DocsEditable()
3288 @DomName('SVGGraphicsElement') 3319 @DomName('SVGGraphicsElement')
3289 @Experimental() // untriaged 3320 @Experimental() // untriaged
3290 class GraphicsElement extends SvgElement implements Tests { 3321 class GraphicsElement extends SvgElement implements Tests {
3291 // To suppress missing implicit constructor warnings. 3322 // To suppress missing implicit constructor warnings.
3292 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } 3323 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); }
3293 /** 3324 /**
3294 * Constructor instantiated by the DOM when a custom element has been created. 3325 * Constructor instantiated by the DOM when a custom element has been created.
3295 * 3326 *
3296 * This can only be called by subclasses from their created constructor. 3327 * This can only be called by subclasses from their created constructor.
3297 */ 3328 */
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
3602 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3603 // for details. All rights reserved. Use of this source code is governed by a 3634 // for details. All rights reserved. Use of this source code is governed by a
3604 // BSD-style license that can be found in the LICENSE file. 3635 // BSD-style license that can be found in the LICENSE file.
3605 3636
3606 // WARNING: Do not edit - generated code. 3637 // WARNING: Do not edit - generated code.
3607 3638
3608 3639
3609 @DocsEditable() 3640 @DocsEditable()
3610 @DomName('SVGLineElement') 3641 @DomName('SVGLineElement')
3611 @Unstable() 3642 @Unstable()
3612 class LineElement extends GraphicsElement implements ExternalResourcesRequired { 3643 class LineElement extends GeometryElement implements ExternalResourcesRequired {
3613 // To suppress missing implicit constructor warnings. 3644 // To suppress missing implicit constructor warnings.
3614 factory LineElement._() { throw new UnsupportedError("Not supported"); } 3645 factory LineElement._() { throw new UnsupportedError("Not supported"); }
3615 3646
3616 @DomName('SVGLineElement.SVGLineElement') 3647 @DomName('SVGLineElement.SVGLineElement')
3617 @DocsEditable() 3648 @DocsEditable()
3618 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line "); 3649 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line ");
3619 /** 3650 /**
3620 * Constructor instantiated by the DOM when a custom element has been created. 3651 * Constructor instantiated by the DOM when a custom element has been created.
3621 * 3652 *
3622 * This can only be called by subclasses from their created constructor. 3653 * This can only be called by subclasses from their created constructor.
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
4098 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4099 // for details. All rights reserved. Use of this source code is governed by a 4130 // for details. All rights reserved. Use of this source code is governed by a
4100 // BSD-style license that can be found in the LICENSE file. 4131 // BSD-style license that can be found in the LICENSE file.
4101 4132
4102 // WARNING: Do not edit - generated code. 4133 // WARNING: Do not edit - generated code.
4103 4134
4104 4135
4105 @DocsEditable() 4136 @DocsEditable()
4106 @DomName('SVGPathElement') 4137 @DomName('SVGPathElement')
4107 @Unstable() 4138 @Unstable()
4108 class PathElement extends GraphicsElement implements ExternalResourcesRequired { 4139 class PathElement extends GeometryElement implements ExternalResourcesRequired {
4109 // To suppress missing implicit constructor warnings. 4140 // To suppress missing implicit constructor warnings.
4110 factory PathElement._() { throw new UnsupportedError("Not supported"); } 4141 factory PathElement._() { throw new UnsupportedError("Not supported"); }
4111 4142
4112 @DomName('SVGPathElement.SVGPathElement') 4143 @DomName('SVGPathElement.SVGPathElement')
4113 @DocsEditable() 4144 @DocsEditable()
4114 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4145 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4115 /** 4146 /**
4116 * Constructor instantiated by the DOM when a custom element has been created. 4147 * Constructor instantiated by the DOM when a custom element has been created.
4117 * 4148 *
4118 * This can only be called by subclasses from their created constructor. 4149 * This can only be called by subclasses from their created constructor.
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
5347 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5378 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5348 // for details. All rights reserved. Use of this source code is governed by a 5379 // for details. All rights reserved. Use of this source code is governed by a
5349 // BSD-style license that can be found in the LICENSE file. 5380 // BSD-style license that can be found in the LICENSE file.
5350 5381
5351 // WARNING: Do not edit - generated code. 5382 // WARNING: Do not edit - generated code.
5352 5383
5353 5384
5354 @DocsEditable() 5385 @DocsEditable()
5355 @DomName('SVGPolygonElement') 5386 @DomName('SVGPolygonElement')
5356 @Unstable() 5387 @Unstable()
5357 class PolygonElement extends GraphicsElement implements ExternalResourcesRequire d { 5388 class PolygonElement extends GeometryElement implements ExternalResourcesRequire d {
5358 // To suppress missing implicit constructor warnings. 5389 // To suppress missing implicit constructor warnings.
5359 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } 5390 factory PolygonElement._() { throw new UnsupportedError("Not supported"); }
5360 5391
5361 @DomName('SVGPolygonElement.SVGPolygonElement') 5392 @DomName('SVGPolygonElement.SVGPolygonElement')
5362 @DocsEditable() 5393 @DocsEditable()
5363 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon"); 5394 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon");
5364 /** 5395 /**
5365 * Constructor instantiated by the DOM when a custom element has been created. 5396 * Constructor instantiated by the DOM when a custom element has been created.
5366 * 5397 *
5367 * This can only be called by subclasses from their created constructor. 5398 * This can only be called by subclasses from their created constructor.
(...skipping 16 matching lines...) Expand all
5384 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5415 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5385 // for details. All rights reserved. Use of this source code is governed by a 5416 // for details. All rights reserved. Use of this source code is governed by a
5386 // BSD-style license that can be found in the LICENSE file. 5417 // BSD-style license that can be found in the LICENSE file.
5387 5418
5388 // WARNING: Do not edit - generated code. 5419 // WARNING: Do not edit - generated code.
5389 5420
5390 5421
5391 @DocsEditable() 5422 @DocsEditable()
5392 @DomName('SVGPolylineElement') 5423 @DomName('SVGPolylineElement')
5393 @Unstable() 5424 @Unstable()
5394 class PolylineElement extends GraphicsElement implements ExternalResourcesRequir ed { 5425 class PolylineElement extends GeometryElement implements ExternalResourcesRequir ed {
5395 // To suppress missing implicit constructor warnings. 5426 // To suppress missing implicit constructor warnings.
5396 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } 5427 factory PolylineElement._() { throw new UnsupportedError("Not supported"); }
5397 5428
5398 @DomName('SVGPolylineElement.SVGPolylineElement') 5429 @DomName('SVGPolylineElement.SVGPolylineElement')
5399 @DocsEditable() 5430 @DocsEditable()
5400 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline"); 5431 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline");
5401 /** 5432 /**
5402 * Constructor instantiated by the DOM when a custom element has been created. 5433 * Constructor instantiated by the DOM when a custom element has been created.
5403 * 5434 *
5404 * This can only be called by subclasses from their created constructor. 5435 * This can only be called by subclasses from their created constructor.
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
5604 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5635 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5605 // for details. All rights reserved. Use of this source code is governed by a 5636 // for details. All rights reserved. Use of this source code is governed by a
5606 // BSD-style license that can be found in the LICENSE file. 5637 // BSD-style license that can be found in the LICENSE file.
5607 5638
5608 // WARNING: Do not edit - generated code. 5639 // WARNING: Do not edit - generated code.
5609 5640
5610 5641
5611 @DocsEditable() 5642 @DocsEditable()
5612 @DomName('SVGRectElement') 5643 @DomName('SVGRectElement')
5613 @Unstable() 5644 @Unstable()
5614 class RectElement extends GraphicsElement implements ExternalResourcesRequired { 5645 class RectElement extends GeometryElement implements ExternalResourcesRequired {
5615 // To suppress missing implicit constructor warnings. 5646 // To suppress missing implicit constructor warnings.
5616 factory RectElement._() { throw new UnsupportedError("Not supported"); } 5647 factory RectElement._() { throw new UnsupportedError("Not supported"); }
5617 5648
5618 @DomName('SVGRectElement.SVGRectElement') 5649 @DomName('SVGRectElement.SVGRectElement')
5619 @DocsEditable() 5650 @DocsEditable()
5620 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect "); 5651 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect ");
5621 /** 5652 /**
5622 * Constructor instantiated by the DOM when a custom element has been created. 5653 * Constructor instantiated by the DOM when a custom element has been created.
5623 * 5654 *
5624 * This can only be called by subclasses from their created constructor. 5655 * This can only be called by subclasses from their created constructor.
(...skipping 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after
8272 @DocsEditable() 8303 @DocsEditable()
8273 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8304 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8274 /** 8305 /**
8275 * Constructor instantiated by the DOM when a custom element has been created. 8306 * Constructor instantiated by the DOM when a custom element has been created.
8276 * 8307 *
8277 * This can only be called by subclasses from their created constructor. 8308 * This can only be called by subclasses from their created constructor.
8278 */ 8309 */
8279 _SVGVKernElement.created() : super.created(); 8310 _SVGVKernElement.created() : super.created();
8280 8311
8281 } 8312 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_gl/dart2js/web_gl_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698