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

Side by Side Diff: sdk/lib/svg/dart2js/svg_dart2js.dart

Issue 11416294: Changing template file names to key off of the DOM name rather than Dart name. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 svg; 1 library svg;
2 2
3 import 'dart:html'; 3 import 'dart:html';
4 // DO NOT EDIT 4 // DO NOT EDIT
5 // Auto-generated dart:svg library. 5 // Auto-generated dart:svg library.
6 6
7 7
8 8
9 9
10 10
(...skipping 4348 matching lines...) Expand 10 before | Expand all | Expand 10 after
4359 4359
4360 // From SVGURIReference 4360 // From SVGURIReference
4361 4361
4362 /// @domName SVGURIReference.href; @docsEditable true 4362 /// @domName SVGURIReference.href; @docsEditable true
4363 final AnimatedString href; 4363 final AnimatedString href;
4364 } 4364 }
4365 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4365 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4366 // for details. All rights reserved. Use of this source code is governed by a 4366 // for details. All rights reserved. Use of this source code is governed by a
4367 // BSD-style license that can be found in the LICENSE file. 4367 // BSD-style license that can be found in the LICENSE file.
4368 4368
4369 // WARNING: Do not edit - generated code.
4370 4369
4371 4370 /// @domName SVGPoint; @docsEditable true
4372 /// @domName SVGPoint
4373 class Point native "*SVGPoint" { 4371 class Point native "*SVGPoint" {
4374 factory Point(num x, num y) => _PointFactoryProvider.createPoint(x, y);
4375 4372
4376 /// @domName SVGPoint.x; @docsEditable true 4373 /// @domName SVGPoint.x; @docsEditable true
4377 num x; 4374 num x;
4378 4375
4379 /// @domName SVGPoint.y; @docsEditable true 4376 /// @domName SVGPoint.y; @docsEditable true
4380 num y; 4377 num y;
4381 4378
4382 /// @domName SVGPoint.matrixTransform; @docsEditable true 4379 /// @domName SVGPoint.matrixTransform; @docsEditable true
4383 Point matrixTransform(Matrix matrix) native; 4380 Point matrixTransform(Matrix matrix) native;
4384
4385 } 4381 }
4386 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4387 // for details. All rights reserved. Use of this source code is governed by a 4383 // for details. All rights reserved. Use of this source code is governed by a
4388 // BSD-style license that can be found in the LICENSE file. 4384 // BSD-style license that can be found in the LICENSE file.
4389 4385
4390 4386
4391 /// @domName SVGPointList; @docsEditable true 4387 /// @domName SVGPointList; @docsEditable true
4392 class PointList native "*SVGPointList" { 4388 class PointList native "*SVGPointList" {
4393 4389
4394 /// @domName SVGPointList.numberOfItems; @docsEditable true 4390 /// @domName SVGPointList.numberOfItems; @docsEditable true
(...skipping 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after
6267 } 6263 }
6268 6264
6269 List<ElementInstance> getRange(int start, int rangeLength) => 6265 List<ElementInstance> getRange(int start, int rangeLength) =>
6270 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 6266 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
6271 6267
6272 // -- end List<ElementInstance> mixins. 6268 // -- end List<ElementInstance> mixins.
6273 6269
6274 /// @domName SVGElementInstanceList.item; @docsEditable true 6270 /// @domName SVGElementInstanceList.item; @docsEditable true
6275 ElementInstance item(int index) native; 6271 ElementInstance item(int index) native;
6276 } 6272 }
OLDNEW
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_XMLHttpRequest.darttemplate ('k') | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698