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

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

Issue 16234006: Chrome roll 202464->204370. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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') | tools/dom/scripts/htmlrenamer.py » ('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:_collection-dev'; 5 import 'dart:_collection-dev';
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 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 1350
1351 } 1351 }
1352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1353 // for details. All rights reserved. Use of this source code is governed by a 1353 // for details. All rights reserved. Use of this source code is governed by a
1354 // BSD-style license that can be found in the LICENSE file. 1354 // BSD-style license that can be found in the LICENSE file.
1355 1355
1356 // WARNING: Do not edit - generated code. 1356 // WARNING: Do not edit - generated code.
1357 1357
1358 1358
1359 @DocsEditable 1359 @DocsEditable
1360 @DomName('ElementTimeControl')
1361 @Unstable
1362 class ElementTimeControl extends NativeFieldWrapperClass1 {
1363 ElementTimeControl.internal();
1364
1365 @DomName('ElementTimeControl.beginElement')
1366 @DocsEditable
1367 void beginElement() native "ElementTimeControl_beginElement_Callback";
1368
1369 @DomName('ElementTimeControl.beginElementAt')
1370 @DocsEditable
1371 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call back";
1372
1373 @DomName('ElementTimeControl.endElement')
1374 @DocsEditable
1375 void endElement() native "ElementTimeControl_endElement_Callback";
1376
1377 @DomName('ElementTimeControl.endElementAt')
1378 @DocsEditable
1379 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback ";
1380
1381 }
1382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1383 // for details. All rights reserved. Use of this source code is governed by a
1384 // BSD-style license that can be found in the LICENSE file.
1385
1386 // WARNING: Do not edit - generated code.
1387
1388
1389 @DocsEditable
1390 @DomName('SVGEllipseElement') 1360 @DomName('SVGEllipseElement')
1391 @Unstable 1361 @Unstable
1392 class EllipseElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace { 1362 class EllipseElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace {
1393 EllipseElement.internal() : super.internal(); 1363 EllipseElement.internal() : super.internal();
1394 1364
1395 @DomName('SVGEllipseElement.SVGEllipseElement') 1365 @DomName('SVGEllipseElement.SVGEllipseElement')
1396 @DocsEditable 1366 @DocsEditable
1397 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1367 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1398 1368
1399 @DomName('SVGEllipseElement.cx') 1369 @DomName('SVGEllipseElement.cx')
(...skipping 6639 matching lines...) Expand 10 before | Expand all | Expand 10 after
8039 @DomName('SVGVKernElement') 8009 @DomName('SVGVKernElement')
8040 @Unstable 8010 @Unstable
8041 abstract class _SVGVKernElement extends SvgElement { 8011 abstract class _SVGVKernElement extends SvgElement {
8042 _SVGVKernElement.internal() : super.internal(); 8012 _SVGVKernElement.internal() : super.internal();
8043 8013
8044 @DomName('SVGVKernElement.SVGVKernElement') 8014 @DomName('SVGVKernElement.SVGVKernElement')
8045 @DocsEditable 8015 @DocsEditable
8046 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8016 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8047 8017
8048 } 8018 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698