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

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

Issue 13528004: Remove addLast from List. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove typo Created 7 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 | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_sql/dart2js/web_sql_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:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:nativewrappers'; 7 import 'dart:nativewrappers';
8 // DO NOT EDIT 8 // DO NOT EDIT
9 // Auto-generated dart:svg library. 9 // Auto-generated dart:svg library.
10 10
(...skipping 3379 matching lines...) Expand 10 before | Expand all | Expand 10 after
3390 Length elementAt(int index) { 3390 Length elementAt(int index) {
3391 return this[index]; 3391 return this[index];
3392 } 3392 }
3393 3393
3394 // From Collection<Length>: 3394 // From Collection<Length>:
3395 3395
3396 void add(Length value) { 3396 void add(Length value) {
3397 throw new UnsupportedError("Cannot add to immutable List."); 3397 throw new UnsupportedError("Cannot add to immutable List.");
3398 } 3398 }
3399 3399
3400 void addLast(Length value) {
3401 throw new UnsupportedError("Cannot add to immutable List.");
3402 }
3403
3404 void addAll(Iterable<Length> iterable) { 3400 void addAll(Iterable<Length> iterable) {
3405 throw new UnsupportedError("Cannot add to immutable List."); 3401 throw new UnsupportedError("Cannot add to immutable List.");
3406 } 3402 }
3407 3403
3408 // From List<Length>: 3404 // From List<Length>:
3409 void set length(int value) { 3405 void set length(int value) {
3410 throw new UnsupportedError("Cannot resize immutable List."); 3406 throw new UnsupportedError("Cannot resize immutable List.");
3411 } 3407 }
3412 3408
3413 // clear() defined by IDL. 3409 // clear() defined by IDL.
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
4105 Number elementAt(int index) { 4101 Number elementAt(int index) {
4106 return this[index]; 4102 return this[index];
4107 } 4103 }
4108 4104
4109 // From Collection<Number>: 4105 // From Collection<Number>:
4110 4106
4111 void add(Number value) { 4107 void add(Number value) {
4112 throw new UnsupportedError("Cannot add to immutable List."); 4108 throw new UnsupportedError("Cannot add to immutable List.");
4113 } 4109 }
4114 4110
4115 void addLast(Number value) {
4116 throw new UnsupportedError("Cannot add to immutable List.");
4117 }
4118
4119 void addAll(Iterable<Number> iterable) { 4111 void addAll(Iterable<Number> iterable) {
4120 throw new UnsupportedError("Cannot add to immutable List."); 4112 throw new UnsupportedError("Cannot add to immutable List.");
4121 } 4113 }
4122 4114
4123 // From List<Number>: 4115 // From List<Number>:
4124 void set length(int value) { 4116 void set length(int value) {
4125 throw new UnsupportedError("Cannot resize immutable List."); 4117 throw new UnsupportedError("Cannot resize immutable List.");
4126 } 4118 }
4127 4119
4128 // clear() defined by IDL. 4120 // clear() defined by IDL.
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
5296 PathSeg elementAt(int index) { 5288 PathSeg elementAt(int index) {
5297 return this[index]; 5289 return this[index];
5298 } 5290 }
5299 5291
5300 // From Collection<PathSeg>: 5292 // From Collection<PathSeg>:
5301 5293
5302 void add(PathSeg value) { 5294 void add(PathSeg value) {
5303 throw new UnsupportedError("Cannot add to immutable List."); 5295 throw new UnsupportedError("Cannot add to immutable List.");
5304 } 5296 }
5305 5297
5306 void addLast(PathSeg value) {
5307 throw new UnsupportedError("Cannot add to immutable List.");
5308 }
5309
5310 void addAll(Iterable<PathSeg> iterable) { 5298 void addAll(Iterable<PathSeg> iterable) {
5311 throw new UnsupportedError("Cannot add to immutable List."); 5299 throw new UnsupportedError("Cannot add to immutable List.");
5312 } 5300 }
5313 5301
5314 // From List<PathSeg>: 5302 // From List<PathSeg>:
5315 void set length(int value) { 5303 void set length(int value) {
5316 throw new UnsupportedError("Cannot resize immutable List."); 5304 throw new UnsupportedError("Cannot resize immutable List.");
5317 } 5305 }
5318 5306
5319 // clear() defined by IDL. 5307 // clear() defined by IDL.
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
6292 String elementAt(int index) { 6280 String elementAt(int index) {
6293 return this[index]; 6281 return this[index];
6294 } 6282 }
6295 6283
6296 // From Collection<String>: 6284 // From Collection<String>:
6297 6285
6298 void add(String value) { 6286 void add(String value) {
6299 throw new UnsupportedError("Cannot add to immutable List."); 6287 throw new UnsupportedError("Cannot add to immutable List.");
6300 } 6288 }
6301 6289
6302 void addLast(String value) {
6303 throw new UnsupportedError("Cannot add to immutable List.");
6304 }
6305
6306 void addAll(Iterable<String> iterable) { 6290 void addAll(Iterable<String> iterable) {
6307 throw new UnsupportedError("Cannot add to immutable List."); 6291 throw new UnsupportedError("Cannot add to immutable List.");
6308 } 6292 }
6309 6293
6310 // From List<String>: 6294 // From List<String>:
6311 void set length(int value) { 6295 void set length(int value) {
6312 throw new UnsupportedError("Cannot resize immutable List."); 6296 throw new UnsupportedError("Cannot resize immutable List.");
6313 } 6297 }
6314 6298
6315 // clear() defined by IDL. 6299 // clear() defined by IDL.
(...skipping 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after
7557 Transform elementAt(int index) { 7541 Transform elementAt(int index) {
7558 return this[index]; 7542 return this[index];
7559 } 7543 }
7560 7544
7561 // From Collection<Transform>: 7545 // From Collection<Transform>:
7562 7546
7563 void add(Transform value) { 7547 void add(Transform value) {
7564 throw new UnsupportedError("Cannot add to immutable List."); 7548 throw new UnsupportedError("Cannot add to immutable List.");
7565 } 7549 }
7566 7550
7567 void addLast(Transform value) {
7568 throw new UnsupportedError("Cannot add to immutable List.");
7569 }
7570
7571 void addAll(Iterable<Transform> iterable) { 7551 void addAll(Iterable<Transform> iterable) {
7572 throw new UnsupportedError("Cannot add to immutable List."); 7552 throw new UnsupportedError("Cannot add to immutable List.");
7573 } 7553 }
7574 7554
7575 // From List<Transform>: 7555 // From List<Transform>:
7576 void set length(int value) { 7556 void set length(int value) {
7577 throw new UnsupportedError("Cannot resize immutable List."); 7557 throw new UnsupportedError("Cannot resize immutable List.");
7578 } 7558 }
7579 7559
7580 // clear() defined by IDL. 7560 // clear() defined by IDL.
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
8142 ElementInstance elementAt(int index) { 8122 ElementInstance elementAt(int index) {
8143 return this[index]; 8123 return this[index];
8144 } 8124 }
8145 8125
8146 // From Collection<ElementInstance>: 8126 // From Collection<ElementInstance>:
8147 8127
8148 void add(ElementInstance value) { 8128 void add(ElementInstance value) {
8149 throw new UnsupportedError("Cannot add to immutable List."); 8129 throw new UnsupportedError("Cannot add to immutable List.");
8150 } 8130 }
8151 8131
8152 void addLast(ElementInstance value) {
8153 throw new UnsupportedError("Cannot add to immutable List.");
8154 }
8155
8156 void addAll(Iterable<ElementInstance> iterable) { 8132 void addAll(Iterable<ElementInstance> iterable) {
8157 throw new UnsupportedError("Cannot add to immutable List."); 8133 throw new UnsupportedError("Cannot add to immutable List.");
8158 } 8134 }
8159 8135
8160 // From List<ElementInstance>: 8136 // From List<ElementInstance>:
8161 void set length(int value) { 8137 void set length(int value) {
8162 throw new UnsupportedError("Cannot resize immutable List."); 8138 throw new UnsupportedError("Cannot resize immutable List.");
8163 } 8139 }
8164 8140
8165 void clear() { 8141 void clear() {
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
8754 @DocsEditable 8730 @DocsEditable
8755 @DomName('SVGVKernElement') 8731 @DomName('SVGVKernElement')
8756 class _SVGVKernElement extends SvgElement { 8732 class _SVGVKernElement extends SvgElement {
8757 _SVGVKernElement.internal() : super.internal(); 8733 _SVGVKernElement.internal() : super.internal();
8758 8734
8759 @DomName('SVGVKernElement.SVGVKernElement') 8735 @DomName('SVGVKernElement.SVGVKernElement')
8760 @DocsEditable 8736 @DocsEditable
8761 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8737 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8762 8738
8763 } 8739 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_sql/dart2js/web_sql_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698