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

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

Issue 11416257: Revert "Add @JSName annotation for native fields and methods." (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
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_MutationObserver.darttemplate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 79 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
80 final SvgElement farthestViewportElement; 80 final SvgElement farthestViewportElement;
81 81
82 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 82 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
83 final SvgElement nearestViewportElement; 83 final SvgElement nearestViewportElement;
84 84
85 /// @domName SVGLocatable.getBBox; @docsEditable true 85 /// @domName SVGLocatable.getBBox; @docsEditable true
86 Rect getBBox() native; 86 Rect getBBox() native;
87 87
88 /// @domName SVGLocatable.getCTM; @docsEditable true 88 /// @domName SVGLocatable.getCTM; @docsEditable true
89 @JSName('getCTM') 89 Matrix getCtm() native "getCTM";
90 Matrix getCtm() native;
91 90
92 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 91 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
93 @JSName('getScreenCTM') 92 Matrix getScreenCtm() native "getScreenCTM";
94 Matrix getScreenCtm() native;
95 93
96 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 94 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
97 Matrix getTransformToElement(SvgElement element) native; 95 Matrix getTransformToElement(SvgElement element) native;
98 96
99 // From SVGStylable 97 // From SVGStylable
100 98
101 // Shadowing definition.
102 /// @domName SVGStylable.className; @docsEditable true 99 /// @domName SVGStylable.className; @docsEditable true
103 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 100 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
104 101
105 // Use implementation from Element. 102 // Use implementation from Element.
106 // final CSSStyleDeclaration style; 103 // final CSSStyleDeclaration style;
107 104
108 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 105 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
109 CSSValue getPresentationAttribute(String name) native; 106 CSSValue getPresentationAttribute(String name) native;
110 107
111 // From SVGTests 108 // From SVGTests
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 755 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
759 final SvgElement farthestViewportElement; 756 final SvgElement farthestViewportElement;
760 757
761 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 758 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
762 final SvgElement nearestViewportElement; 759 final SvgElement nearestViewportElement;
763 760
764 /// @domName SVGLocatable.getBBox; @docsEditable true 761 /// @domName SVGLocatable.getBBox; @docsEditable true
765 Rect getBBox() native; 762 Rect getBBox() native;
766 763
767 /// @domName SVGLocatable.getCTM; @docsEditable true 764 /// @domName SVGLocatable.getCTM; @docsEditable true
768 @JSName('getCTM') 765 Matrix getCtm() native "getCTM";
769 Matrix getCtm() native;
770 766
771 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 767 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
772 @JSName('getScreenCTM') 768 Matrix getScreenCtm() native "getScreenCTM";
773 Matrix getScreenCtm() native;
774 769
775 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 770 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
776 Matrix getTransformToElement(SvgElement element) native; 771 Matrix getTransformToElement(SvgElement element) native;
777 772
778 // From SVGStylable 773 // From SVGStylable
779 774
780 // Shadowing definition.
781 /// @domName SVGStylable.className; @docsEditable true 775 /// @domName SVGStylable.className; @docsEditable true
782 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 776 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
783 777
784 // Use implementation from Element. 778 // Use implementation from Element.
785 // final CSSStyleDeclaration style; 779 // final CSSStyleDeclaration style;
786 780
787 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 781 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
788 CSSValue getPresentationAttribute(String name) native; 782 CSSValue getPresentationAttribute(String name) native;
789 783
790 // From SVGTests 784 // From SVGTests
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 831 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
838 final SvgElement farthestViewportElement; 832 final SvgElement farthestViewportElement;
839 833
840 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 834 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
841 final SvgElement nearestViewportElement; 835 final SvgElement nearestViewportElement;
842 836
843 /// @domName SVGLocatable.getBBox; @docsEditable true 837 /// @domName SVGLocatable.getBBox; @docsEditable true
844 Rect getBBox() native; 838 Rect getBBox() native;
845 839
846 /// @domName SVGLocatable.getCTM; @docsEditable true 840 /// @domName SVGLocatable.getCTM; @docsEditable true
847 @JSName('getCTM') 841 Matrix getCtm() native "getCTM";
848 Matrix getCtm() native;
849 842
850 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 843 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
851 @JSName('getScreenCTM') 844 Matrix getScreenCtm() native "getScreenCTM";
852 Matrix getScreenCtm() native;
853 845
854 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 846 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
855 Matrix getTransformToElement(SvgElement element) native; 847 Matrix getTransformToElement(SvgElement element) native;
856 848
857 // From SVGStylable 849 // From SVGStylable
858 850
859 // Shadowing definition.
860 /// @domName SVGStylable.className; @docsEditable true 851 /// @domName SVGStylable.className; @docsEditable true
861 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 852 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
862 853
863 // Use implementation from Element. 854 // Use implementation from Element.
864 // final CSSStyleDeclaration style; 855 // final CSSStyleDeclaration style;
865 856
866 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 857 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
867 CSSValue getPresentationAttribute(String name) native; 858 CSSValue getPresentationAttribute(String name) native;
868 859
869 // From SVGTests 860 // From SVGTests
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 /// @domName SVGColor.colorType; @docsEditable true 895 /// @domName SVGColor.colorType; @docsEditable true
905 final int colorType; 896 final int colorType;
906 897
907 /// @domName SVGColor.rgbColor; @docsEditable true 898 /// @domName SVGColor.rgbColor; @docsEditable true
908 final RGBColor rgbColor; 899 final RGBColor rgbColor;
909 900
910 /// @domName SVGColor.setColor; @docsEditable true 901 /// @domName SVGColor.setColor; @docsEditable true
911 void setColor(int colorType, String rgbColor, String iccColor) native; 902 void setColor(int colorType, String rgbColor, String iccColor) native;
912 903
913 /// @domName SVGColor.setRGBColor; @docsEditable true 904 /// @domName SVGColor.setRGBColor; @docsEditable true
914 @JSName('setRGBColor') 905 void setRgbColor(String rgbColor) native "setRGBColor";
915 void setRgbColor(String rgbColor) native;
916 906
917 /// @domName SVGColor.setRGBColorICCColor; @docsEditable true 907 /// @domName SVGColor.setRGBColorICCColor; @docsEditable true
918 @JSName('setRGBColorICCColor') 908 void setRgbColorIccColor(String rgbColor, String iccColor) native "setRGBColor ICCColor";
919 void setRgbColorIccColor(String rgbColor, String iccColor) native;
920 } 909 }
921 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 910 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
922 // for details. All rights reserved. Use of this source code is governed by a 911 // for details. All rights reserved. Use of this source code is governed by a
923 // BSD-style license that can be found in the LICENSE file. 912 // BSD-style license that can be found in the LICENSE file.
924 913
925 914
926 /// @domName SVGComponentTransferFunctionElement; @docsEditable true 915 /// @domName SVGComponentTransferFunctionElement; @docsEditable true
927 class ComponentTransferFunctionElement extends SvgElement native "*SVGComponentT ransferFunctionElement" { 916 class ComponentTransferFunctionElement extends SvgElement native "*SVGComponentT ransferFunctionElement" {
928 917
929 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; 918 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3;
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 1016 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
1028 final SvgElement farthestViewportElement; 1017 final SvgElement farthestViewportElement;
1029 1018
1030 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 1019 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
1031 final SvgElement nearestViewportElement; 1020 final SvgElement nearestViewportElement;
1032 1021
1033 /// @domName SVGLocatable.getBBox; @docsEditable true 1022 /// @domName SVGLocatable.getBBox; @docsEditable true
1034 Rect getBBox() native; 1023 Rect getBBox() native;
1035 1024
1036 /// @domName SVGLocatable.getCTM; @docsEditable true 1025 /// @domName SVGLocatable.getCTM; @docsEditable true
1037 @JSName('getCTM') 1026 Matrix getCtm() native "getCTM";
1038 Matrix getCtm() native;
1039 1027
1040 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 1028 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
1041 @JSName('getScreenCTM') 1029 Matrix getScreenCtm() native "getScreenCTM";
1042 Matrix getScreenCtm() native;
1043 1030
1044 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 1031 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
1045 Matrix getTransformToElement(SvgElement element) native; 1032 Matrix getTransformToElement(SvgElement element) native;
1046 1033
1047 // From SVGStylable 1034 // From SVGStylable
1048 1035
1049 // Shadowing definition.
1050 /// @domName SVGStylable.className; @docsEditable true 1036 /// @domName SVGStylable.className; @docsEditable true
1051 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1037 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1052 1038
1053 // Use implementation from Element. 1039 // Use implementation from Element.
1054 // final CSSStyleDeclaration style; 1040 // final CSSStyleDeclaration style;
1055 1041
1056 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1042 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1057 CSSValue getPresentationAttribute(String name) native; 1043 CSSValue getPresentationAttribute(String name) native;
1058 1044
1059 // From SVGTests 1045 // From SVGTests
(...skipping 28 matching lines...) Expand all
1088 // From SVGLangSpace 1074 // From SVGLangSpace
1089 1075
1090 /// @domName SVGLangSpace.xmllang; @docsEditable true 1076 /// @domName SVGLangSpace.xmllang; @docsEditable true
1091 String xmllang; 1077 String xmllang;
1092 1078
1093 /// @domName SVGLangSpace.xmlspace; @docsEditable true 1079 /// @domName SVGLangSpace.xmlspace; @docsEditable true
1094 String xmlspace; 1080 String xmlspace;
1095 1081
1096 // From SVGStylable 1082 // From SVGStylable
1097 1083
1098 // Shadowing definition.
1099 /// @domName SVGStylable.className; @docsEditable true 1084 /// @domName SVGStylable.className; @docsEditable true
1100 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1085 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1101 1086
1102 // Use implementation from Element. 1087 // Use implementation from Element.
1103 // final CSSStyleDeclaration style; 1088 // final CSSStyleDeclaration style;
1104 1089
1105 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1090 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1106 CSSValue getPresentationAttribute(String name) native; 1091 CSSValue getPresentationAttribute(String name) native;
1107 } 1092 }
1108 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 1251 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
1267 final SvgElement farthestViewportElement; 1252 final SvgElement farthestViewportElement;
1268 1253
1269 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 1254 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
1270 final SvgElement nearestViewportElement; 1255 final SvgElement nearestViewportElement;
1271 1256
1272 /// @domName SVGLocatable.getBBox; @docsEditable true 1257 /// @domName SVGLocatable.getBBox; @docsEditable true
1273 Rect getBBox() native; 1258 Rect getBBox() native;
1274 1259
1275 /// @domName SVGLocatable.getCTM; @docsEditable true 1260 /// @domName SVGLocatable.getCTM; @docsEditable true
1276 @JSName('getCTM') 1261 Matrix getCtm() native "getCTM";
1277 Matrix getCtm() native;
1278 1262
1279 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 1263 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
1280 @JSName('getScreenCTM') 1264 Matrix getScreenCtm() native "getScreenCTM";
1281 Matrix getScreenCtm() native;
1282 1265
1283 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 1266 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
1284 Matrix getTransformToElement(SvgElement element) native; 1267 Matrix getTransformToElement(SvgElement element) native;
1285 1268
1286 // From SVGStylable 1269 // From SVGStylable
1287 1270
1288 // Shadowing definition.
1289 /// @domName SVGStylable.className; @docsEditable true 1271 /// @domName SVGStylable.className; @docsEditable true
1290 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1272 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1291 1273
1292 // Use implementation from Element. 1274 // Use implementation from Element.
1293 // final CSSStyleDeclaration style; 1275 // final CSSStyleDeclaration style;
1294 1276
1295 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1277 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1296 CSSValue getPresentationAttribute(String name) native; 1278 CSSValue getPresentationAttribute(String name) native;
1297 1279
1298 // From SVGTests 1280 // From SVGTests
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 final AnimatedLength width; 1347 final AnimatedLength width;
1366 1348
1367 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1349 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1368 final AnimatedLength x; 1350 final AnimatedLength x;
1369 1351
1370 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1352 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1371 final AnimatedLength y; 1353 final AnimatedLength y;
1372 1354
1373 // From SVGStylable 1355 // From SVGStylable
1374 1356
1375 // Shadowing definition.
1376 /// @domName SVGStylable.className; @docsEditable true 1357 /// @domName SVGStylable.className; @docsEditable true
1377 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1358 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1378 1359
1379 // Use implementation from Element. 1360 // Use implementation from Element.
1380 // final CSSStyleDeclaration style; 1361 // final CSSStyleDeclaration style;
1381 1362
1382 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1363 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1383 CSSValue getPresentationAttribute(String name) native; 1364 CSSValue getPresentationAttribute(String name) native;
1384 } 1365 }
1385 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1366 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 final AnimatedLength width; 1402 final AnimatedLength width;
1422 1403
1423 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1404 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1424 final AnimatedLength x; 1405 final AnimatedLength x;
1425 1406
1426 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1407 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1427 final AnimatedLength y; 1408 final AnimatedLength y;
1428 1409
1429 // From SVGStylable 1410 // From SVGStylable
1430 1411
1431 // Shadowing definition.
1432 /// @domName SVGStylable.className; @docsEditable true 1412 /// @domName SVGStylable.className; @docsEditable true
1433 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1413 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1434 1414
1435 // Use implementation from Element. 1415 // Use implementation from Element.
1436 // final CSSStyleDeclaration style; 1416 // final CSSStyleDeclaration style;
1437 1417
1438 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1418 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1439 CSSValue getPresentationAttribute(String name) native; 1419 CSSValue getPresentationAttribute(String name) native;
1440 } 1420 }
1441 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1421 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 19 matching lines...) Expand all
1461 final AnimatedLength width; 1441 final AnimatedLength width;
1462 1442
1463 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1443 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1464 final AnimatedLength x; 1444 final AnimatedLength x;
1465 1445
1466 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1446 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1467 final AnimatedLength y; 1447 final AnimatedLength y;
1468 1448
1469 // From SVGStylable 1449 // From SVGStylable
1470 1450
1471 // Shadowing definition.
1472 /// @domName SVGStylable.className; @docsEditable true 1451 /// @domName SVGStylable.className; @docsEditable true
1473 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1452 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1474 1453
1475 // Use implementation from Element. 1454 // Use implementation from Element.
1476 // final CSSStyleDeclaration style; 1455 // final CSSStyleDeclaration style;
1477 1456
1478 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1457 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1479 CSSValue getPresentationAttribute(String name) native; 1458 CSSValue getPresentationAttribute(String name) native;
1480 } 1459 }
1481 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 final AnimatedLength width; 1512 final AnimatedLength width;
1534 1513
1535 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1514 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1536 final AnimatedLength x; 1515 final AnimatedLength x;
1537 1516
1538 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1517 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1539 final AnimatedLength y; 1518 final AnimatedLength y;
1540 1519
1541 // From SVGStylable 1520 // From SVGStylable
1542 1521
1543 // Shadowing definition.
1544 /// @domName SVGStylable.className; @docsEditable true 1522 /// @domName SVGStylable.className; @docsEditable true
1545 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1523 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1546 1524
1547 // Use implementation from Element. 1525 // Use implementation from Element.
1548 // final CSSStyleDeclaration style; 1526 // final CSSStyleDeclaration style;
1549 1527
1550 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1528 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1551 CSSValue getPresentationAttribute(String name) native; 1529 CSSValue getPresentationAttribute(String name) native;
1552 } 1530 }
1553 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1531 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1614 final AnimatedLength width; 1592 final AnimatedLength width;
1615 1593
1616 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1594 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1617 final AnimatedLength x; 1595 final AnimatedLength x;
1618 1596
1619 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1597 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1620 final AnimatedLength y; 1598 final AnimatedLength y;
1621 1599
1622 // From SVGStylable 1600 // From SVGStylable
1623 1601
1624 // Shadowing definition.
1625 /// @domName SVGStylable.className; @docsEditable true 1602 /// @domName SVGStylable.className; @docsEditable true
1626 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1603 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1627 1604
1628 // Use implementation from Element. 1605 // Use implementation from Element.
1629 // final CSSStyleDeclaration style; 1606 // final CSSStyleDeclaration style;
1630 1607
1631 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1608 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1632 CSSValue getPresentationAttribute(String name) native; 1609 CSSValue getPresentationAttribute(String name) native;
1633 } 1610 }
1634 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 final AnimatedLength width; 1643 final AnimatedLength width;
1667 1644
1668 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1645 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1669 final AnimatedLength x; 1646 final AnimatedLength x;
1670 1647
1671 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1648 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1672 final AnimatedLength y; 1649 final AnimatedLength y;
1673 1650
1674 // From SVGStylable 1651 // From SVGStylable
1675 1652
1676 // Shadowing definition.
1677 /// @domName SVGStylable.className; @docsEditable true 1653 /// @domName SVGStylable.className; @docsEditable true
1678 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1654 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1679 1655
1680 // Use implementation from Element. 1656 // Use implementation from Element.
1681 // final CSSStyleDeclaration style; 1657 // final CSSStyleDeclaration style;
1682 1658
1683 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1659 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1684 CSSValue getPresentationAttribute(String name) native; 1660 CSSValue getPresentationAttribute(String name) native;
1685 } 1661 }
1686 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1662 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 final AnimatedLength width; 1704 final AnimatedLength width;
1729 1705
1730 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1706 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1731 final AnimatedLength x; 1707 final AnimatedLength x;
1732 1708
1733 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1709 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1734 final AnimatedLength y; 1710 final AnimatedLength y;
1735 1711
1736 // From SVGStylable 1712 // From SVGStylable
1737 1713
1738 // Shadowing definition.
1739 /// @domName SVGStylable.className; @docsEditable true 1714 /// @domName SVGStylable.className; @docsEditable true
1740 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1715 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1741 1716
1742 // Use implementation from Element. 1717 // Use implementation from Element.
1743 // final CSSStyleDeclaration style; 1718 // final CSSStyleDeclaration style;
1744 1719
1745 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1720 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1746 CSSValue getPresentationAttribute(String name) native; 1721 CSSValue getPresentationAttribute(String name) native;
1747 } 1722 }
1748 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1723 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 final AnimatedLength width; 1772 final AnimatedLength width;
1798 1773
1799 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1774 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1800 final AnimatedLength x; 1775 final AnimatedLength x;
1801 1776
1802 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1777 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1803 final AnimatedLength y; 1778 final AnimatedLength y;
1804 1779
1805 // From SVGStylable 1780 // From SVGStylable
1806 1781
1807 // Shadowing definition.
1808 /// @domName SVGStylable.className; @docsEditable true 1782 /// @domName SVGStylable.className; @docsEditable true
1809 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1783 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1810 1784
1811 // Use implementation from Element. 1785 // Use implementation from Element.
1812 // final CSSStyleDeclaration style; 1786 // final CSSStyleDeclaration style;
1813 1787
1814 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1788 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1815 CSSValue getPresentationAttribute(String name) native; 1789 CSSValue getPresentationAttribute(String name) native;
1816 } 1790 }
1817 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1791 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 16 matching lines...) Expand all
1834 final AnimatedLength width; 1808 final AnimatedLength width;
1835 1809
1836 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1810 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1837 final AnimatedLength x; 1811 final AnimatedLength x;
1838 1812
1839 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1813 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1840 final AnimatedLength y; 1814 final AnimatedLength y;
1841 1815
1842 // From SVGStylable 1816 // From SVGStylable
1843 1817
1844 // Shadowing definition.
1845 /// @domName SVGStylable.className; @docsEditable true 1818 /// @domName SVGStylable.className; @docsEditable true
1846 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1819 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1847 1820
1848 // Use implementation from Element. 1821 // Use implementation from Element.
1849 // final CSSStyleDeclaration style; 1822 // final CSSStyleDeclaration style;
1850 1823
1851 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1824 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1852 CSSValue getPresentationAttribute(String name) native; 1825 CSSValue getPresentationAttribute(String name) native;
1853 } 1826 }
1854 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1827 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 final AnimatedLength width; 1888 final AnimatedLength width;
1916 1889
1917 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1890 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1918 final AnimatedLength x; 1891 final AnimatedLength x;
1919 1892
1920 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1893 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1921 final AnimatedLength y; 1894 final AnimatedLength y;
1922 1895
1923 // From SVGStylable 1896 // From SVGStylable
1924 1897
1925 // Shadowing definition.
1926 /// @domName SVGStylable.className; @docsEditable true 1898 /// @domName SVGStylable.className; @docsEditable true
1927 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1899 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1928 1900
1929 // Use implementation from Element. 1901 // Use implementation from Element.
1930 // final CSSStyleDeclaration style; 1902 // final CSSStyleDeclaration style;
1931 1903
1932 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1904 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1933 CSSValue getPresentationAttribute(String name) native; 1905 CSSValue getPresentationAttribute(String name) native;
1934 } 1906 }
1935 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1907 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 // From SVGLangSpace 1940 // From SVGLangSpace
1969 1941
1970 /// @domName SVGLangSpace.xmllang; @docsEditable true 1942 /// @domName SVGLangSpace.xmllang; @docsEditable true
1971 String xmllang; 1943 String xmllang;
1972 1944
1973 /// @domName SVGLangSpace.xmlspace; @docsEditable true 1945 /// @domName SVGLangSpace.xmlspace; @docsEditable true
1974 String xmlspace; 1946 String xmlspace;
1975 1947
1976 // From SVGStylable 1948 // From SVGStylable
1977 1949
1978 // Shadowing definition.
1979 /// @domName SVGStylable.className; @docsEditable true 1950 /// @domName SVGStylable.className; @docsEditable true
1980 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1951 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1981 1952
1982 // Use implementation from Element. 1953 // Use implementation from Element.
1983 // final CSSStyleDeclaration style; 1954 // final CSSStyleDeclaration style;
1984 1955
1985 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1956 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1986 CSSValue getPresentationAttribute(String name) native; 1957 CSSValue getPresentationAttribute(String name) native;
1987 1958
1988 // From SVGURIReference 1959 // From SVGURIReference
(...skipping 21 matching lines...) Expand all
2010 final AnimatedLength width; 1981 final AnimatedLength width;
2011 1982
2012 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1983 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2013 final AnimatedLength x; 1984 final AnimatedLength x;
2014 1985
2015 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1986 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2016 final AnimatedLength y; 1987 final AnimatedLength y;
2017 1988
2018 // From SVGStylable 1989 // From SVGStylable
2019 1990
2020 // Shadowing definition.
2021 /// @domName SVGStylable.className; @docsEditable true 1991 /// @domName SVGStylable.className; @docsEditable true
2022 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1992 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2023 1993
2024 // Use implementation from Element. 1994 // Use implementation from Element.
2025 // final CSSStyleDeclaration style; 1995 // final CSSStyleDeclaration style;
2026 1996
2027 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1997 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2028 CSSValue getPresentationAttribute(String name) native; 1998 CSSValue getPresentationAttribute(String name) native;
2029 } 1999 }
2030 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2000 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 final AnimatedLength width; 2049 final AnimatedLength width;
2080 2050
2081 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2051 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2082 final AnimatedLength x; 2052 final AnimatedLength x;
2083 2053
2084 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2054 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2085 final AnimatedLength y; 2055 final AnimatedLength y;
2086 2056
2087 // From SVGStylable 2057 // From SVGStylable
2088 2058
2089 // Shadowing definition.
2090 /// @domName SVGStylable.className; @docsEditable true 2059 /// @domName SVGStylable.className; @docsEditable true
2091 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2060 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2092 2061
2093 // Use implementation from Element. 2062 // Use implementation from Element.
2094 // final CSSStyleDeclaration style; 2063 // final CSSStyleDeclaration style;
2095 2064
2096 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2065 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2097 CSSValue getPresentationAttribute(String name) native; 2066 CSSValue getPresentationAttribute(String name) native;
2098 } 2067 }
2099 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2068 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 25 matching lines...) Expand all
2125 final AnimatedLength width; 2094 final AnimatedLength width;
2126 2095
2127 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2096 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2128 final AnimatedLength x; 2097 final AnimatedLength x;
2129 2098
2130 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2099 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2131 final AnimatedLength y; 2100 final AnimatedLength y;
2132 2101
2133 // From SVGStylable 2102 // From SVGStylable
2134 2103
2135 // Shadowing definition.
2136 /// @domName SVGStylable.className; @docsEditable true 2104 /// @domName SVGStylable.className; @docsEditable true
2137 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2105 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2138 2106
2139 // Use implementation from Element. 2107 // Use implementation from Element.
2140 // final CSSStyleDeclaration style; 2108 // final CSSStyleDeclaration style;
2141 2109
2142 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2110 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2143 CSSValue getPresentationAttribute(String name) native; 2111 CSSValue getPresentationAttribute(String name) native;
2144 } 2112 }
2145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2113 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 final AnimatedLength width; 2159 final AnimatedLength width;
2192 2160
2193 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2161 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2194 final AnimatedLength x; 2162 final AnimatedLength x;
2195 2163
2196 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2164 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2197 final AnimatedLength y; 2165 final AnimatedLength y;
2198 2166
2199 // From SVGStylable 2167 // From SVGStylable
2200 2168
2201 // Shadowing definition.
2202 /// @domName SVGStylable.className; @docsEditable true 2169 /// @domName SVGStylable.className; @docsEditable true
2203 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2170 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2204 2171
2205 // Use implementation from Element. 2172 // Use implementation from Element.
2206 // final CSSStyleDeclaration style; 2173 // final CSSStyleDeclaration style;
2207 2174
2208 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2175 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2209 CSSValue getPresentationAttribute(String name) native; 2176 CSSValue getPresentationAttribute(String name) native;
2210 } 2177 }
2211 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
2263 final AnimatedLength width; 2230 final AnimatedLength width;
2264 2231
2265 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2232 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2266 final AnimatedLength x; 2233 final AnimatedLength x;
2267 2234
2268 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2235 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2269 final AnimatedLength y; 2236 final AnimatedLength y;
2270 2237
2271 // From SVGStylable 2238 // From SVGStylable
2272 2239
2273 // Shadowing definition.
2274 /// @domName SVGStylable.className; @docsEditable true 2240 /// @domName SVGStylable.className; @docsEditable true
2275 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2241 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2276 2242
2277 // Use implementation from Element. 2243 // Use implementation from Element.
2278 // final CSSStyleDeclaration style; 2244 // final CSSStyleDeclaration style;
2279 2245
2280 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2246 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2281 CSSValue getPresentationAttribute(String name) native; 2247 CSSValue getPresentationAttribute(String name) native;
2282 } 2248 }
2283 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2249 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2330 final AnimatedLength width; 2296 final AnimatedLength width;
2331 2297
2332 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2298 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2333 final AnimatedLength x; 2299 final AnimatedLength x;
2334 2300
2335 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2301 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2336 final AnimatedLength y; 2302 final AnimatedLength y;
2337 2303
2338 // From SVGStylable 2304 // From SVGStylable
2339 2305
2340 // Shadowing definition.
2341 /// @domName SVGStylable.className; @docsEditable true 2306 /// @domName SVGStylable.className; @docsEditable true
2342 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2307 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2343 2308
2344 // Use implementation from Element. 2309 // Use implementation from Element.
2345 // final CSSStyleDeclaration style; 2310 // final CSSStyleDeclaration style;
2346 2311
2347 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2312 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2348 CSSValue getPresentationAttribute(String name) native; 2313 CSSValue getPresentationAttribute(String name) native;
2349 } 2314 }
2350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2315 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2392 // From SVGLangSpace 2357 // From SVGLangSpace
2393 2358
2394 /// @domName SVGLangSpace.xmllang; @docsEditable true 2359 /// @domName SVGLangSpace.xmllang; @docsEditable true
2395 String xmllang; 2360 String xmllang;
2396 2361
2397 /// @domName SVGLangSpace.xmlspace; @docsEditable true 2362 /// @domName SVGLangSpace.xmlspace; @docsEditable true
2398 String xmlspace; 2363 String xmlspace;
2399 2364
2400 // From SVGStylable 2365 // From SVGStylable
2401 2366
2402 // Shadowing definition.
2403 /// @domName SVGStylable.className; @docsEditable true 2367 /// @domName SVGStylable.className; @docsEditable true
2404 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2368 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2405 2369
2406 // Use implementation from Element. 2370 // Use implementation from Element.
2407 // final CSSStyleDeclaration style; 2371 // final CSSStyleDeclaration style;
2408 2372
2409 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2373 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2410 CSSValue getPresentationAttribute(String name) native; 2374 CSSValue getPresentationAttribute(String name) native;
2411 2375
2412 // From SVGURIReference 2376 // From SVGURIReference
(...skipping 14 matching lines...) Expand all
2427 AnimatedString result; 2391 AnimatedString result;
2428 2392
2429 AnimatedLength width; 2393 AnimatedLength width;
2430 2394
2431 AnimatedLength x; 2395 AnimatedLength x;
2432 2396
2433 AnimatedLength y; 2397 AnimatedLength y;
2434 2398
2435 // From SVGStylable 2399 // From SVGStylable
2436 2400
2437 AnimatedString $dom_svgClassName; 2401 AnimatedString className;
2438 2402
2439 CSSStyleDeclaration style; 2403 CSSStyleDeclaration style;
2440 2404
2441 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2405 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2442 CSSValue getPresentationAttribute(String name); 2406 CSSValue getPresentationAttribute(String name);
2443 } 2407 }
2444 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2408 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2445 // for details. All rights reserved. Use of this source code is governed by a 2409 // for details. All rights reserved. Use of this source code is governed by a
2446 // BSD-style license that can be found in the LICENSE file. 2410 // BSD-style license that can be found in the LICENSE file.
2447 2411
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 2517 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
2554 final SvgElement farthestViewportElement; 2518 final SvgElement farthestViewportElement;
2555 2519
2556 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 2520 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
2557 final SvgElement nearestViewportElement; 2521 final SvgElement nearestViewportElement;
2558 2522
2559 /// @domName SVGLocatable.getBBox; @docsEditable true 2523 /// @domName SVGLocatable.getBBox; @docsEditable true
2560 Rect getBBox() native; 2524 Rect getBBox() native;
2561 2525
2562 /// @domName SVGLocatable.getCTM; @docsEditable true 2526 /// @domName SVGLocatable.getCTM; @docsEditable true
2563 @JSName('getCTM') 2527 Matrix getCtm() native "getCTM";
2564 Matrix getCtm() native;
2565 2528
2566 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 2529 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
2567 @JSName('getScreenCTM') 2530 Matrix getScreenCtm() native "getScreenCTM";
2568 Matrix getScreenCtm() native;
2569 2531
2570 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2532 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2571 Matrix getTransformToElement(SvgElement element) native; 2533 Matrix getTransformToElement(SvgElement element) native;
2572 2534
2573 // From SVGStylable 2535 // From SVGStylable
2574 2536
2575 // Shadowing definition.
2576 /// @domName SVGStylable.className; @docsEditable true 2537 /// @domName SVGStylable.className; @docsEditable true
2577 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2538 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2578 2539
2579 // Use implementation from Element. 2540 // Use implementation from Element.
2580 // final CSSStyleDeclaration style; 2541 // final CSSStyleDeclaration style;
2581 2542
2582 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2543 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2583 CSSValue getPresentationAttribute(String name) native; 2544 CSSValue getPresentationAttribute(String name) native;
2584 2545
2585 // From SVGTests 2546 // From SVGTests
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2629 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 2590 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
2630 final SvgElement farthestViewportElement; 2591 final SvgElement farthestViewportElement;
2631 2592
2632 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 2593 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
2633 final SvgElement nearestViewportElement; 2594 final SvgElement nearestViewportElement;
2634 2595
2635 /// @domName SVGLocatable.getBBox; @docsEditable true 2596 /// @domName SVGLocatable.getBBox; @docsEditable true
2636 Rect getBBox() native; 2597 Rect getBBox() native;
2637 2598
2638 /// @domName SVGLocatable.getCTM; @docsEditable true 2599 /// @domName SVGLocatable.getCTM; @docsEditable true
2639 @JSName('getCTM') 2600 Matrix getCtm() native "getCTM";
2640 Matrix getCtm() native;
2641 2601
2642 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 2602 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
2643 @JSName('getScreenCTM') 2603 Matrix getScreenCtm() native "getScreenCTM";
2644 Matrix getScreenCtm() native;
2645 2604
2646 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2605 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2647 Matrix getTransformToElement(SvgElement element) native; 2606 Matrix getTransformToElement(SvgElement element) native;
2648 2607
2649 // From SVGStylable 2608 // From SVGStylable
2650 2609
2651 // Shadowing definition.
2652 /// @domName SVGStylable.className; @docsEditable true 2610 /// @domName SVGStylable.className; @docsEditable true
2653 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2611 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2654 2612
2655 // Use implementation from Element. 2613 // Use implementation from Element.
2656 // final CSSStyleDeclaration style; 2614 // final CSSStyleDeclaration style;
2657 2615
2658 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2616 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2659 CSSValue getPresentationAttribute(String name) native; 2617 CSSValue getPresentationAttribute(String name) native;
2660 2618
2661 // From SVGTests 2619 // From SVGTests
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2708 String glyphRef; 2666 String glyphRef;
2709 2667
2710 /// @domName SVGGlyphRefElement.x; @docsEditable true 2668 /// @domName SVGGlyphRefElement.x; @docsEditable true
2711 num x; 2669 num x;
2712 2670
2713 /// @domName SVGGlyphRefElement.y; @docsEditable true 2671 /// @domName SVGGlyphRefElement.y; @docsEditable true
2714 num y; 2672 num y;
2715 2673
2716 // From SVGStylable 2674 // From SVGStylable
2717 2675
2718 // Shadowing definition.
2719 /// @domName SVGStylable.className; @docsEditable true 2676 /// @domName SVGStylable.className; @docsEditable true
2720 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2677 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2721 2678
2722 // Use implementation from Element. 2679 // Use implementation from Element.
2723 // final CSSStyleDeclaration style; 2680 // final CSSStyleDeclaration style;
2724 2681
2725 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2682 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2726 CSSValue getPresentationAttribute(String name) native; 2683 CSSValue getPresentationAttribute(String name) native;
2727 2684
2728 // From SVGURIReference 2685 // From SVGURIReference
(...skipping 26 matching lines...) Expand all
2755 /// @domName SVGGradientElement.spreadMethod; @docsEditable true 2712 /// @domName SVGGradientElement.spreadMethod; @docsEditable true
2756 final AnimatedEnumeration spreadMethod; 2713 final AnimatedEnumeration spreadMethod;
2757 2714
2758 // From SVGExternalResourcesRequired 2715 // From SVGExternalResourcesRequired
2759 2716
2760 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit able true 2717 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit able true
2761 final AnimatedBoolean externalResourcesRequired; 2718 final AnimatedBoolean externalResourcesRequired;
2762 2719
2763 // From SVGStylable 2720 // From SVGStylable
2764 2721
2765 // Shadowing definition.
2766 /// @domName SVGStylable.className; @docsEditable true 2722 /// @domName SVGStylable.className; @docsEditable true
2767 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2723 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2768 2724
2769 // Use implementation from Element. 2725 // Use implementation from Element.
2770 // final CSSStyleDeclaration style; 2726 // final CSSStyleDeclaration style;
2771 2727
2772 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2728 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2773 CSSValue getPresentationAttribute(String name) native; 2729 CSSValue getPresentationAttribute(String name) native;
2774 2730
2775 // From SVGURIReference 2731 // From SVGURIReference
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
2830 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 2786 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
2831 final SvgElement farthestViewportElement; 2787 final SvgElement farthestViewportElement;
2832 2788
2833 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 2789 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
2834 final SvgElement nearestViewportElement; 2790 final SvgElement nearestViewportElement;
2835 2791
2836 /// @domName SVGLocatable.getBBox; @docsEditable true 2792 /// @domName SVGLocatable.getBBox; @docsEditable true
2837 Rect getBBox() native; 2793 Rect getBBox() native;
2838 2794
2839 /// @domName SVGLocatable.getCTM; @docsEditable true 2795 /// @domName SVGLocatable.getCTM; @docsEditable true
2840 @JSName('getCTM') 2796 Matrix getCtm() native "getCTM";
2841 Matrix getCtm() native;
2842 2797
2843 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 2798 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
2844 @JSName('getScreenCTM') 2799 Matrix getScreenCtm() native "getScreenCTM";
2845 Matrix getScreenCtm() native;
2846 2800
2847 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2801 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2848 Matrix getTransformToElement(SvgElement element) native; 2802 Matrix getTransformToElement(SvgElement element) native;
2849 2803
2850 // From SVGStylable 2804 // From SVGStylable
2851 2805
2852 // Shadowing definition.
2853 /// @domName SVGStylable.className; @docsEditable true 2806 /// @domName SVGStylable.className; @docsEditable true
2854 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2807 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2855 2808
2856 // Use implementation from Element. 2809 // Use implementation from Element.
2857 // final CSSStyleDeclaration style; 2810 // final CSSStyleDeclaration style;
2858 2811
2859 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2812 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2860 CSSValue getPresentationAttribute(String name) native; 2813 CSSValue getPresentationAttribute(String name) native;
2861 2814
2862 // From SVGTests 2815 // From SVGTests
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
3100 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 3053 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
3101 final SvgElement farthestViewportElement; 3054 final SvgElement farthestViewportElement;
3102 3055
3103 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 3056 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
3104 final SvgElement nearestViewportElement; 3057 final SvgElement nearestViewportElement;
3105 3058
3106 /// @domName SVGLocatable.getBBox; @docsEditable true 3059 /// @domName SVGLocatable.getBBox; @docsEditable true
3107 Rect getBBox() native; 3060 Rect getBBox() native;
3108 3061
3109 /// @domName SVGLocatable.getCTM; @docsEditable true 3062 /// @domName SVGLocatable.getCTM; @docsEditable true
3110 @JSName('getCTM') 3063 Matrix getCtm() native "getCTM";
3111 Matrix getCtm() native;
3112 3064
3113 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 3065 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
3114 @JSName('getScreenCTM') 3066 Matrix getScreenCtm() native "getScreenCTM";
3115 Matrix getScreenCtm() native;
3116 3067
3117 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 3068 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
3118 Matrix getTransformToElement(SvgElement element) native; 3069 Matrix getTransformToElement(SvgElement element) native;
3119 3070
3120 // From SVGStylable 3071 // From SVGStylable
3121 3072
3122 // Shadowing definition.
3123 /// @domName SVGStylable.className; @docsEditable true 3073 /// @domName SVGStylable.className; @docsEditable true
3124 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3074 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3125 3075
3126 // Use implementation from Element. 3076 // Use implementation from Element.
3127 // final CSSStyleDeclaration style; 3077 // final CSSStyleDeclaration style;
3128 3078
3129 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3079 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3130 CSSValue getPresentationAttribute(String name) native; 3080 CSSValue getPresentationAttribute(String name) native;
3131 3081
3132 // From SVGTests 3082 // From SVGTests
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
3279 // From SVGLangSpace 3229 // From SVGLangSpace
3280 3230
3281 /// @domName SVGLangSpace.xmllang; @docsEditable true 3231 /// @domName SVGLangSpace.xmllang; @docsEditable true
3282 String xmllang; 3232 String xmllang;
3283 3233
3284 /// @domName SVGLangSpace.xmlspace; @docsEditable true 3234 /// @domName SVGLangSpace.xmlspace; @docsEditable true
3285 String xmlspace; 3235 String xmlspace;
3286 3236
3287 // From SVGStylable 3237 // From SVGStylable
3288 3238
3289 // Shadowing definition.
3290 /// @domName SVGStylable.className; @docsEditable true 3239 /// @domName SVGStylable.className; @docsEditable true
3291 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3240 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3292 3241
3293 // Use implementation from Element. 3242 // Use implementation from Element.
3294 // final CSSStyleDeclaration style; 3243 // final CSSStyleDeclaration style;
3295 3244
3296 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3245 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3297 CSSValue getPresentationAttribute(String name) native; 3246 CSSValue getPresentationAttribute(String name) native;
3298 } 3247 }
3299 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
3332 // From SVGLangSpace 3281 // From SVGLangSpace
3333 3282
3334 /// @domName SVGLangSpace.xmllang; @docsEditable true 3283 /// @domName SVGLangSpace.xmllang; @docsEditable true
3335 String xmllang; 3284 String xmllang;
3336 3285
3337 /// @domName SVGLangSpace.xmlspace; @docsEditable true 3286 /// @domName SVGLangSpace.xmlspace; @docsEditable true
3338 String xmlspace; 3287 String xmlspace;
3339 3288
3340 // From SVGStylable 3289 // From SVGStylable
3341 3290
3342 // Shadowing definition.
3343 /// @domName SVGStylable.className; @docsEditable true 3291 /// @domName SVGStylable.className; @docsEditable true
3344 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3292 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3345 3293
3346 // Use implementation from Element. 3294 // Use implementation from Element.
3347 // final CSSStyleDeclaration style; 3295 // final CSSStyleDeclaration style;
3348 3296
3349 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3297 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3350 CSSValue getPresentationAttribute(String name) native; 3298 CSSValue getPresentationAttribute(String name) native;
3351 3299
3352 // From SVGTests 3300 // From SVGTests
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
3625 /// @domName SVGPathElement.normalizedPathSegList; @docsEditable true 3573 /// @domName SVGPathElement.normalizedPathSegList; @docsEditable true
3626 final PathSegList normalizedPathSegList; 3574 final PathSegList normalizedPathSegList;
3627 3575
3628 /// @domName SVGPathElement.pathLength; @docsEditable true 3576 /// @domName SVGPathElement.pathLength; @docsEditable true
3629 final AnimatedNumber pathLength; 3577 final AnimatedNumber pathLength;
3630 3578
3631 /// @domName SVGPathElement.pathSegList; @docsEditable true 3579 /// @domName SVGPathElement.pathSegList; @docsEditable true
3632 final PathSegList pathSegList; 3580 final PathSegList pathSegList;
3633 3581
3634 /// @domName SVGPathElement.createSVGPathSegArcAbs; @docsEditable true 3582 /// @domName SVGPathElement.createSVGPathSegArcAbs; @docsEditable true
3635 @JSName('createSVGPathSegArcAbs') 3583 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native "createSVGPathSegArcAbs";
3636 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
3637 3584
3638 /// @domName SVGPathElement.createSVGPathSegArcRel; @docsEditable true 3585 /// @domName SVGPathElement.createSVGPathSegArcRel; @docsEditable true
3639 @JSName('createSVGPathSegArcRel') 3586 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native "createSVGPathSegArcRel";
3640 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
3641 3587
3642 /// @domName SVGPathElement.createSVGPathSegClosePath; @docsEditable true 3588 /// @domName SVGPathElement.createSVGPathSegClosePath; @docsEditable true
3643 @JSName('createSVGPathSegClosePath') 3589 PathSegClosePath createSvgPathSegClosePath() native "createSVGPathSegClosePath ";
3644 PathSegClosePath createSvgPathSegClosePath() native;
3645 3590
3646 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicAbs; @docsEditable tru e 3591 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicAbs; @docsEditable tru e
3647 @JSName('createSVGPathSegCurvetoCubicAbs') 3592 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n um y1, num x2, num y2) native "createSVGPathSegCurvetoCubicAbs";
3648 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n um y1, num x2, num y2) native;
3649 3593
3650 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicRel; @docsEditable tru e 3594 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicRel; @docsEditable tru e
3651 @JSName('createSVGPathSegCurvetoCubicRel') 3595 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n um y1, num x2, num y2) native "createSVGPathSegCurvetoCubicRel";
3652 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n um y1, num x2, num y2) native;
3653 3596
3654 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs; @docsEditab le true 3597 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs; @docsEditab le true
3655 @JSName('createSVGPathSegCurvetoCubicSmoothAbs') 3598 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native "createSVGPathSegCurvetoCubicSmoothAbs";
3656 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native;
3657 3599
3658 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel; @docsEditab le true 3600 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel; @docsEditab le true
3659 @JSName('createSVGPathSegCurvetoCubicSmoothRel') 3601 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native "createSVGPathSegCurvetoCubicSmoothRel";
3660 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native;
3661 3602
3662 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticAbs; @docsEditable true 3603 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticAbs; @docsEditable true
3663 @JSName('createSVGPathSegCurvetoQuadraticAbs') 3604 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n um x1, num y1) native "createSVGPathSegCurvetoQuadraticAbs";
3664 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n um x1, num y1) native;
3665 3605
3666 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticRel; @docsEditable true 3606 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticRel; @docsEditable true
3667 @JSName('createSVGPathSegCurvetoQuadraticRel') 3607 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n um x1, num y1) native "createSVGPathSegCurvetoQuadraticRel";
3668 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n um x1, num y1) native;
3669 3608
3670 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs; @docsEd itable true 3609 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs; @docsEd itable true
3671 @JSName('createSVGPathSegCurvetoQuadraticSmoothAbs') 3610 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) native "createSVGPathSegCurvetoQuadraticSmoothAbs";
3672 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) native;
3673 3611
3674 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel; @docsEd itable true 3612 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel; @docsEd itable true
3675 @JSName('createSVGPathSegCurvetoQuadraticSmoothRel') 3613 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) native "createSVGPathSegCurvetoQuadraticSmoothRel";
3676 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) native;
3677 3614
3678 /// @domName SVGPathElement.createSVGPathSegLinetoAbs; @docsEditable true 3615 /// @domName SVGPathElement.createSVGPathSegLinetoAbs; @docsEditable true
3679 @JSName('createSVGPathSegLinetoAbs') 3616 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "createSVGPath SegLinetoAbs";
3680 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native;
3681 3617
3682 /// @domName SVGPathElement.createSVGPathSegLinetoHorizontalAbs; @docsEditable true 3618 /// @domName SVGPathElement.createSVGPathSegLinetoHorizontalAbs; @docsEditable true
3683 @JSName('createSVGPathSegLinetoHorizontalAbs') 3619 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native " createSVGPathSegLinetoHorizontalAbs";
3684 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native;
3685 3620
3686 /// @domName SVGPathElement.createSVGPathSegLinetoHorizontalRel; @docsEditable true 3621 /// @domName SVGPathElement.createSVGPathSegLinetoHorizontalRel; @docsEditable true
3687 @JSName('createSVGPathSegLinetoHorizontalRel') 3622 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native " createSVGPathSegLinetoHorizontalRel";
3688 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native;
3689 3623
3690 /// @domName SVGPathElement.createSVGPathSegLinetoRel; @docsEditable true 3624 /// @domName SVGPathElement.createSVGPathSegLinetoRel; @docsEditable true
3691 @JSName('createSVGPathSegLinetoRel') 3625 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "createSVGPath SegLinetoRel";
3692 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native;
3693 3626
3694 /// @domName SVGPathElement.createSVGPathSegLinetoVerticalAbs; @docsEditable t rue 3627 /// @domName SVGPathElement.createSVGPathSegLinetoVerticalAbs; @docsEditable t rue
3695 @JSName('createSVGPathSegLinetoVerticalAbs') 3628 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "crea teSVGPathSegLinetoVerticalAbs";
3696 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native;
3697 3629
3698 /// @domName SVGPathElement.createSVGPathSegLinetoVerticalRel; @docsEditable t rue 3630 /// @domName SVGPathElement.createSVGPathSegLinetoVerticalRel; @docsEditable t rue
3699 @JSName('createSVGPathSegLinetoVerticalRel') 3631 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "crea teSVGPathSegLinetoVerticalRel";
3700 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native;
3701 3632
3702 /// @domName SVGPathElement.createSVGPathSegMovetoAbs; @docsEditable true 3633 /// @domName SVGPathElement.createSVGPathSegMovetoAbs; @docsEditable true
3703 @JSName('createSVGPathSegMovetoAbs') 3634 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "createSVGPath SegMovetoAbs";
3704 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native;
3705 3635
3706 /// @domName SVGPathElement.createSVGPathSegMovetoRel; @docsEditable true 3636 /// @domName SVGPathElement.createSVGPathSegMovetoRel; @docsEditable true
3707 @JSName('createSVGPathSegMovetoRel') 3637 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "createSVGPath SegMovetoRel";
3708 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native;
3709 3638
3710 /// @domName SVGPathElement.getPathSegAtLength; @docsEditable true 3639 /// @domName SVGPathElement.getPathSegAtLength; @docsEditable true
3711 int getPathSegAtLength(num distance) native; 3640 int getPathSegAtLength(num distance) native;
3712 3641
3713 /// @domName SVGPathElement.getPointAtLength; @docsEditable true 3642 /// @domName SVGPathElement.getPointAtLength; @docsEditable true
3714 Point getPointAtLength(num distance) native; 3643 Point getPointAtLength(num distance) native;
3715 3644
3716 /// @domName SVGPathElement.getTotalLength; @docsEditable true 3645 /// @domName SVGPathElement.getTotalLength; @docsEditable true
3717 num getTotalLength() native; 3646 num getTotalLength() native;
3718 3647
(...skipping 15 matching lines...) Expand all
3734 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 3663 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
3735 final SvgElement farthestViewportElement; 3664 final SvgElement farthestViewportElement;
3736 3665
3737 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 3666 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
3738 final SvgElement nearestViewportElement; 3667 final SvgElement nearestViewportElement;
3739 3668
3740 /// @domName SVGLocatable.getBBox; @docsEditable true 3669 /// @domName SVGLocatable.getBBox; @docsEditable true
3741 Rect getBBox() native; 3670 Rect getBBox() native;
3742 3671
3743 /// @domName SVGLocatable.getCTM; @docsEditable true 3672 /// @domName SVGLocatable.getCTM; @docsEditable true
3744 @JSName('getCTM') 3673 Matrix getCtm() native "getCTM";
3745 Matrix getCtm() native;
3746 3674
3747 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 3675 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
3748 @JSName('getScreenCTM') 3676 Matrix getScreenCtm() native "getScreenCTM";
3749 Matrix getScreenCtm() native;
3750 3677
3751 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 3678 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
3752 Matrix getTransformToElement(SvgElement element) native; 3679 Matrix getTransformToElement(SvgElement element) native;
3753 3680
3754 // From SVGStylable 3681 // From SVGStylable
3755 3682
3756 // Shadowing definition.
3757 /// @domName SVGStylable.className; @docsEditable true 3683 /// @domName SVGStylable.className; @docsEditable true
3758 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3684 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3759 3685
3760 // Use implementation from Element. 3686 // Use implementation from Element.
3761 // final CSSStyleDeclaration style; 3687 // final CSSStyleDeclaration style;
3762 3688
3763 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3689 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3764 CSSValue getPresentationAttribute(String name) native; 3690 CSSValue getPresentationAttribute(String name) native;
3765 3691
3766 // From SVGTests 3692 // From SVGTests
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
4326 // From SVGLangSpace 4252 // From SVGLangSpace
4327 4253
4328 /// @domName SVGLangSpace.xmllang; @docsEditable true 4254 /// @domName SVGLangSpace.xmllang; @docsEditable true
4329 String xmllang; 4255 String xmllang;
4330 4256
4331 /// @domName SVGLangSpace.xmlspace; @docsEditable true 4257 /// @domName SVGLangSpace.xmlspace; @docsEditable true
4332 String xmlspace; 4258 String xmlspace;
4333 4259
4334 // From SVGStylable 4260 // From SVGStylable
4335 4261
4336 // Shadowing definition.
4337 /// @domName SVGStylable.className; @docsEditable true 4262 /// @domName SVGStylable.className; @docsEditable true
4338 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4263 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4339 4264
4340 // Use implementation from Element. 4265 // Use implementation from Element.
4341 // final CSSStyleDeclaration style; 4266 // final CSSStyleDeclaration style;
4342 4267
4343 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4268 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4344 CSSValue getPresentationAttribute(String name) native; 4269 CSSValue getPresentationAttribute(String name) native;
4345 4270
4346 // From SVGTests 4271 // From SVGTests
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
4449 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 4374 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
4450 final SvgElement farthestViewportElement; 4375 final SvgElement farthestViewportElement;
4451 4376
4452 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 4377 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
4453 final SvgElement nearestViewportElement; 4378 final SvgElement nearestViewportElement;
4454 4379
4455 /// @domName SVGLocatable.getBBox; @docsEditable true 4380 /// @domName SVGLocatable.getBBox; @docsEditable true
4456 Rect getBBox() native; 4381 Rect getBBox() native;
4457 4382
4458 /// @domName SVGLocatable.getCTM; @docsEditable true 4383 /// @domName SVGLocatable.getCTM; @docsEditable true
4459 @JSName('getCTM') 4384 Matrix getCtm() native "getCTM";
4460 Matrix getCtm() native;
4461 4385
4462 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 4386 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
4463 @JSName('getScreenCTM') 4387 Matrix getScreenCtm() native "getScreenCTM";
4464 Matrix getScreenCtm() native;
4465 4388
4466 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4389 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4467 Matrix getTransformToElement(SvgElement element) native; 4390 Matrix getTransformToElement(SvgElement element) native;
4468 4391
4469 // From SVGStylable 4392 // From SVGStylable
4470 4393
4471 // Shadowing definition.
4472 /// @domName SVGStylable.className; @docsEditable true 4394 /// @domName SVGStylable.className; @docsEditable true
4473 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4395 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4474 4396
4475 // Use implementation from Element. 4397 // Use implementation from Element.
4476 // final CSSStyleDeclaration style; 4398 // final CSSStyleDeclaration style;
4477 4399
4478 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4400 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4479 CSSValue getPresentationAttribute(String name) native; 4401 CSSValue getPresentationAttribute(String name) native;
4480 4402
4481 // From SVGTests 4403 // From SVGTests
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
4531 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 4453 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
4532 final SvgElement farthestViewportElement; 4454 final SvgElement farthestViewportElement;
4533 4455
4534 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 4456 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
4535 final SvgElement nearestViewportElement; 4457 final SvgElement nearestViewportElement;
4536 4458
4537 /// @domName SVGLocatable.getBBox; @docsEditable true 4459 /// @domName SVGLocatable.getBBox; @docsEditable true
4538 Rect getBBox() native; 4460 Rect getBBox() native;
4539 4461
4540 /// @domName SVGLocatable.getCTM; @docsEditable true 4462 /// @domName SVGLocatable.getCTM; @docsEditable true
4541 @JSName('getCTM') 4463 Matrix getCtm() native "getCTM";
4542 Matrix getCtm() native;
4543 4464
4544 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 4465 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
4545 @JSName('getScreenCTM') 4466 Matrix getScreenCtm() native "getScreenCTM";
4546 Matrix getScreenCtm() native;
4547 4467
4548 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4468 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4549 Matrix getTransformToElement(SvgElement element) native; 4469 Matrix getTransformToElement(SvgElement element) native;
4550 4470
4551 // From SVGStylable 4471 // From SVGStylable
4552 4472
4553 // Shadowing definition.
4554 /// @domName SVGStylable.className; @docsEditable true 4473 /// @domName SVGStylable.className; @docsEditable true
4555 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4474 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4556 4475
4557 // Use implementation from Element. 4476 // Use implementation from Element.
4558 // final CSSStyleDeclaration style; 4477 // final CSSStyleDeclaration style;
4559 4478
4560 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4479 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4561 CSSValue getPresentationAttribute(String name) native; 4480 CSSValue getPresentationAttribute(String name) native;
4562 4481
4563 // From SVGTests 4482 // From SVGTests
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4715 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 4634 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
4716 final SvgElement farthestViewportElement; 4635 final SvgElement farthestViewportElement;
4717 4636
4718 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 4637 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
4719 final SvgElement nearestViewportElement; 4638 final SvgElement nearestViewportElement;
4720 4639
4721 /// @domName SVGLocatable.getBBox; @docsEditable true 4640 /// @domName SVGLocatable.getBBox; @docsEditable true
4722 Rect getBBox() native; 4641 Rect getBBox() native;
4723 4642
4724 /// @domName SVGLocatable.getCTM; @docsEditable true 4643 /// @domName SVGLocatable.getCTM; @docsEditable true
4725 @JSName('getCTM') 4644 Matrix getCtm() native "getCTM";
4726 Matrix getCtm() native;
4727 4645
4728 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 4646 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
4729 @JSName('getScreenCTM') 4647 Matrix getScreenCtm() native "getScreenCTM";
4730 Matrix getScreenCtm() native;
4731 4648
4732 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4649 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4733 Matrix getTransformToElement(SvgElement element) native; 4650 Matrix getTransformToElement(SvgElement element) native;
4734 4651
4735 // From SVGStylable 4652 // From SVGStylable
4736 4653
4737 // Shadowing definition.
4738 /// @domName SVGStylable.className; @docsEditable true 4654 /// @domName SVGStylable.className; @docsEditable true
4739 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4655 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4740 4656
4741 // Use implementation from Element. 4657 // Use implementation from Element.
4742 // final CSSStyleDeclaration style; 4658 // final CSSStyleDeclaration style;
4743 4659
4744 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4660 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4745 CSSValue getPresentationAttribute(String name) native; 4661 CSSValue getPresentationAttribute(String name) native;
4746 4662
4747 // From SVGTests 4663 // From SVGTests
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
4824 /// @domName SVGStopElement; @docsEditable true 4740 /// @domName SVGStopElement; @docsEditable true
4825 class StopElement extends SvgElement implements Stylable native "*SVGStopElement " { 4741 class StopElement extends SvgElement implements Stylable native "*SVGStopElement " {
4826 4742
4827 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 4743 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
4828 4744
4829 /// @domName SVGStopElement.offset; @docsEditable true 4745 /// @domName SVGStopElement.offset; @docsEditable true
4830 final AnimatedNumber offset; 4746 final AnimatedNumber offset;
4831 4747
4832 // From SVGStylable 4748 // From SVGStylable
4833 4749
4834 // Shadowing definition.
4835 /// @domName SVGStylable.className; @docsEditable true 4750 /// @domName SVGStylable.className; @docsEditable true
4836 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4751 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4837 4752
4838 // Use implementation from Element. 4753 // Use implementation from Element.
4839 // final CSSStyleDeclaration style; 4754 // final CSSStyleDeclaration style;
4840 4755
4841 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4756 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4842 CSSValue getPresentationAttribute(String name) native; 4757 CSSValue getPresentationAttribute(String name) native;
4843 } 4758 }
4844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4759 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
4959 String replaceItem(String item, int index) native; 4874 String replaceItem(String item, int index) native;
4960 } 4875 }
4961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4876 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4962 // for details. All rights reserved. Use of this source code is governed by a 4877 // for details. All rights reserved. Use of this source code is governed by a
4963 // BSD-style license that can be found in the LICENSE file. 4878 // BSD-style license that can be found in the LICENSE file.
4964 4879
4965 4880
4966 /// @domName SVGStylable 4881 /// @domName SVGStylable
4967 abstract class Stylable { 4882 abstract class Stylable {
4968 4883
4969 AnimatedString $dom_svgClassName; 4884 AnimatedString className;
4970 4885
4971 CSSStyleDeclaration style; 4886 CSSStyleDeclaration style;
4972 4887
4973 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4888 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4974 CSSValue getPresentationAttribute(String name); 4889 CSSValue getPresentationAttribute(String name);
4975 } 4890 }
4976 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4977 // for details. All rights reserved. Use of this source code is governed by a 4892 // for details. All rights reserved. Use of this source code is governed by a
4978 // BSD-style license that can be found in the LICENSE file. 4893 // BSD-style license that can be found in the LICENSE file.
4979 4894
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
5014 // BSD-style license that can be found in the LICENSE file. 4929 // BSD-style license that can be found in the LICENSE file.
5015 4930
5016 4931
5017 /// @domName SVGDocument; @docsEditable true 4932 /// @domName SVGDocument; @docsEditable true
5018 class SvgDocument extends Document native "*SVGDocument" { 4933 class SvgDocument extends Document native "*SVGDocument" {
5019 4934
5020 /// @domName SVGDocument.rootElement; @docsEditable true 4935 /// @domName SVGDocument.rootElement; @docsEditable true
5021 final SvgSvgElement rootElement; 4936 final SvgSvgElement rootElement;
5022 4937
5023 /// @domName SVGDocument.createEvent; @docsEditable true 4938 /// @domName SVGDocument.createEvent; @docsEditable true
5024 @JSName('createEvent') 4939 Event $dom_createEvent(String eventType) native "createEvent";
5025 Event $dom_createEvent(String eventType) native;
5026 } 4940 }
5027 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 4941 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
5028 // for details. All rights reserved. Use of this source code is governed by a 4942 // for details. All rights reserved. Use of this source code is governed by a
5029 // BSD-style license that can be found in the LICENSE file. 4943 // BSD-style license that can be found in the LICENSE file.
5030 4944
5031 4945
5032 class _AttributeClassSet extends CssClassSet { 4946 class _AttributeClassSet extends CssClassSet {
5033 final Element _element; 4947 final Element _element;
5034 4948
5035 _AttributeClassSet(this._element); 4949 _AttributeClassSet(this._element);
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
5113 // Shadowing definition. 5027 // Shadowing definition.
5114 /// @domName SVGElement.id; @docsEditable true 5028 /// @domName SVGElement.id; @docsEditable true
5115 String get id => JS("String", "#.id", this); 5029 String get id => JS("String", "#.id", this);
5116 5030
5117 /// @domName SVGElement.id; @docsEditable true 5031 /// @domName SVGElement.id; @docsEditable true
5118 void set id(String value) { 5032 void set id(String value) {
5119 JS("void", "#.id = #", this, value); 5033 JS("void", "#.id = #", this, value);
5120 } 5034 }
5121 5035
5122 /// @domName SVGElement.ownerSVGElement; @docsEditable true 5036 /// @domName SVGElement.ownerSVGElement; @docsEditable true
5123 @JSName('ownerSVGElement') 5037 SvgSvgElement get ownerSvgElement => JS("SvgSvgElement", "#.ownerSVGElement", this);
5124 final SvgSvgElement ownerSvgElement;
5125 5038
5126 /// @domName SVGElement.viewportElement; @docsEditable true 5039 /// @domName SVGElement.viewportElement; @docsEditable true
5127 final SvgElement viewportElement; 5040 final SvgElement viewportElement;
5128 5041
5129 /// @domName SVGElement.xmlbase; @docsEditable true 5042 /// @domName SVGElement.xmlbase; @docsEditable true
5130 String xmlbase; 5043 String xmlbase;
5131 5044
5132 } 5045 }
5133 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5046 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5134 // for details. All rights reserved. Use of this source code is governed by a 5047 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
5214 /// @domName SVGSVGElement.animationsPaused; @docsEditable true 5127 /// @domName SVGSVGElement.animationsPaused; @docsEditable true
5215 bool animationsPaused() native; 5128 bool animationsPaused() native;
5216 5129
5217 /// @domName SVGSVGElement.checkEnclosure; @docsEditable true 5130 /// @domName SVGSVGElement.checkEnclosure; @docsEditable true
5218 bool checkEnclosure(SvgElement element, Rect rect) native; 5131 bool checkEnclosure(SvgElement element, Rect rect) native;
5219 5132
5220 /// @domName SVGSVGElement.checkIntersection; @docsEditable true 5133 /// @domName SVGSVGElement.checkIntersection; @docsEditable true
5221 bool checkIntersection(SvgElement element, Rect rect) native; 5134 bool checkIntersection(SvgElement element, Rect rect) native;
5222 5135
5223 /// @domName SVGSVGElement.createSVGAngle; @docsEditable true 5136 /// @domName SVGSVGElement.createSVGAngle; @docsEditable true
5224 @JSName('createSVGAngle') 5137 Angle createSvgAngle() native "createSVGAngle";
5225 Angle createSvgAngle() native;
5226 5138
5227 /// @domName SVGSVGElement.createSVGLength; @docsEditable true 5139 /// @domName SVGSVGElement.createSVGLength; @docsEditable true
5228 @JSName('createSVGLength') 5140 Length createSvgLength() native "createSVGLength";
5229 Length createSvgLength() native;
5230 5141
5231 /// @domName SVGSVGElement.createSVGMatrix; @docsEditable true 5142 /// @domName SVGSVGElement.createSVGMatrix; @docsEditable true
5232 @JSName('createSVGMatrix') 5143 Matrix createSvgMatrix() native "createSVGMatrix";
5233 Matrix createSvgMatrix() native;
5234 5144
5235 /// @domName SVGSVGElement.createSVGNumber; @docsEditable true 5145 /// @domName SVGSVGElement.createSVGNumber; @docsEditable true
5236 @JSName('createSVGNumber') 5146 Number createSvgNumber() native "createSVGNumber";
5237 Number createSvgNumber() native;
5238 5147
5239 /// @domName SVGSVGElement.createSVGPoint; @docsEditable true 5148 /// @domName SVGSVGElement.createSVGPoint; @docsEditable true
5240 @JSName('createSVGPoint') 5149 Point createSvgPoint() native "createSVGPoint";
5241 Point createSvgPoint() native;
5242 5150
5243 /// @domName SVGSVGElement.createSVGRect; @docsEditable true 5151 /// @domName SVGSVGElement.createSVGRect; @docsEditable true
5244 @JSName('createSVGRect') 5152 Rect createSvgRect() native "createSVGRect";
5245 Rect createSvgRect() native;
5246 5153
5247 /// @domName SVGSVGElement.createSVGTransform; @docsEditable true 5154 /// @domName SVGSVGElement.createSVGTransform; @docsEditable true
5248 @JSName('createSVGTransform') 5155 Transform createSvgTransform() native "createSVGTransform";
5249 Transform createSvgTransform() native;
5250 5156
5251 /// @domName SVGSVGElement.createSVGTransformFromMatrix; @docsEditable true 5157 /// @domName SVGSVGElement.createSVGTransformFromMatrix; @docsEditable true
5252 @JSName('createSVGTransformFromMatrix') 5158 Transform createSvgTransformFromMatrix(Matrix matrix) native "createSVGTransfo rmFromMatrix";
5253 Transform createSvgTransformFromMatrix(Matrix matrix) native;
5254 5159
5255 /// @domName SVGSVGElement.deselectAll; @docsEditable true 5160 /// @domName SVGSVGElement.deselectAll; @docsEditable true
5256 void deselectAll() native; 5161 void deselectAll() native;
5257 5162
5258 /// @domName SVGSVGElement.forceRedraw; @docsEditable true 5163 /// @domName SVGSVGElement.forceRedraw; @docsEditable true
5259 void forceRedraw() native; 5164 void forceRedraw() native;
5260 5165
5261 /// @domName SVGSVGElement.getCurrentTime; @docsEditable true 5166 /// @domName SVGSVGElement.getCurrentTime; @docsEditable true
5262 num getCurrentTime() native; 5167 num getCurrentTime() native;
5263 5168
5264 /// @domName SVGSVGElement.getElementById; @docsEditable true 5169 /// @domName SVGSVGElement.getElementById; @docsEditable true
5265 Element getElementById(String elementId) native; 5170 Element getElementById(String elementId) native;
5266 5171
5267 /// @domName SVGSVGElement.getEnclosureList; @docsEditable true 5172 /// @domName SVGSVGElement.getEnclosureList; @docsEditable true
5268 @Returns('NodeList') @Creates('NodeList') 5173 @Returns('_NodeList') @Creates('_NodeList')
5269 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native; 5174 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native;
5270 5175
5271 /// @domName SVGSVGElement.getIntersectionList; @docsEditable true 5176 /// @domName SVGSVGElement.getIntersectionList; @docsEditable true
5272 @Returns('NodeList') @Creates('NodeList') 5177 @Returns('_NodeList') @Creates('_NodeList')
5273 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native; 5178 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native;
5274 5179
5275 /// @domName SVGSVGElement.pauseAnimations; @docsEditable true 5180 /// @domName SVGSVGElement.pauseAnimations; @docsEditable true
5276 void pauseAnimations() native; 5181 void pauseAnimations() native;
5277 5182
5278 /// @domName SVGSVGElement.setCurrentTime; @docsEditable true 5183 /// @domName SVGSVGElement.setCurrentTime; @docsEditable true
5279 void setCurrentTime(num seconds) native; 5184 void setCurrentTime(num seconds) native;
5280 5185
5281 /// @domName SVGSVGElement.suspendRedraw; @docsEditable true 5186 /// @domName SVGSVGElement.suspendRedraw; @docsEditable true
5282 int suspendRedraw(int maxWaitMilliseconds) native; 5187 int suspendRedraw(int maxWaitMilliseconds) native;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
5316 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 5221 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
5317 final SvgElement farthestViewportElement; 5222 final SvgElement farthestViewportElement;
5318 5223
5319 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 5224 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
5320 final SvgElement nearestViewportElement; 5225 final SvgElement nearestViewportElement;
5321 5226
5322 /// @domName SVGLocatable.getBBox; @docsEditable true 5227 /// @domName SVGLocatable.getBBox; @docsEditable true
5323 Rect getBBox() native; 5228 Rect getBBox() native;
5324 5229
5325 /// @domName SVGLocatable.getCTM; @docsEditable true 5230 /// @domName SVGLocatable.getCTM; @docsEditable true
5326 @JSName('getCTM') 5231 Matrix getCtm() native "getCTM";
5327 Matrix getCtm() native;
5328 5232
5329 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 5233 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
5330 @JSName('getScreenCTM') 5234 Matrix getScreenCtm() native "getScreenCTM";
5331 Matrix getScreenCtm() native;
5332 5235
5333 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5236 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5334 Matrix getTransformToElement(SvgElement element) native; 5237 Matrix getTransformToElement(SvgElement element) native;
5335 5238
5336 // From SVGStylable 5239 // From SVGStylable
5337 5240
5338 // Shadowing definition.
5339 /// @domName SVGStylable.className; @docsEditable true 5241 /// @domName SVGStylable.className; @docsEditable true
5340 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5242 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5341 5243
5342 // Use implementation from Element. 5244 // Use implementation from Element.
5343 // final CSSStyleDeclaration style; 5245 // final CSSStyleDeclaration style;
5344 5246
5345 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5247 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5346 CSSValue getPresentationAttribute(String name) native; 5248 CSSValue getPresentationAttribute(String name) native;
5347 5249
5348 // From SVGTests 5250 // From SVGTests
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
5393 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 5295 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
5394 final SvgElement farthestViewportElement; 5296 final SvgElement farthestViewportElement;
5395 5297
5396 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 5298 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
5397 final SvgElement nearestViewportElement; 5299 final SvgElement nearestViewportElement;
5398 5300
5399 /// @domName SVGLocatable.getBBox; @docsEditable true 5301 /// @domName SVGLocatable.getBBox; @docsEditable true
5400 Rect getBBox() native; 5302 Rect getBBox() native;
5401 5303
5402 /// @domName SVGLocatable.getCTM; @docsEditable true 5304 /// @domName SVGLocatable.getCTM; @docsEditable true
5403 @JSName('getCTM') 5305 Matrix getCtm() native "getCTM";
5404 Matrix getCtm() native;
5405 5306
5406 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 5307 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
5407 @JSName('getScreenCTM') 5308 Matrix getScreenCtm() native "getScreenCTM";
5408 Matrix getScreenCtm() native;
5409 5309
5410 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5310 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5411 Matrix getTransformToElement(SvgElement element) native; 5311 Matrix getTransformToElement(SvgElement element) native;
5412 5312
5413 // From SVGStylable 5313 // From SVGStylable
5414 5314
5415 // Shadowing definition.
5416 /// @domName SVGStylable.className; @docsEditable true 5315 /// @domName SVGStylable.className; @docsEditable true
5417 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5316 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5418 5317
5419 // Use implementation from Element. 5318 // Use implementation from Element.
5420 // final CSSStyleDeclaration style; 5319 // final CSSStyleDeclaration style;
5421 5320
5422 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5321 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5423 CSSValue getPresentationAttribute(String name) native; 5322 CSSValue getPresentationAttribute(String name) native;
5424 5323
5425 // From SVGTests 5324 // From SVGTests
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
5467 // From SVGLangSpace 5366 // From SVGLangSpace
5468 5367
5469 /// @domName SVGLangSpace.xmllang; @docsEditable true 5368 /// @domName SVGLangSpace.xmllang; @docsEditable true
5470 String xmllang; 5369 String xmllang;
5471 5370
5472 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5371 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5473 String xmlspace; 5372 String xmlspace;
5474 5373
5475 // From SVGStylable 5374 // From SVGStylable
5476 5375
5477 // Shadowing definition.
5478 /// @domName SVGStylable.className; @docsEditable true 5376 /// @domName SVGStylable.className; @docsEditable true
5479 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5377 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5480 5378
5481 // Use implementation from Element. 5379 // Use implementation from Element.
5482 // final CSSStyleDeclaration style; 5380 // final CSSStyleDeclaration style;
5483 5381
5484 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5382 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5485 CSSValue getPresentationAttribute(String name) native; 5383 CSSValue getPresentationAttribute(String name) native;
5486 } 5384 }
5487 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5385 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
5581 // From SVGLangSpace 5479 // From SVGLangSpace
5582 5480
5583 /// @domName SVGLangSpace.xmllang; @docsEditable true 5481 /// @domName SVGLangSpace.xmllang; @docsEditable true
5584 String xmllang; 5482 String xmllang;
5585 5483
5586 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5484 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5587 String xmlspace; 5485 String xmlspace;
5588 5486
5589 // From SVGStylable 5487 // From SVGStylable
5590 5488
5591 // Shadowing definition.
5592 /// @domName SVGStylable.className; @docsEditable true 5489 /// @domName SVGStylable.className; @docsEditable true
5593 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5490 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5594 5491
5595 // Use implementation from Element. 5492 // Use implementation from Element.
5596 // final CSSStyleDeclaration style; 5493 // final CSSStyleDeclaration style;
5597 5494
5598 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5495 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5599 CSSValue getPresentationAttribute(String name) native; 5496 CSSValue getPresentationAttribute(String name) native;
5600 5497
5601 // From SVGTests 5498 // From SVGTests
(...skipping 25 matching lines...) Expand all
5627 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 5524 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
5628 final SvgElement farthestViewportElement; 5525 final SvgElement farthestViewportElement;
5629 5526
5630 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 5527 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
5631 final SvgElement nearestViewportElement; 5528 final SvgElement nearestViewportElement;
5632 5529
5633 /// @domName SVGLocatable.getBBox; @docsEditable true 5530 /// @domName SVGLocatable.getBBox; @docsEditable true
5634 Rect getBBox() native; 5531 Rect getBBox() native;
5635 5532
5636 /// @domName SVGLocatable.getCTM; @docsEditable true 5533 /// @domName SVGLocatable.getCTM; @docsEditable true
5637 @JSName('getCTM') 5534 Matrix getCtm() native "getCTM";
5638 Matrix getCtm() native;
5639 5535
5640 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 5536 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
5641 @JSName('getScreenCTM') 5537 Matrix getScreenCtm() native "getScreenCTM";
5642 Matrix getScreenCtm() native;
5643 5538
5644 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5539 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5645 Matrix getTransformToElement(SvgElement element) native; 5540 Matrix getTransformToElement(SvgElement element) native;
5646 5541
5647 // From SVGTransformable 5542 // From SVGTransformable
5648 5543
5649 /// @domName SVGTransformable.transform; @docsEditable true 5544 /// @domName SVGTransformable.transform; @docsEditable true
5650 final AnimatedTransformList transform; 5545 final AnimatedTransformList transform;
5651 } 5546 }
5652 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5547 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
5719 // From SVGLangSpace 5614 // From SVGLangSpace
5720 5615
5721 /// @domName SVGLangSpace.xmllang; @docsEditable true 5616 /// @domName SVGLangSpace.xmllang; @docsEditable true
5722 String xmllang; 5617 String xmllang;
5723 5618
5724 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5619 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5725 String xmlspace; 5620 String xmlspace;
5726 5621
5727 // From SVGStylable 5622 // From SVGStylable
5728 5623
5729 // Shadowing definition.
5730 /// @domName SVGStylable.className; @docsEditable true 5624 /// @domName SVGStylable.className; @docsEditable true
5731 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5625 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5732 5626
5733 // Use implementation from Element. 5627 // Use implementation from Element.
5734 // final CSSStyleDeclaration style; 5628 // final CSSStyleDeclaration style;
5735 5629
5736 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5630 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5737 CSSValue getPresentationAttribute(String name) native; 5631 CSSValue getPresentationAttribute(String name) native;
5738 } 5632 }
5739 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
5884 /// @domName SVGTransformList.appendItem; @docsEditable true 5778 /// @domName SVGTransformList.appendItem; @docsEditable true
5885 Transform appendItem(Transform item) native; 5779 Transform appendItem(Transform item) native;
5886 5780
5887 /// @domName SVGTransformList.clear; @docsEditable true 5781 /// @domName SVGTransformList.clear; @docsEditable true
5888 void clear() native; 5782 void clear() native;
5889 5783
5890 /// @domName SVGTransformList.consolidate; @docsEditable true 5784 /// @domName SVGTransformList.consolidate; @docsEditable true
5891 Transform consolidate() native; 5785 Transform consolidate() native;
5892 5786
5893 /// @domName SVGTransformList.createSVGTransformFromMatrix; @docsEditable true 5787 /// @domName SVGTransformList.createSVGTransformFromMatrix; @docsEditable true
5894 @JSName('createSVGTransformFromMatrix') 5788 Transform createSvgTransformFromMatrix(Matrix matrix) native "createSVGTransfo rmFromMatrix";
5895 Transform createSvgTransformFromMatrix(Matrix matrix) native;
5896 5789
5897 /// @domName SVGTransformList.getItem; @docsEditable true 5790 /// @domName SVGTransformList.getItem; @docsEditable true
5898 Transform getItem(int index) native; 5791 Transform getItem(int index) native;
5899 5792
5900 /// @domName SVGTransformList.initialize; @docsEditable true 5793 /// @domName SVGTransformList.initialize; @docsEditable true
5901 Transform initialize(Transform item) native; 5794 Transform initialize(Transform item) native;
5902 5795
5903 /// @domName SVGTransformList.insertItemBefore; @docsEditable true 5796 /// @domName SVGTransformList.insertItemBefore; @docsEditable true
5904 Transform insertItemBefore(Transform item, int index) native; 5797 Transform insertItemBefore(Transform item, int index) native;
5905 5798
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
6007 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 5900 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
6008 final SvgElement farthestViewportElement; 5901 final SvgElement farthestViewportElement;
6009 5902
6010 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 5903 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
6011 final SvgElement nearestViewportElement; 5904 final SvgElement nearestViewportElement;
6012 5905
6013 /// @domName SVGLocatable.getBBox; @docsEditable true 5906 /// @domName SVGLocatable.getBBox; @docsEditable true
6014 Rect getBBox() native; 5907 Rect getBBox() native;
6015 5908
6016 /// @domName SVGLocatable.getCTM; @docsEditable true 5909 /// @domName SVGLocatable.getCTM; @docsEditable true
6017 @JSName('getCTM') 5910 Matrix getCtm() native "getCTM";
6018 Matrix getCtm() native;
6019 5911
6020 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 5912 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
6021 @JSName('getScreenCTM') 5913 Matrix getScreenCtm() native "getScreenCTM";
6022 Matrix getScreenCtm() native;
6023 5914
6024 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5915 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
6025 Matrix getTransformToElement(SvgElement element) native; 5916 Matrix getTransformToElement(SvgElement element) native;
6026 5917
6027 // From SVGStylable 5918 // From SVGStylable
6028 5919
6029 // Shadowing definition.
6030 /// @domName SVGStylable.className; @docsEditable true 5920 /// @domName SVGStylable.className; @docsEditable true
6031 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5921 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
6032 5922
6033 // Use implementation from Element. 5923 // Use implementation from Element.
6034 // final CSSStyleDeclaration style; 5924 // final CSSStyleDeclaration style;
6035 5925
6036 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5926 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
6037 CSSValue getPresentationAttribute(String name) native; 5927 CSSValue getPresentationAttribute(String name) native;
6038 5928
6039 // From SVGTests 5929 // From SVGTests
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
6267 } 6157 }
6268 6158
6269 List<ElementInstance> getRange(int start, int rangeLength) => 6159 List<ElementInstance> getRange(int start, int rangeLength) =>
6270 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 6160 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
6271 6161
6272 // -- end List<ElementInstance> mixins. 6162 // -- end List<ElementInstance> mixins.
6273 6163
6274 /// @domName SVGElementInstanceList.item; @docsEditable true 6164 /// @domName SVGElementInstanceList.item; @docsEditable true
6275 ElementInstance item(int index) native; 6165 ElementInstance item(int index) native;
6276 } 6166 }
OLDNEW
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_MutationObserver.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698