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

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

Issue 11299220: Add @JSName annotation for native fields and methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix _NodeList Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 library svg; 1 library svg;
2 2
3 import 'dart:html'; 3 import 'dart:html';
4 // DO NOT EDIT 4 // DO NOT EDIT
5 // Auto-generated dart:svg library. 5 // Auto-generated dart:svg library.
6 6
7 7
8 8
9 9
10 10
(...skipping 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 Matrix getCtm() native "getCTM"; 89 @JSName('getCTM')
90 Matrix getCtm() native;
90 91
91 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 92 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
92 Matrix getScreenCtm() native "getScreenCTM"; 93 @JSName('getScreenCTM')
94 Matrix getScreenCtm() native;
93 95
94 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 96 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
95 Matrix getTransformToElement(SvgElement element) native; 97 Matrix getTransformToElement(SvgElement element) native;
96 98
97 // From SVGStylable 99 // From SVGStylable
98 100
101 // Shadowing definition.
99 /// @domName SVGStylable.className; @docsEditable true 102 /// @domName SVGStylable.className; @docsEditable true
100 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 103 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
101 104
102 // Use implementation from Element. 105 // Use implementation from Element.
103 // final CSSStyleDeclaration style; 106 // final CSSStyleDeclaration style;
104 107
105 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 108 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
106 CSSValue getPresentationAttribute(String name) native; 109 CSSValue getPresentationAttribute(String name) native;
107 110
108 // From SVGTests 111 // From SVGTests
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 758 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
756 final SvgElement farthestViewportElement; 759 final SvgElement farthestViewportElement;
757 760
758 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 761 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
759 final SvgElement nearestViewportElement; 762 final SvgElement nearestViewportElement;
760 763
761 /// @domName SVGLocatable.getBBox; @docsEditable true 764 /// @domName SVGLocatable.getBBox; @docsEditable true
762 Rect getBBox() native; 765 Rect getBBox() native;
763 766
764 /// @domName SVGLocatable.getCTM; @docsEditable true 767 /// @domName SVGLocatable.getCTM; @docsEditable true
765 Matrix getCtm() native "getCTM"; 768 @JSName('getCTM')
769 Matrix getCtm() native;
766 770
767 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 771 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
768 Matrix getScreenCtm() native "getScreenCTM"; 772 @JSName('getScreenCTM')
773 Matrix getScreenCtm() native;
769 774
770 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 775 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
771 Matrix getTransformToElement(SvgElement element) native; 776 Matrix getTransformToElement(SvgElement element) native;
772 777
773 // From SVGStylable 778 // From SVGStylable
774 779
780 // Shadowing definition.
775 /// @domName SVGStylable.className; @docsEditable true 781 /// @domName SVGStylable.className; @docsEditable true
776 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 782 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
777 783
778 // Use implementation from Element. 784 // Use implementation from Element.
779 // final CSSStyleDeclaration style; 785 // final CSSStyleDeclaration style;
780 786
781 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 787 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
782 CSSValue getPresentationAttribute(String name) native; 788 CSSValue getPresentationAttribute(String name) native;
783 789
784 // From SVGTests 790 // From SVGTests
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 837 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
832 final SvgElement farthestViewportElement; 838 final SvgElement farthestViewportElement;
833 839
834 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 840 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
835 final SvgElement nearestViewportElement; 841 final SvgElement nearestViewportElement;
836 842
837 /// @domName SVGLocatable.getBBox; @docsEditable true 843 /// @domName SVGLocatable.getBBox; @docsEditable true
838 Rect getBBox() native; 844 Rect getBBox() native;
839 845
840 /// @domName SVGLocatable.getCTM; @docsEditable true 846 /// @domName SVGLocatable.getCTM; @docsEditable true
841 Matrix getCtm() native "getCTM"; 847 @JSName('getCTM')
848 Matrix getCtm() native;
842 849
843 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 850 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
844 Matrix getScreenCtm() native "getScreenCTM"; 851 @JSName('getScreenCTM')
852 Matrix getScreenCtm() native;
845 853
846 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 854 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
847 Matrix getTransformToElement(SvgElement element) native; 855 Matrix getTransformToElement(SvgElement element) native;
848 856
849 // From SVGStylable 857 // From SVGStylable
850 858
859 // Shadowing definition.
851 /// @domName SVGStylable.className; @docsEditable true 860 /// @domName SVGStylable.className; @docsEditable true
852 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 861 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
853 862
854 // Use implementation from Element. 863 // Use implementation from Element.
855 // final CSSStyleDeclaration style; 864 // final CSSStyleDeclaration style;
856 865
857 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 866 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
858 CSSValue getPresentationAttribute(String name) native; 867 CSSValue getPresentationAttribute(String name) native;
859 868
860 // From SVGTests 869 // From SVGTests
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 /// @domName SVGColor.colorType; @docsEditable true 904 /// @domName SVGColor.colorType; @docsEditable true
896 final int colorType; 905 final int colorType;
897 906
898 /// @domName SVGColor.rgbColor; @docsEditable true 907 /// @domName SVGColor.rgbColor; @docsEditable true
899 final RGBColor rgbColor; 908 final RGBColor rgbColor;
900 909
901 /// @domName SVGColor.setColor; @docsEditable true 910 /// @domName SVGColor.setColor; @docsEditable true
902 void setColor(int colorType, String rgbColor, String iccColor) native; 911 void setColor(int colorType, String rgbColor, String iccColor) native;
903 912
904 /// @domName SVGColor.setRGBColor; @docsEditable true 913 /// @domName SVGColor.setRGBColor; @docsEditable true
905 void setRgbColor(String rgbColor) native "setRGBColor"; 914 @JSName('setRGBColor')
915 void setRgbColor(String rgbColor) native;
906 916
907 /// @domName SVGColor.setRGBColorICCColor; @docsEditable true 917 /// @domName SVGColor.setRGBColorICCColor; @docsEditable true
908 void setRgbColorIccColor(String rgbColor, String iccColor) native "setRGBColor ICCColor"; 918 @JSName('setRGBColorICCColor')
919 void setRgbColorIccColor(String rgbColor, String iccColor) native;
909 } 920 }
910 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 921 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
911 // for details. All rights reserved. Use of this source code is governed by a 922 // for details. All rights reserved. Use of this source code is governed by a
912 // BSD-style license that can be found in the LICENSE file. 923 // BSD-style license that can be found in the LICENSE file.
913 924
914 925
915 /// @domName SVGComponentTransferFunctionElement; @docsEditable true 926 /// @domName SVGComponentTransferFunctionElement; @docsEditable true
916 class ComponentTransferFunctionElement extends SvgElement native "*SVGComponentT ransferFunctionElement" { 927 class ComponentTransferFunctionElement extends SvgElement native "*SVGComponentT ransferFunctionElement" {
917 928
918 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; 929 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3;
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 1027 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
1017 final SvgElement farthestViewportElement; 1028 final SvgElement farthestViewportElement;
1018 1029
1019 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 1030 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
1020 final SvgElement nearestViewportElement; 1031 final SvgElement nearestViewportElement;
1021 1032
1022 /// @domName SVGLocatable.getBBox; @docsEditable true 1033 /// @domName SVGLocatable.getBBox; @docsEditable true
1023 Rect getBBox() native; 1034 Rect getBBox() native;
1024 1035
1025 /// @domName SVGLocatable.getCTM; @docsEditable true 1036 /// @domName SVGLocatable.getCTM; @docsEditable true
1026 Matrix getCtm() native "getCTM"; 1037 @JSName('getCTM')
1038 Matrix getCtm() native;
1027 1039
1028 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 1040 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
1029 Matrix getScreenCtm() native "getScreenCTM"; 1041 @JSName('getScreenCTM')
1042 Matrix getScreenCtm() native;
1030 1043
1031 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 1044 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
1032 Matrix getTransformToElement(SvgElement element) native; 1045 Matrix getTransformToElement(SvgElement element) native;
1033 1046
1034 // From SVGStylable 1047 // From SVGStylable
1035 1048
1049 // Shadowing definition.
1036 /// @domName SVGStylable.className; @docsEditable true 1050 /// @domName SVGStylable.className; @docsEditable true
1037 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1051 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1038 1052
1039 // Use implementation from Element. 1053 // Use implementation from Element.
1040 // final CSSStyleDeclaration style; 1054 // final CSSStyleDeclaration style;
1041 1055
1042 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1056 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1043 CSSValue getPresentationAttribute(String name) native; 1057 CSSValue getPresentationAttribute(String name) native;
1044 1058
1045 // From SVGTests 1059 // From SVGTests
(...skipping 28 matching lines...) Expand all
1074 // From SVGLangSpace 1088 // From SVGLangSpace
1075 1089
1076 /// @domName SVGLangSpace.xmllang; @docsEditable true 1090 /// @domName SVGLangSpace.xmllang; @docsEditable true
1077 String xmllang; 1091 String xmllang;
1078 1092
1079 /// @domName SVGLangSpace.xmlspace; @docsEditable true 1093 /// @domName SVGLangSpace.xmlspace; @docsEditable true
1080 String xmlspace; 1094 String xmlspace;
1081 1095
1082 // From SVGStylable 1096 // From SVGStylable
1083 1097
1098 // Shadowing definition.
1084 /// @domName SVGStylable.className; @docsEditable true 1099 /// @domName SVGStylable.className; @docsEditable true
1085 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1100 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1086 1101
1087 // Use implementation from Element. 1102 // Use implementation from Element.
1088 // final CSSStyleDeclaration style; 1103 // final CSSStyleDeclaration style;
1089 1104
1090 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1105 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1091 CSSValue getPresentationAttribute(String name) native; 1106 CSSValue getPresentationAttribute(String name) native;
1092 } 1107 }
1093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1108 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 1266 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
1252 final SvgElement farthestViewportElement; 1267 final SvgElement farthestViewportElement;
1253 1268
1254 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 1269 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
1255 final SvgElement nearestViewportElement; 1270 final SvgElement nearestViewportElement;
1256 1271
1257 /// @domName SVGLocatable.getBBox; @docsEditable true 1272 /// @domName SVGLocatable.getBBox; @docsEditable true
1258 Rect getBBox() native; 1273 Rect getBBox() native;
1259 1274
1260 /// @domName SVGLocatable.getCTM; @docsEditable true 1275 /// @domName SVGLocatable.getCTM; @docsEditable true
1261 Matrix getCtm() native "getCTM"; 1276 @JSName('getCTM')
1277 Matrix getCtm() native;
1262 1278
1263 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 1279 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
1264 Matrix getScreenCtm() native "getScreenCTM"; 1280 @JSName('getScreenCTM')
1281 Matrix getScreenCtm() native;
1265 1282
1266 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 1283 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
1267 Matrix getTransformToElement(SvgElement element) native; 1284 Matrix getTransformToElement(SvgElement element) native;
1268 1285
1269 // From SVGStylable 1286 // From SVGStylable
1270 1287
1288 // Shadowing definition.
1271 /// @domName SVGStylable.className; @docsEditable true 1289 /// @domName SVGStylable.className; @docsEditable true
1272 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1290 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1273 1291
1274 // Use implementation from Element. 1292 // Use implementation from Element.
1275 // final CSSStyleDeclaration style; 1293 // final CSSStyleDeclaration style;
1276 1294
1277 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1295 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1278 CSSValue getPresentationAttribute(String name) native; 1296 CSSValue getPresentationAttribute(String name) native;
1279 1297
1280 // From SVGTests 1298 // From SVGTests
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 final AnimatedLength width; 1391 final AnimatedLength width;
1374 1392
1375 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1393 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1376 final AnimatedLength x; 1394 final AnimatedLength x;
1377 1395
1378 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1396 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1379 final AnimatedLength y; 1397 final AnimatedLength y;
1380 1398
1381 // From SVGStylable 1399 // From SVGStylable
1382 1400
1401 // Shadowing definition.
1383 /// @domName SVGStylable.className; @docsEditable true 1402 /// @domName SVGStylable.className; @docsEditable true
1384 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1403 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1385 1404
1386 // Use implementation from Element. 1405 // Use implementation from Element.
1387 // final CSSStyleDeclaration style; 1406 // final CSSStyleDeclaration style;
1388 1407
1389 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1408 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1390 CSSValue getPresentationAttribute(String name) native; 1409 CSSValue getPresentationAttribute(String name) native;
1391 } 1410 }
1392 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1411 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 final AnimatedLength width; 1447 final AnimatedLength width;
1429 1448
1430 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1449 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1431 final AnimatedLength x; 1450 final AnimatedLength x;
1432 1451
1433 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1452 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1434 final AnimatedLength y; 1453 final AnimatedLength y;
1435 1454
1436 // From SVGStylable 1455 // From SVGStylable
1437 1456
1457 // Shadowing definition.
1438 /// @domName SVGStylable.className; @docsEditable true 1458 /// @domName SVGStylable.className; @docsEditable true
1439 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1459 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1440 1460
1441 // Use implementation from Element. 1461 // Use implementation from Element.
1442 // final CSSStyleDeclaration style; 1462 // final CSSStyleDeclaration style;
1443 1463
1444 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1464 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1445 CSSValue getPresentationAttribute(String name) native; 1465 CSSValue getPresentationAttribute(String name) native;
1446 } 1466 }
1447 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1467 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 19 matching lines...) Expand all
1467 final AnimatedLength width; 1487 final AnimatedLength width;
1468 1488
1469 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1489 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1470 final AnimatedLength x; 1490 final AnimatedLength x;
1471 1491
1472 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1492 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1473 final AnimatedLength y; 1493 final AnimatedLength y;
1474 1494
1475 // From SVGStylable 1495 // From SVGStylable
1476 1496
1497 // Shadowing definition.
1477 /// @domName SVGStylable.className; @docsEditable true 1498 /// @domName SVGStylable.className; @docsEditable true
1478 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1499 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1479 1500
1480 // Use implementation from Element. 1501 // Use implementation from Element.
1481 // final CSSStyleDeclaration style; 1502 // final CSSStyleDeclaration style;
1482 1503
1483 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1504 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1484 CSSValue getPresentationAttribute(String name) native; 1505 CSSValue getPresentationAttribute(String name) native;
1485 } 1506 }
1486 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 final AnimatedLength width; 1559 final AnimatedLength width;
1539 1560
1540 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1561 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1541 final AnimatedLength x; 1562 final AnimatedLength x;
1542 1563
1543 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1564 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1544 final AnimatedLength y; 1565 final AnimatedLength y;
1545 1566
1546 // From SVGStylable 1567 // From SVGStylable
1547 1568
1569 // Shadowing definition.
1548 /// @domName SVGStylable.className; @docsEditable true 1570 /// @domName SVGStylable.className; @docsEditable true
1549 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1571 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1550 1572
1551 // Use implementation from Element. 1573 // Use implementation from Element.
1552 // final CSSStyleDeclaration style; 1574 // final CSSStyleDeclaration style;
1553 1575
1554 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1576 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1555 CSSValue getPresentationAttribute(String name) native; 1577 CSSValue getPresentationAttribute(String name) native;
1556 } 1578 }
1557 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1579 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 final AnimatedLength width; 1640 final AnimatedLength width;
1619 1641
1620 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1642 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1621 final AnimatedLength x; 1643 final AnimatedLength x;
1622 1644
1623 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1645 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1624 final AnimatedLength y; 1646 final AnimatedLength y;
1625 1647
1626 // From SVGStylable 1648 // From SVGStylable
1627 1649
1650 // Shadowing definition.
1628 /// @domName SVGStylable.className; @docsEditable true 1651 /// @domName SVGStylable.className; @docsEditable true
1629 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1652 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1630 1653
1631 // Use implementation from Element. 1654 // Use implementation from Element.
1632 // final CSSStyleDeclaration style; 1655 // final CSSStyleDeclaration style;
1633 1656
1634 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1657 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1635 CSSValue getPresentationAttribute(String name) native; 1658 CSSValue getPresentationAttribute(String name) native;
1636 } 1659 }
1637 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1660 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1669 final AnimatedLength width; 1692 final AnimatedLength width;
1670 1693
1671 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1694 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1672 final AnimatedLength x; 1695 final AnimatedLength x;
1673 1696
1674 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1697 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1675 final AnimatedLength y; 1698 final AnimatedLength y;
1676 1699
1677 // From SVGStylable 1700 // From SVGStylable
1678 1701
1702 // Shadowing definition.
1679 /// @domName SVGStylable.className; @docsEditable true 1703 /// @domName SVGStylable.className; @docsEditable true
1680 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1704 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1681 1705
1682 // Use implementation from Element. 1706 // Use implementation from Element.
1683 // final CSSStyleDeclaration style; 1707 // final CSSStyleDeclaration style;
1684 1708
1685 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1709 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1686 CSSValue getPresentationAttribute(String name) native; 1710 CSSValue getPresentationAttribute(String name) native;
1687 } 1711 }
1688 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1712 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 final AnimatedLength width; 1754 final AnimatedLength width;
1731 1755
1732 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1756 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1733 final AnimatedLength x; 1757 final AnimatedLength x;
1734 1758
1735 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1759 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1736 final AnimatedLength y; 1760 final AnimatedLength y;
1737 1761
1738 // From SVGStylable 1762 // From SVGStylable
1739 1763
1764 // Shadowing definition.
1740 /// @domName SVGStylable.className; @docsEditable true 1765 /// @domName SVGStylable.className; @docsEditable true
1741 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1766 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1742 1767
1743 // Use implementation from Element. 1768 // Use implementation from Element.
1744 // final CSSStyleDeclaration style; 1769 // final CSSStyleDeclaration style;
1745 1770
1746 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1771 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1747 CSSValue getPresentationAttribute(String name) native; 1772 CSSValue getPresentationAttribute(String name) native;
1748 } 1773 }
1749 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1774 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 final AnimatedLength width; 1823 final AnimatedLength width;
1799 1824
1800 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1825 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1801 final AnimatedLength x; 1826 final AnimatedLength x;
1802 1827
1803 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1828 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1804 final AnimatedLength y; 1829 final AnimatedLength y;
1805 1830
1806 // From SVGStylable 1831 // From SVGStylable
1807 1832
1833 // Shadowing definition.
1808 /// @domName SVGStylable.className; @docsEditable true 1834 /// @domName SVGStylable.className; @docsEditable true
1809 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1835 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1810 1836
1811 // Use implementation from Element. 1837 // Use implementation from Element.
1812 // final CSSStyleDeclaration style; 1838 // final CSSStyleDeclaration style;
1813 1839
1814 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1840 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1815 CSSValue getPresentationAttribute(String name) native; 1841 CSSValue getPresentationAttribute(String name) native;
1816 } 1842 }
1817 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1843 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 16 matching lines...) Expand all
1834 final AnimatedLength width; 1860 final AnimatedLength width;
1835 1861
1836 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1862 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1837 final AnimatedLength x; 1863 final AnimatedLength x;
1838 1864
1839 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1865 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1840 final AnimatedLength y; 1866 final AnimatedLength y;
1841 1867
1842 // From SVGStylable 1868 // From SVGStylable
1843 1869
1870 // Shadowing definition.
1844 /// @domName SVGStylable.className; @docsEditable true 1871 /// @domName SVGStylable.className; @docsEditable true
1845 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1872 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1846 1873
1847 // Use implementation from Element. 1874 // Use implementation from Element.
1848 // final CSSStyleDeclaration style; 1875 // final CSSStyleDeclaration style;
1849 1876
1850 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1877 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1851 CSSValue getPresentationAttribute(String name) native; 1878 CSSValue getPresentationAttribute(String name) native;
1852 } 1879 }
1853 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1880 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1914 final AnimatedLength width; 1941 final AnimatedLength width;
1915 1942
1916 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 1943 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
1917 final AnimatedLength x; 1944 final AnimatedLength x;
1918 1945
1919 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1946 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1920 final AnimatedLength y; 1947 final AnimatedLength y;
1921 1948
1922 // From SVGStylable 1949 // From SVGStylable
1923 1950
1951 // Shadowing definition.
1924 /// @domName SVGStylable.className; @docsEditable true 1952 /// @domName SVGStylable.className; @docsEditable true
1925 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1953 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1926 1954
1927 // Use implementation from Element. 1955 // Use implementation from Element.
1928 // final CSSStyleDeclaration style; 1956 // final CSSStyleDeclaration style;
1929 1957
1930 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1958 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1931 CSSValue getPresentationAttribute(String name) native; 1959 CSSValue getPresentationAttribute(String name) native;
1932 } 1960 }
1933 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 // From SVGLangSpace 1994 // From SVGLangSpace
1967 1995
1968 /// @domName SVGLangSpace.xmllang; @docsEditable true 1996 /// @domName SVGLangSpace.xmllang; @docsEditable true
1969 String xmllang; 1997 String xmllang;
1970 1998
1971 /// @domName SVGLangSpace.xmlspace; @docsEditable true 1999 /// @domName SVGLangSpace.xmlspace; @docsEditable true
1972 String xmlspace; 2000 String xmlspace;
1973 2001
1974 // From SVGStylable 2002 // From SVGStylable
1975 2003
2004 // Shadowing definition.
1976 /// @domName SVGStylable.className; @docsEditable true 2005 /// @domName SVGStylable.className; @docsEditable true
1977 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2006 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1978 2007
1979 // Use implementation from Element. 2008 // Use implementation from Element.
1980 // final CSSStyleDeclaration style; 2009 // final CSSStyleDeclaration style;
1981 2010
1982 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2011 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1983 CSSValue getPresentationAttribute(String name) native; 2012 CSSValue getPresentationAttribute(String name) native;
1984 2013
1985 // From SVGURIReference 2014 // From SVGURIReference
(...skipping 21 matching lines...) Expand all
2007 final AnimatedLength width; 2036 final AnimatedLength width;
2008 2037
2009 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2038 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2010 final AnimatedLength x; 2039 final AnimatedLength x;
2011 2040
2012 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2041 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2013 final AnimatedLength y; 2042 final AnimatedLength y;
2014 2043
2015 // From SVGStylable 2044 // From SVGStylable
2016 2045
2046 // Shadowing definition.
2017 /// @domName SVGStylable.className; @docsEditable true 2047 /// @domName SVGStylable.className; @docsEditable true
2018 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2048 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2019 2049
2020 // Use implementation from Element. 2050 // Use implementation from Element.
2021 // final CSSStyleDeclaration style; 2051 // final CSSStyleDeclaration style;
2022 2052
2023 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2053 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2024 CSSValue getPresentationAttribute(String name) native; 2054 CSSValue getPresentationAttribute(String name) native;
2025 } 2055 }
2026 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2056 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 final AnimatedLength width; 2105 final AnimatedLength width;
2076 2106
2077 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2107 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2078 final AnimatedLength x; 2108 final AnimatedLength x;
2079 2109
2080 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2110 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2081 final AnimatedLength y; 2111 final AnimatedLength y;
2082 2112
2083 // From SVGStylable 2113 // From SVGStylable
2084 2114
2115 // Shadowing definition.
2085 /// @domName SVGStylable.className; @docsEditable true 2116 /// @domName SVGStylable.className; @docsEditable true
2086 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2117 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2087 2118
2088 // Use implementation from Element. 2119 // Use implementation from Element.
2089 // final CSSStyleDeclaration style; 2120 // final CSSStyleDeclaration style;
2090 2121
2091 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2122 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2092 CSSValue getPresentationAttribute(String name) native; 2123 CSSValue getPresentationAttribute(String name) native;
2093 } 2124 }
2094 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2125 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 25 matching lines...) Expand all
2120 final AnimatedLength width; 2151 final AnimatedLength width;
2121 2152
2122 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2153 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2123 final AnimatedLength x; 2154 final AnimatedLength x;
2124 2155
2125 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2156 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2126 final AnimatedLength y; 2157 final AnimatedLength y;
2127 2158
2128 // From SVGStylable 2159 // From SVGStylable
2129 2160
2161 // Shadowing definition.
2130 /// @domName SVGStylable.className; @docsEditable true 2162 /// @domName SVGStylable.className; @docsEditable true
2131 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2163 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2132 2164
2133 // Use implementation from Element. 2165 // Use implementation from Element.
2134 // final CSSStyleDeclaration style; 2166 // final CSSStyleDeclaration style;
2135 2167
2136 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2168 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2137 CSSValue getPresentationAttribute(String name) native; 2169 CSSValue getPresentationAttribute(String name) native;
2138 } 2170 }
2139 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2171 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
2185 final AnimatedLength width; 2217 final AnimatedLength width;
2186 2218
2187 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2219 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2188 final AnimatedLength x; 2220 final AnimatedLength x;
2189 2221
2190 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2222 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2191 final AnimatedLength y; 2223 final AnimatedLength y;
2192 2224
2193 // From SVGStylable 2225 // From SVGStylable
2194 2226
2227 // Shadowing definition.
2195 /// @domName SVGStylable.className; @docsEditable true 2228 /// @domName SVGStylable.className; @docsEditable true
2196 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2229 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2197 2230
2198 // Use implementation from Element. 2231 // Use implementation from Element.
2199 // final CSSStyleDeclaration style; 2232 // final CSSStyleDeclaration style;
2200 2233
2201 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2234 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2202 CSSValue getPresentationAttribute(String name) native; 2235 CSSValue getPresentationAttribute(String name) native;
2203 } 2236 }
2204 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2237 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 final AnimatedLength width; 2289 final AnimatedLength width;
2257 2290
2258 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2291 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2259 final AnimatedLength x; 2292 final AnimatedLength x;
2260 2293
2261 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2294 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2262 final AnimatedLength y; 2295 final AnimatedLength y;
2263 2296
2264 // From SVGStylable 2297 // From SVGStylable
2265 2298
2299 // Shadowing definition.
2266 /// @domName SVGStylable.className; @docsEditable true 2300 /// @domName SVGStylable.className; @docsEditable true
2267 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2301 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2268 2302
2269 // Use implementation from Element. 2303 // Use implementation from Element.
2270 // final CSSStyleDeclaration style; 2304 // final CSSStyleDeclaration style;
2271 2305
2272 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2306 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2273 CSSValue getPresentationAttribute(String name) native; 2307 CSSValue getPresentationAttribute(String name) native;
2274 } 2308 }
2275 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2322 final AnimatedLength width; 2356 final AnimatedLength width;
2323 2357
2324 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true 2358 /// @domName SVGFilterPrimitiveStandardAttributes.x; @docsEditable true
2325 final AnimatedLength x; 2359 final AnimatedLength x;
2326 2360
2327 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2361 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2328 final AnimatedLength y; 2362 final AnimatedLength y;
2329 2363
2330 // From SVGStylable 2364 // From SVGStylable
2331 2365
2366 // Shadowing definition.
2332 /// @domName SVGStylable.className; @docsEditable true 2367 /// @domName SVGStylable.className; @docsEditable true
2333 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2368 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2334 2369
2335 // Use implementation from Element. 2370 // Use implementation from Element.
2336 // final CSSStyleDeclaration style; 2371 // final CSSStyleDeclaration style;
2337 2372
2338 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2373 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2339 CSSValue getPresentationAttribute(String name) native; 2374 CSSValue getPresentationAttribute(String name) native;
2340 } 2375 }
2341 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2376 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2383 // From SVGLangSpace 2418 // From SVGLangSpace
2384 2419
2385 /// @domName SVGLangSpace.xmllang; @docsEditable true 2420 /// @domName SVGLangSpace.xmllang; @docsEditable true
2386 String xmllang; 2421 String xmllang;
2387 2422
2388 /// @domName SVGLangSpace.xmlspace; @docsEditable true 2423 /// @domName SVGLangSpace.xmlspace; @docsEditable true
2389 String xmlspace; 2424 String xmlspace;
2390 2425
2391 // From SVGStylable 2426 // From SVGStylable
2392 2427
2428 // Shadowing definition.
2393 /// @domName SVGStylable.className; @docsEditable true 2429 /// @domName SVGStylable.className; @docsEditable true
2394 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2430 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2395 2431
2396 // Use implementation from Element. 2432 // Use implementation from Element.
2397 // final CSSStyleDeclaration style; 2433 // final CSSStyleDeclaration style;
2398 2434
2399 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2435 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2400 CSSValue getPresentationAttribute(String name) native; 2436 CSSValue getPresentationAttribute(String name) native;
2401 2437
2402 // From SVGURIReference 2438 // From SVGURIReference
(...skipping 14 matching lines...) Expand all
2417 AnimatedString result; 2453 AnimatedString result;
2418 2454
2419 AnimatedLength width; 2455 AnimatedLength width;
2420 2456
2421 AnimatedLength x; 2457 AnimatedLength x;
2422 2458
2423 AnimatedLength y; 2459 AnimatedLength y;
2424 2460
2425 // From SVGStylable 2461 // From SVGStylable
2426 2462
2427 AnimatedString className; 2463 AnimatedString $dom_svgClassName;
2428 2464
2429 CSSStyleDeclaration style; 2465 CSSStyleDeclaration style;
2430 2466
2431 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2467 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2432 CSSValue getPresentationAttribute(String name); 2468 CSSValue getPresentationAttribute(String name);
2433 } 2469 }
2434 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2435 // for details. All rights reserved. Use of this source code is governed by a 2471 // for details. All rights reserved. Use of this source code is governed by a
2436 // BSD-style license that can be found in the LICENSE file. 2472 // BSD-style license that can be found in the LICENSE file.
2437 2473
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2543 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 2579 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
2544 final SvgElement farthestViewportElement; 2580 final SvgElement farthestViewportElement;
2545 2581
2546 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 2582 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
2547 final SvgElement nearestViewportElement; 2583 final SvgElement nearestViewportElement;
2548 2584
2549 /// @domName SVGLocatable.getBBox; @docsEditable true 2585 /// @domName SVGLocatable.getBBox; @docsEditable true
2550 Rect getBBox() native; 2586 Rect getBBox() native;
2551 2587
2552 /// @domName SVGLocatable.getCTM; @docsEditable true 2588 /// @domName SVGLocatable.getCTM; @docsEditable true
2553 Matrix getCtm() native "getCTM"; 2589 @JSName('getCTM')
2590 Matrix getCtm() native;
2554 2591
2555 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 2592 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
2556 Matrix getScreenCtm() native "getScreenCTM"; 2593 @JSName('getScreenCTM')
2594 Matrix getScreenCtm() native;
2557 2595
2558 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2596 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2559 Matrix getTransformToElement(SvgElement element) native; 2597 Matrix getTransformToElement(SvgElement element) native;
2560 2598
2561 // From SVGStylable 2599 // From SVGStylable
2562 2600
2601 // Shadowing definition.
2563 /// @domName SVGStylable.className; @docsEditable true 2602 /// @domName SVGStylable.className; @docsEditable true
2564 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2603 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2565 2604
2566 // Use implementation from Element. 2605 // Use implementation from Element.
2567 // final CSSStyleDeclaration style; 2606 // final CSSStyleDeclaration style;
2568 2607
2569 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2608 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2570 CSSValue getPresentationAttribute(String name) native; 2609 CSSValue getPresentationAttribute(String name) native;
2571 2610
2572 // From SVGTests 2611 // From SVGTests
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2616 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 2655 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
2617 final SvgElement farthestViewportElement; 2656 final SvgElement farthestViewportElement;
2618 2657
2619 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 2658 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
2620 final SvgElement nearestViewportElement; 2659 final SvgElement nearestViewportElement;
2621 2660
2622 /// @domName SVGLocatable.getBBox; @docsEditable true 2661 /// @domName SVGLocatable.getBBox; @docsEditable true
2623 Rect getBBox() native; 2662 Rect getBBox() native;
2624 2663
2625 /// @domName SVGLocatable.getCTM; @docsEditable true 2664 /// @domName SVGLocatable.getCTM; @docsEditable true
2626 Matrix getCtm() native "getCTM"; 2665 @JSName('getCTM')
2666 Matrix getCtm() native;
2627 2667
2628 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 2668 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
2629 Matrix getScreenCtm() native "getScreenCTM"; 2669 @JSName('getScreenCTM')
2670 Matrix getScreenCtm() native;
2630 2671
2631 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2672 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2632 Matrix getTransformToElement(SvgElement element) native; 2673 Matrix getTransformToElement(SvgElement element) native;
2633 2674
2634 // From SVGStylable 2675 // From SVGStylable
2635 2676
2677 // Shadowing definition.
2636 /// @domName SVGStylable.className; @docsEditable true 2678 /// @domName SVGStylable.className; @docsEditable true
2637 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2679 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2638 2680
2639 // Use implementation from Element. 2681 // Use implementation from Element.
2640 // final CSSStyleDeclaration style; 2682 // final CSSStyleDeclaration style;
2641 2683
2642 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2684 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2643 CSSValue getPresentationAttribute(String name) native; 2685 CSSValue getPresentationAttribute(String name) native;
2644 2686
2645 // From SVGTests 2687 // From SVGTests
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 String glyphRef; 2734 String glyphRef;
2693 2735
2694 /// @domName SVGGlyphRefElement.x; @docsEditable true 2736 /// @domName SVGGlyphRefElement.x; @docsEditable true
2695 num x; 2737 num x;
2696 2738
2697 /// @domName SVGGlyphRefElement.y; @docsEditable true 2739 /// @domName SVGGlyphRefElement.y; @docsEditable true
2698 num y; 2740 num y;
2699 2741
2700 // From SVGStylable 2742 // From SVGStylable
2701 2743
2744 // Shadowing definition.
2702 /// @domName SVGStylable.className; @docsEditable true 2745 /// @domName SVGStylable.className; @docsEditable true
2703 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2746 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2704 2747
2705 // Use implementation from Element. 2748 // Use implementation from Element.
2706 // final CSSStyleDeclaration style; 2749 // final CSSStyleDeclaration style;
2707 2750
2708 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2751 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2709 CSSValue getPresentationAttribute(String name) native; 2752 CSSValue getPresentationAttribute(String name) native;
2710 2753
2711 // From SVGURIReference 2754 // From SVGURIReference
(...skipping 26 matching lines...) Expand all
2738 /// @domName SVGGradientElement.spreadMethod; @docsEditable true 2781 /// @domName SVGGradientElement.spreadMethod; @docsEditable true
2739 final AnimatedEnumeration spreadMethod; 2782 final AnimatedEnumeration spreadMethod;
2740 2783
2741 // From SVGExternalResourcesRequired 2784 // From SVGExternalResourcesRequired
2742 2785
2743 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit able true 2786 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit able true
2744 final AnimatedBoolean externalResourcesRequired; 2787 final AnimatedBoolean externalResourcesRequired;
2745 2788
2746 // From SVGStylable 2789 // From SVGStylable
2747 2790
2791 // Shadowing definition.
2748 /// @domName SVGStylable.className; @docsEditable true 2792 /// @domName SVGStylable.className; @docsEditable true
2749 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2793 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2750 2794
2751 // Use implementation from Element. 2795 // Use implementation from Element.
2752 // final CSSStyleDeclaration style; 2796 // final CSSStyleDeclaration style;
2753 2797
2754 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2798 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2755 CSSValue getPresentationAttribute(String name) native; 2799 CSSValue getPresentationAttribute(String name) native;
2756 2800
2757 // From SVGURIReference 2801 // From SVGURIReference
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
2812 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 2856 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
2813 final SvgElement farthestViewportElement; 2857 final SvgElement farthestViewportElement;
2814 2858
2815 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 2859 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
2816 final SvgElement nearestViewportElement; 2860 final SvgElement nearestViewportElement;
2817 2861
2818 /// @domName SVGLocatable.getBBox; @docsEditable true 2862 /// @domName SVGLocatable.getBBox; @docsEditable true
2819 Rect getBBox() native; 2863 Rect getBBox() native;
2820 2864
2821 /// @domName SVGLocatable.getCTM; @docsEditable true 2865 /// @domName SVGLocatable.getCTM; @docsEditable true
2822 Matrix getCtm() native "getCTM"; 2866 @JSName('getCTM')
2867 Matrix getCtm() native;
2823 2868
2824 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 2869 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
2825 Matrix getScreenCtm() native "getScreenCTM"; 2870 @JSName('getScreenCTM')
2871 Matrix getScreenCtm() native;
2826 2872
2827 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2873 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2828 Matrix getTransformToElement(SvgElement element) native; 2874 Matrix getTransformToElement(SvgElement element) native;
2829 2875
2830 // From SVGStylable 2876 // From SVGStylable
2831 2877
2878 // Shadowing definition.
2832 /// @domName SVGStylable.className; @docsEditable true 2879 /// @domName SVGStylable.className; @docsEditable true
2833 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2880 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2834 2881
2835 // Use implementation from Element. 2882 // Use implementation from Element.
2836 // final CSSStyleDeclaration style; 2883 // final CSSStyleDeclaration style;
2837 2884
2838 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2885 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2839 CSSValue getPresentationAttribute(String name) native; 2886 CSSValue getPresentationAttribute(String name) native;
2840 2887
2841 // From SVGTests 2888 // From SVGTests
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
3079 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 3126 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
3080 final SvgElement farthestViewportElement; 3127 final SvgElement farthestViewportElement;
3081 3128
3082 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 3129 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
3083 final SvgElement nearestViewportElement; 3130 final SvgElement nearestViewportElement;
3084 3131
3085 /// @domName SVGLocatable.getBBox; @docsEditable true 3132 /// @domName SVGLocatable.getBBox; @docsEditable true
3086 Rect getBBox() native; 3133 Rect getBBox() native;
3087 3134
3088 /// @domName SVGLocatable.getCTM; @docsEditable true 3135 /// @domName SVGLocatable.getCTM; @docsEditable true
3089 Matrix getCtm() native "getCTM"; 3136 @JSName('getCTM')
3137 Matrix getCtm() native;
3090 3138
3091 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 3139 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
3092 Matrix getScreenCtm() native "getScreenCTM"; 3140 @JSName('getScreenCTM')
3141 Matrix getScreenCtm() native;
3093 3142
3094 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 3143 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
3095 Matrix getTransformToElement(SvgElement element) native; 3144 Matrix getTransformToElement(SvgElement element) native;
3096 3145
3097 // From SVGStylable 3146 // From SVGStylable
3098 3147
3148 // Shadowing definition.
3099 /// @domName SVGStylable.className; @docsEditable true 3149 /// @domName SVGStylable.className; @docsEditable true
3100 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3150 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3101 3151
3102 // Use implementation from Element. 3152 // Use implementation from Element.
3103 // final CSSStyleDeclaration style; 3153 // final CSSStyleDeclaration style;
3104 3154
3105 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3155 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3106 CSSValue getPresentationAttribute(String name) native; 3156 CSSValue getPresentationAttribute(String name) native;
3107 3157
3108 // From SVGTests 3158 // From SVGTests
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
3255 // From SVGLangSpace 3305 // From SVGLangSpace
3256 3306
3257 /// @domName SVGLangSpace.xmllang; @docsEditable true 3307 /// @domName SVGLangSpace.xmllang; @docsEditable true
3258 String xmllang; 3308 String xmllang;
3259 3309
3260 /// @domName SVGLangSpace.xmlspace; @docsEditable true 3310 /// @domName SVGLangSpace.xmlspace; @docsEditable true
3261 String xmlspace; 3311 String xmlspace;
3262 3312
3263 // From SVGStylable 3313 // From SVGStylable
3264 3314
3315 // Shadowing definition.
3265 /// @domName SVGStylable.className; @docsEditable true 3316 /// @domName SVGStylable.className; @docsEditable true
3266 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3317 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3267 3318
3268 // Use implementation from Element. 3319 // Use implementation from Element.
3269 // final CSSStyleDeclaration style; 3320 // final CSSStyleDeclaration style;
3270 3321
3271 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3322 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3272 CSSValue getPresentationAttribute(String name) native; 3323 CSSValue getPresentationAttribute(String name) native;
3273 } 3324 }
3274 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3325 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
3307 // From SVGLangSpace 3358 // From SVGLangSpace
3308 3359
3309 /// @domName SVGLangSpace.xmllang; @docsEditable true 3360 /// @domName SVGLangSpace.xmllang; @docsEditable true
3310 String xmllang; 3361 String xmllang;
3311 3362
3312 /// @domName SVGLangSpace.xmlspace; @docsEditable true 3363 /// @domName SVGLangSpace.xmlspace; @docsEditable true
3313 String xmlspace; 3364 String xmlspace;
3314 3365
3315 // From SVGStylable 3366 // From SVGStylable
3316 3367
3368 // Shadowing definition.
3317 /// @domName SVGStylable.className; @docsEditable true 3369 /// @domName SVGStylable.className; @docsEditable true
3318 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3370 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3319 3371
3320 // Use implementation from Element. 3372 // Use implementation from Element.
3321 // final CSSStyleDeclaration style; 3373 // final CSSStyleDeclaration style;
3322 3374
3323 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3375 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3324 CSSValue getPresentationAttribute(String name) native; 3376 CSSValue getPresentationAttribute(String name) native;
3325 3377
3326 // From SVGTests 3378 // From SVGTests
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
3599 /// @domName SVGPathElement.normalizedPathSegList; @docsEditable true 3651 /// @domName SVGPathElement.normalizedPathSegList; @docsEditable true
3600 final PathSegList normalizedPathSegList; 3652 final PathSegList normalizedPathSegList;
3601 3653
3602 /// @domName SVGPathElement.pathLength; @docsEditable true 3654 /// @domName SVGPathElement.pathLength; @docsEditable true
3603 final AnimatedNumber pathLength; 3655 final AnimatedNumber pathLength;
3604 3656
3605 /// @domName SVGPathElement.pathSegList; @docsEditable true 3657 /// @domName SVGPathElement.pathSegList; @docsEditable true
3606 final PathSegList pathSegList; 3658 final PathSegList pathSegList;
3607 3659
3608 /// @domName SVGPathElement.createSVGPathSegArcAbs; @docsEditable true 3660 /// @domName SVGPathElement.createSVGPathSegArcAbs; @docsEditable true
3609 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native "createSVGPathSegArcAbs"; 3661 @JSName('createSVGPathSegArcAbs')
3662 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
3610 3663
3611 /// @domName SVGPathElement.createSVGPathSegArcRel; @docsEditable true 3664 /// @domName SVGPathElement.createSVGPathSegArcRel; @docsEditable true
3612 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native "createSVGPathSegArcRel"; 3665 @JSName('createSVGPathSegArcRel')
3666 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
3613 3667
3614 /// @domName SVGPathElement.createSVGPathSegClosePath; @docsEditable true 3668 /// @domName SVGPathElement.createSVGPathSegClosePath; @docsEditable true
3615 PathSegClosePath createSvgPathSegClosePath() native "createSVGPathSegClosePath "; 3669 @JSName('createSVGPathSegClosePath')
3670 PathSegClosePath createSvgPathSegClosePath() native;
3616 3671
3617 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicAbs; @docsEditable tru e 3672 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicAbs; @docsEditable tru e
3618 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n um y1, num x2, num y2) native "createSVGPathSegCurvetoCubicAbs"; 3673 @JSName('createSVGPathSegCurvetoCubicAbs')
3674 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n um y1, num x2, num y2) native;
3619 3675
3620 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicRel; @docsEditable tru e 3676 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicRel; @docsEditable tru e
3621 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n um y1, num x2, num y2) native "createSVGPathSegCurvetoCubicRel"; 3677 @JSName('createSVGPathSegCurvetoCubicRel')
3678 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n um y1, num x2, num y2) native;
3622 3679
3623 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs; @docsEditab le true 3680 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs; @docsEditab le true
3624 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native "createSVGPathSegCurvetoCubicSmoothAbs"; 3681 @JSName('createSVGPathSegCurvetoCubicSmoothAbs')
3682 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native;
3625 3683
3626 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel; @docsEditab le true 3684 /// @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel; @docsEditab le true
3627 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native "createSVGPathSegCurvetoCubicSmoothRel"; 3685 @JSName('createSVGPathSegCurvetoCubicSmoothRel')
3686 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native;
3628 3687
3629 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticAbs; @docsEditable true 3688 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticAbs; @docsEditable true
3630 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n um x1, num y1) native "createSVGPathSegCurvetoQuadraticAbs"; 3689 @JSName('createSVGPathSegCurvetoQuadraticAbs')
3690 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n um x1, num y1) native;
3631 3691
3632 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticRel; @docsEditable true 3692 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticRel; @docsEditable true
3633 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n um x1, num y1) native "createSVGPathSegCurvetoQuadraticRel"; 3693 @JSName('createSVGPathSegCurvetoQuadraticRel')
3694 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n um x1, num y1) native;
3634 3695
3635 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs; @docsEd itable true 3696 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs; @docsEd itable true
3636 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) native "createSVGPathSegCurvetoQuadraticSmoothAbs"; 3697 @JSName('createSVGPathSegCurvetoQuadraticSmoothAbs')
3698 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) native;
3637 3699
3638 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel; @docsEd itable true 3700 /// @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel; @docsEd itable true
3639 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) native "createSVGPathSegCurvetoQuadraticSmoothRel"; 3701 @JSName('createSVGPathSegCurvetoQuadraticSmoothRel')
3702 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) native;
3640 3703
3641 /// @domName SVGPathElement.createSVGPathSegLinetoAbs; @docsEditable true 3704 /// @domName SVGPathElement.createSVGPathSegLinetoAbs; @docsEditable true
3642 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "createSVGPath SegLinetoAbs"; 3705 @JSName('createSVGPathSegLinetoAbs')
3706 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native;
3643 3707
3644 /// @domName SVGPathElement.createSVGPathSegLinetoHorizontalAbs; @docsEditable true 3708 /// @domName SVGPathElement.createSVGPathSegLinetoHorizontalAbs; @docsEditable true
3645 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native " createSVGPathSegLinetoHorizontalAbs"; 3709 @JSName('createSVGPathSegLinetoHorizontalAbs')
3710 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native;
3646 3711
3647 /// @domName SVGPathElement.createSVGPathSegLinetoHorizontalRel; @docsEditable true 3712 /// @domName SVGPathElement.createSVGPathSegLinetoHorizontalRel; @docsEditable true
3648 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native " createSVGPathSegLinetoHorizontalRel"; 3713 @JSName('createSVGPathSegLinetoHorizontalRel')
3714 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native;
3649 3715
3650 /// @domName SVGPathElement.createSVGPathSegLinetoRel; @docsEditable true 3716 /// @domName SVGPathElement.createSVGPathSegLinetoRel; @docsEditable true
3651 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "createSVGPath SegLinetoRel"; 3717 @JSName('createSVGPathSegLinetoRel')
3718 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native;
3652 3719
3653 /// @domName SVGPathElement.createSVGPathSegLinetoVerticalAbs; @docsEditable t rue 3720 /// @domName SVGPathElement.createSVGPathSegLinetoVerticalAbs; @docsEditable t rue
3654 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "crea teSVGPathSegLinetoVerticalAbs"; 3721 @JSName('createSVGPathSegLinetoVerticalAbs')
3722 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native;
3655 3723
3656 /// @domName SVGPathElement.createSVGPathSegLinetoVerticalRel; @docsEditable t rue 3724 /// @domName SVGPathElement.createSVGPathSegLinetoVerticalRel; @docsEditable t rue
3657 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "crea teSVGPathSegLinetoVerticalRel"; 3725 @JSName('createSVGPathSegLinetoVerticalRel')
3726 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native;
3658 3727
3659 /// @domName SVGPathElement.createSVGPathSegMovetoAbs; @docsEditable true 3728 /// @domName SVGPathElement.createSVGPathSegMovetoAbs; @docsEditable true
3660 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "createSVGPath SegMovetoAbs"; 3729 @JSName('createSVGPathSegMovetoAbs')
3730 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native;
3661 3731
3662 /// @domName SVGPathElement.createSVGPathSegMovetoRel; @docsEditable true 3732 /// @domName SVGPathElement.createSVGPathSegMovetoRel; @docsEditable true
3663 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "createSVGPath SegMovetoRel"; 3733 @JSName('createSVGPathSegMovetoRel')
3734 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native;
3664 3735
3665 /// @domName SVGPathElement.getPathSegAtLength; @docsEditable true 3736 /// @domName SVGPathElement.getPathSegAtLength; @docsEditable true
3666 int getPathSegAtLength(num distance) native; 3737 int getPathSegAtLength(num distance) native;
3667 3738
3668 /// @domName SVGPathElement.getPointAtLength; @docsEditable true 3739 /// @domName SVGPathElement.getPointAtLength; @docsEditable true
3669 Point getPointAtLength(num distance) native; 3740 Point getPointAtLength(num distance) native;
3670 3741
3671 /// @domName SVGPathElement.getTotalLength; @docsEditable true 3742 /// @domName SVGPathElement.getTotalLength; @docsEditable true
3672 num getTotalLength() native; 3743 num getTotalLength() native;
3673 3744
(...skipping 15 matching lines...) Expand all
3689 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 3760 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
3690 final SvgElement farthestViewportElement; 3761 final SvgElement farthestViewportElement;
3691 3762
3692 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 3763 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
3693 final SvgElement nearestViewportElement; 3764 final SvgElement nearestViewportElement;
3694 3765
3695 /// @domName SVGLocatable.getBBox; @docsEditable true 3766 /// @domName SVGLocatable.getBBox; @docsEditable true
3696 Rect getBBox() native; 3767 Rect getBBox() native;
3697 3768
3698 /// @domName SVGLocatable.getCTM; @docsEditable true 3769 /// @domName SVGLocatable.getCTM; @docsEditable true
3699 Matrix getCtm() native "getCTM"; 3770 @JSName('getCTM')
3771 Matrix getCtm() native;
3700 3772
3701 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 3773 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
3702 Matrix getScreenCtm() native "getScreenCTM"; 3774 @JSName('getScreenCTM')
3775 Matrix getScreenCtm() native;
3703 3776
3704 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 3777 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
3705 Matrix getTransformToElement(SvgElement element) native; 3778 Matrix getTransformToElement(SvgElement element) native;
3706 3779
3707 // From SVGStylable 3780 // From SVGStylable
3708 3781
3782 // Shadowing definition.
3709 /// @domName SVGStylable.className; @docsEditable true 3783 /// @domName SVGStylable.className; @docsEditable true
3710 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3784 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3711 3785
3712 // Use implementation from Element. 3786 // Use implementation from Element.
3713 // final CSSStyleDeclaration style; 3787 // final CSSStyleDeclaration style;
3714 3788
3715 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3789 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3716 CSSValue getPresentationAttribute(String name) native; 3790 CSSValue getPresentationAttribute(String name) native;
3717 3791
3718 // From SVGTests 3792 // From SVGTests
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
4278 // From SVGLangSpace 4352 // From SVGLangSpace
4279 4353
4280 /// @domName SVGLangSpace.xmllang; @docsEditable true 4354 /// @domName SVGLangSpace.xmllang; @docsEditable true
4281 String xmllang; 4355 String xmllang;
4282 4356
4283 /// @domName SVGLangSpace.xmlspace; @docsEditable true 4357 /// @domName SVGLangSpace.xmlspace; @docsEditable true
4284 String xmlspace; 4358 String xmlspace;
4285 4359
4286 // From SVGStylable 4360 // From SVGStylable
4287 4361
4362 // Shadowing definition.
4288 /// @domName SVGStylable.className; @docsEditable true 4363 /// @domName SVGStylable.className; @docsEditable true
4289 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4364 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4290 4365
4291 // Use implementation from Element. 4366 // Use implementation from Element.
4292 // final CSSStyleDeclaration style; 4367 // final CSSStyleDeclaration style;
4293 4368
4294 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4369 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4295 CSSValue getPresentationAttribute(String name) native; 4370 CSSValue getPresentationAttribute(String name) native;
4296 4371
4297 // From SVGTests 4372 // From SVGTests
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
4399 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 4474 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
4400 final SvgElement farthestViewportElement; 4475 final SvgElement farthestViewportElement;
4401 4476
4402 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 4477 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
4403 final SvgElement nearestViewportElement; 4478 final SvgElement nearestViewportElement;
4404 4479
4405 /// @domName SVGLocatable.getBBox; @docsEditable true 4480 /// @domName SVGLocatable.getBBox; @docsEditable true
4406 Rect getBBox() native; 4481 Rect getBBox() native;
4407 4482
4408 /// @domName SVGLocatable.getCTM; @docsEditable true 4483 /// @domName SVGLocatable.getCTM; @docsEditable true
4409 Matrix getCtm() native "getCTM"; 4484 @JSName('getCTM')
4485 Matrix getCtm() native;
4410 4486
4411 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 4487 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
4412 Matrix getScreenCtm() native "getScreenCTM"; 4488 @JSName('getScreenCTM')
4489 Matrix getScreenCtm() native;
4413 4490
4414 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4491 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4415 Matrix getTransformToElement(SvgElement element) native; 4492 Matrix getTransformToElement(SvgElement element) native;
4416 4493
4417 // From SVGStylable 4494 // From SVGStylable
4418 4495
4496 // Shadowing definition.
4419 /// @domName SVGStylable.className; @docsEditable true 4497 /// @domName SVGStylable.className; @docsEditable true
4420 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4498 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4421 4499
4422 // Use implementation from Element. 4500 // Use implementation from Element.
4423 // final CSSStyleDeclaration style; 4501 // final CSSStyleDeclaration style;
4424 4502
4425 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4503 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4426 CSSValue getPresentationAttribute(String name) native; 4504 CSSValue getPresentationAttribute(String name) native;
4427 4505
4428 // From SVGTests 4506 // From SVGTests
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
4478 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 4556 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
4479 final SvgElement farthestViewportElement; 4557 final SvgElement farthestViewportElement;
4480 4558
4481 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 4559 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
4482 final SvgElement nearestViewportElement; 4560 final SvgElement nearestViewportElement;
4483 4561
4484 /// @domName SVGLocatable.getBBox; @docsEditable true 4562 /// @domName SVGLocatable.getBBox; @docsEditable true
4485 Rect getBBox() native; 4563 Rect getBBox() native;
4486 4564
4487 /// @domName SVGLocatable.getCTM; @docsEditable true 4565 /// @domName SVGLocatable.getCTM; @docsEditable true
4488 Matrix getCtm() native "getCTM"; 4566 @JSName('getCTM')
4567 Matrix getCtm() native;
4489 4568
4490 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 4569 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
4491 Matrix getScreenCtm() native "getScreenCTM"; 4570 @JSName('getScreenCTM')
4571 Matrix getScreenCtm() native;
4492 4572
4493 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4573 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4494 Matrix getTransformToElement(SvgElement element) native; 4574 Matrix getTransformToElement(SvgElement element) native;
4495 4575
4496 // From SVGStylable 4576 // From SVGStylable
4497 4577
4578 // Shadowing definition.
4498 /// @domName SVGStylable.className; @docsEditable true 4579 /// @domName SVGStylable.className; @docsEditable true
4499 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4580 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4500 4581
4501 // Use implementation from Element. 4582 // Use implementation from Element.
4502 // final CSSStyleDeclaration style; 4583 // final CSSStyleDeclaration style;
4503 4584
4504 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4585 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4505 CSSValue getPresentationAttribute(String name) native; 4586 CSSValue getPresentationAttribute(String name) native;
4506 4587
4507 // From SVGTests 4588 // From SVGTests
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4659 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 4740 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
4660 final SvgElement farthestViewportElement; 4741 final SvgElement farthestViewportElement;
4661 4742
4662 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 4743 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
4663 final SvgElement nearestViewportElement; 4744 final SvgElement nearestViewportElement;
4664 4745
4665 /// @domName SVGLocatable.getBBox; @docsEditable true 4746 /// @domName SVGLocatable.getBBox; @docsEditable true
4666 Rect getBBox() native; 4747 Rect getBBox() native;
4667 4748
4668 /// @domName SVGLocatable.getCTM; @docsEditable true 4749 /// @domName SVGLocatable.getCTM; @docsEditable true
4669 Matrix getCtm() native "getCTM"; 4750 @JSName('getCTM')
4751 Matrix getCtm() native;
4670 4752
4671 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 4753 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
4672 Matrix getScreenCtm() native "getScreenCTM"; 4754 @JSName('getScreenCTM')
4755 Matrix getScreenCtm() native;
4673 4756
4674 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4757 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4675 Matrix getTransformToElement(SvgElement element) native; 4758 Matrix getTransformToElement(SvgElement element) native;
4676 4759
4677 // From SVGStylable 4760 // From SVGStylable
4678 4761
4762 // Shadowing definition.
4679 /// @domName SVGStylable.className; @docsEditable true 4763 /// @domName SVGStylable.className; @docsEditable true
4680 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4764 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4681 4765
4682 // Use implementation from Element. 4766 // Use implementation from Element.
4683 // final CSSStyleDeclaration style; 4767 // final CSSStyleDeclaration style;
4684 4768
4685 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4769 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4686 CSSValue getPresentationAttribute(String name) native; 4770 CSSValue getPresentationAttribute(String name) native;
4687 4771
4688 // From SVGTests 4772 // From SVGTests
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
4765 /// @domName SVGStopElement; @docsEditable true 4849 /// @domName SVGStopElement; @docsEditable true
4766 class StopElement extends SvgElement implements Stylable native "*SVGStopElement " { 4850 class StopElement extends SvgElement implements Stylable native "*SVGStopElement " {
4767 4851
4768 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 4852 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
4769 4853
4770 /// @domName SVGStopElement.offset; @docsEditable true 4854 /// @domName SVGStopElement.offset; @docsEditable true
4771 final AnimatedNumber offset; 4855 final AnimatedNumber offset;
4772 4856
4773 // From SVGStylable 4857 // From SVGStylable
4774 4858
4859 // Shadowing definition.
4775 /// @domName SVGStylable.className; @docsEditable true 4860 /// @domName SVGStylable.className; @docsEditable true
4776 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4861 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4777 4862
4778 // Use implementation from Element. 4863 // Use implementation from Element.
4779 // final CSSStyleDeclaration style; 4864 // final CSSStyleDeclaration style;
4780 4865
4781 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4866 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4782 CSSValue getPresentationAttribute(String name) native; 4867 CSSValue getPresentationAttribute(String name) native;
4783 } 4868 }
4784 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
4899 String replaceItem(String item, int index) native; 4984 String replaceItem(String item, int index) native;
4900 } 4985 }
4901 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4902 // for details. All rights reserved. Use of this source code is governed by a 4987 // for details. All rights reserved. Use of this source code is governed by a
4903 // BSD-style license that can be found in the LICENSE file. 4988 // BSD-style license that can be found in the LICENSE file.
4904 4989
4905 4990
4906 /// @domName SVGStylable 4991 /// @domName SVGStylable
4907 abstract class Stylable { 4992 abstract class Stylable {
4908 4993
4909 AnimatedString className; 4994 AnimatedString $dom_svgClassName;
4910 4995
4911 CSSStyleDeclaration style; 4996 CSSStyleDeclaration style;
4912 4997
4913 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4998 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4914 CSSValue getPresentationAttribute(String name); 4999 CSSValue getPresentationAttribute(String name);
4915 } 5000 }
4916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5001 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4917 // for details. All rights reserved. Use of this source code is governed by a 5002 // for details. All rights reserved. Use of this source code is governed by a
4918 // BSD-style license that can be found in the LICENSE file. 5003 // BSD-style license that can be found in the LICENSE file.
4919 5004
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
4954 // BSD-style license that can be found in the LICENSE file. 5039 // BSD-style license that can be found in the LICENSE file.
4955 5040
4956 5041
4957 /// @domName SVGDocument; @docsEditable true 5042 /// @domName SVGDocument; @docsEditable true
4958 class SvgDocument extends Document native "*SVGDocument" { 5043 class SvgDocument extends Document native "*SVGDocument" {
4959 5044
4960 /// @domName SVGDocument.rootElement; @docsEditable true 5045 /// @domName SVGDocument.rootElement; @docsEditable true
4961 final SvgSvgElement rootElement; 5046 final SvgSvgElement rootElement;
4962 5047
4963 /// @domName SVGDocument.createEvent; @docsEditable true 5048 /// @domName SVGDocument.createEvent; @docsEditable true
4964 Event $dom_createEvent(String eventType) native "createEvent"; 5049 @JSName('createEvent')
5050 Event $dom_createEvent(String eventType) native;
4965 } 5051 }
4966 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 5052 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
4967 // for details. All rights reserved. Use of this source code is governed by a 5053 // for details. All rights reserved. Use of this source code is governed by a
4968 // BSD-style license that can be found in the LICENSE file. 5054 // BSD-style license that can be found in the LICENSE file.
4969 5055
4970 5056
4971 class _AttributeClassSet extends CssClassSet { 5057 class _AttributeClassSet extends CssClassSet {
4972 final Element _element; 5058 final Element _element;
4973 5059
4974 _AttributeClassSet(this._element); 5060 _AttributeClassSet(this._element);
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
5051 // Shadowing definition. 5137 // Shadowing definition.
5052 /// @domName SVGElement.id; @docsEditable true 5138 /// @domName SVGElement.id; @docsEditable true
5053 String get id => JS("String", "#.id", this); 5139 String get id => JS("String", "#.id", this);
5054 5140
5055 /// @domName SVGElement.id; @docsEditable true 5141 /// @domName SVGElement.id; @docsEditable true
5056 void set id(String value) { 5142 void set id(String value) {
5057 JS("void", "#.id = #", this, value); 5143 JS("void", "#.id = #", this, value);
5058 } 5144 }
5059 5145
5060 /// @domName SVGElement.ownerSVGElement; @docsEditable true 5146 /// @domName SVGElement.ownerSVGElement; @docsEditable true
5061 SvgSvgElement get ownerSvgElement => JS("SvgSvgElement", "#.ownerSVGElement", this); 5147 @JSName('ownerSVGElement')
5148 final SvgSvgElement ownerSvgElement;
5062 5149
5063 /// @domName SVGElement.viewportElement; @docsEditable true 5150 /// @domName SVGElement.viewportElement; @docsEditable true
5064 final SvgElement viewportElement; 5151 final SvgElement viewportElement;
5065 5152
5066 /// @domName SVGElement.xmlbase; @docsEditable true 5153 /// @domName SVGElement.xmlbase; @docsEditable true
5067 String xmlbase; 5154 String xmlbase;
5068 5155
5069 } 5156 }
5070 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5157 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5071 // for details. All rights reserved. Use of this source code is governed by a 5158 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
5124 /// @domName SVGSVGElement.animationsPaused; @docsEditable true 5211 /// @domName SVGSVGElement.animationsPaused; @docsEditable true
5125 bool animationsPaused() native; 5212 bool animationsPaused() native;
5126 5213
5127 /// @domName SVGSVGElement.checkEnclosure; @docsEditable true 5214 /// @domName SVGSVGElement.checkEnclosure; @docsEditable true
5128 bool checkEnclosure(SvgElement element, Rect rect) native; 5215 bool checkEnclosure(SvgElement element, Rect rect) native;
5129 5216
5130 /// @domName SVGSVGElement.checkIntersection; @docsEditable true 5217 /// @domName SVGSVGElement.checkIntersection; @docsEditable true
5131 bool checkIntersection(SvgElement element, Rect rect) native; 5218 bool checkIntersection(SvgElement element, Rect rect) native;
5132 5219
5133 /// @domName SVGSVGElement.createSVGAngle; @docsEditable true 5220 /// @domName SVGSVGElement.createSVGAngle; @docsEditable true
5134 Angle createSvgAngle() native "createSVGAngle"; 5221 @JSName('createSVGAngle')
5222 Angle createSvgAngle() native;
5135 5223
5136 /// @domName SVGSVGElement.createSVGLength; @docsEditable true 5224 /// @domName SVGSVGElement.createSVGLength; @docsEditable true
5137 Length createSvgLength() native "createSVGLength"; 5225 @JSName('createSVGLength')
5226 Length createSvgLength() native;
5138 5227
5139 /// @domName SVGSVGElement.createSVGMatrix; @docsEditable true 5228 /// @domName SVGSVGElement.createSVGMatrix; @docsEditable true
5140 Matrix createSvgMatrix() native "createSVGMatrix"; 5229 @JSName('createSVGMatrix')
5230 Matrix createSvgMatrix() native;
5141 5231
5142 /// @domName SVGSVGElement.createSVGNumber; @docsEditable true 5232 /// @domName SVGSVGElement.createSVGNumber; @docsEditable true
5143 Number createSvgNumber() native "createSVGNumber"; 5233 @JSName('createSVGNumber')
5234 Number createSvgNumber() native;
5144 5235
5145 /// @domName SVGSVGElement.createSVGPoint; @docsEditable true 5236 /// @domName SVGSVGElement.createSVGPoint; @docsEditable true
5146 Point createSvgPoint() native "createSVGPoint"; 5237 @JSName('createSVGPoint')
5238 Point createSvgPoint() native;
5147 5239
5148 /// @domName SVGSVGElement.createSVGRect; @docsEditable true 5240 /// @domName SVGSVGElement.createSVGRect; @docsEditable true
5149 Rect createSvgRect() native "createSVGRect"; 5241 @JSName('createSVGRect')
5242 Rect createSvgRect() native;
5150 5243
5151 /// @domName SVGSVGElement.createSVGTransform; @docsEditable true 5244 /// @domName SVGSVGElement.createSVGTransform; @docsEditable true
5152 Transform createSvgTransform() native "createSVGTransform"; 5245 @JSName('createSVGTransform')
5246 Transform createSvgTransform() native;
5153 5247
5154 /// @domName SVGSVGElement.createSVGTransformFromMatrix; @docsEditable true 5248 /// @domName SVGSVGElement.createSVGTransformFromMatrix; @docsEditable true
5155 Transform createSvgTransformFromMatrix(Matrix matrix) native "createSVGTransfo rmFromMatrix"; 5249 @JSName('createSVGTransformFromMatrix')
5250 Transform createSvgTransformFromMatrix(Matrix matrix) native;
5156 5251
5157 /// @domName SVGSVGElement.deselectAll; @docsEditable true 5252 /// @domName SVGSVGElement.deselectAll; @docsEditable true
5158 void deselectAll() native; 5253 void deselectAll() native;
5159 5254
5160 /// @domName SVGSVGElement.forceRedraw; @docsEditable true 5255 /// @domName SVGSVGElement.forceRedraw; @docsEditable true
5161 void forceRedraw() native; 5256 void forceRedraw() native;
5162 5257
5163 /// @domName SVGSVGElement.getCurrentTime; @docsEditable true 5258 /// @domName SVGSVGElement.getCurrentTime; @docsEditable true
5164 num getCurrentTime() native; 5259 num getCurrentTime() native;
5165 5260
5166 /// @domName SVGSVGElement.getElementById; @docsEditable true 5261 /// @domName SVGSVGElement.getElementById; @docsEditable true
5167 Element getElementById(String elementId) native; 5262 Element getElementById(String elementId) native;
5168 5263
5169 /// @domName SVGSVGElement.getEnclosureList; @docsEditable true 5264 /// @domName SVGSVGElement.getEnclosureList; @docsEditable true
5170 @Returns('_NodeList') @Creates('_NodeList') 5265 @Returns('NodeList') @Creates('NodeList')
5171 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native; 5266 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native;
5172 5267
5173 /// @domName SVGSVGElement.getIntersectionList; @docsEditable true 5268 /// @domName SVGSVGElement.getIntersectionList; @docsEditable true
5174 @Returns('_NodeList') @Creates('_NodeList') 5269 @Returns('NodeList') @Creates('NodeList')
5175 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native; 5270 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native;
5176 5271
5177 /// @domName SVGSVGElement.pauseAnimations; @docsEditable true 5272 /// @domName SVGSVGElement.pauseAnimations; @docsEditable true
5178 void pauseAnimations() native; 5273 void pauseAnimations() native;
5179 5274
5180 /// @domName SVGSVGElement.setCurrentTime; @docsEditable true 5275 /// @domName SVGSVGElement.setCurrentTime; @docsEditable true
5181 void setCurrentTime(num seconds) native; 5276 void setCurrentTime(num seconds) native;
5182 5277
5183 /// @domName SVGSVGElement.suspendRedraw; @docsEditable true 5278 /// @domName SVGSVGElement.suspendRedraw; @docsEditable true
5184 int suspendRedraw(int maxWaitMilliseconds) native; 5279 int suspendRedraw(int maxWaitMilliseconds) native;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
5218 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 5313 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
5219 final SvgElement farthestViewportElement; 5314 final SvgElement farthestViewportElement;
5220 5315
5221 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 5316 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
5222 final SvgElement nearestViewportElement; 5317 final SvgElement nearestViewportElement;
5223 5318
5224 /// @domName SVGLocatable.getBBox; @docsEditable true 5319 /// @domName SVGLocatable.getBBox; @docsEditable true
5225 Rect getBBox() native; 5320 Rect getBBox() native;
5226 5321
5227 /// @domName SVGLocatable.getCTM; @docsEditable true 5322 /// @domName SVGLocatable.getCTM; @docsEditable true
5228 Matrix getCtm() native "getCTM"; 5323 @JSName('getCTM')
5324 Matrix getCtm() native;
5229 5325
5230 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 5326 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
5231 Matrix getScreenCtm() native "getScreenCTM"; 5327 @JSName('getScreenCTM')
5328 Matrix getScreenCtm() native;
5232 5329
5233 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5330 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5234 Matrix getTransformToElement(SvgElement element) native; 5331 Matrix getTransformToElement(SvgElement element) native;
5235 5332
5236 // From SVGStylable 5333 // From SVGStylable
5237 5334
5335 // Shadowing definition.
5238 /// @domName SVGStylable.className; @docsEditable true 5336 /// @domName SVGStylable.className; @docsEditable true
5239 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5337 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5240 5338
5241 // Use implementation from Element. 5339 // Use implementation from Element.
5242 // final CSSStyleDeclaration style; 5340 // final CSSStyleDeclaration style;
5243 5341
5244 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5342 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5245 CSSValue getPresentationAttribute(String name) native; 5343 CSSValue getPresentationAttribute(String name) native;
5246 5344
5247 // From SVGTests 5345 // From SVGTests
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
5292 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 5390 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
5293 final SvgElement farthestViewportElement; 5391 final SvgElement farthestViewportElement;
5294 5392
5295 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 5393 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
5296 final SvgElement nearestViewportElement; 5394 final SvgElement nearestViewportElement;
5297 5395
5298 /// @domName SVGLocatable.getBBox; @docsEditable true 5396 /// @domName SVGLocatable.getBBox; @docsEditable true
5299 Rect getBBox() native; 5397 Rect getBBox() native;
5300 5398
5301 /// @domName SVGLocatable.getCTM; @docsEditable true 5399 /// @domName SVGLocatable.getCTM; @docsEditable true
5302 Matrix getCtm() native "getCTM"; 5400 @JSName('getCTM')
5401 Matrix getCtm() native;
5303 5402
5304 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 5403 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
5305 Matrix getScreenCtm() native "getScreenCTM"; 5404 @JSName('getScreenCTM')
5405 Matrix getScreenCtm() native;
5306 5406
5307 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5407 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5308 Matrix getTransformToElement(SvgElement element) native; 5408 Matrix getTransformToElement(SvgElement element) native;
5309 5409
5310 // From SVGStylable 5410 // From SVGStylable
5311 5411
5412 // Shadowing definition.
5312 /// @domName SVGStylable.className; @docsEditable true 5413 /// @domName SVGStylable.className; @docsEditable true
5313 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5414 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5314 5415
5315 // Use implementation from Element. 5416 // Use implementation from Element.
5316 // final CSSStyleDeclaration style; 5417 // final CSSStyleDeclaration style;
5317 5418
5318 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5419 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5319 CSSValue getPresentationAttribute(String name) native; 5420 CSSValue getPresentationAttribute(String name) native;
5320 5421
5321 // From SVGTests 5422 // From SVGTests
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
5363 // From SVGLangSpace 5464 // From SVGLangSpace
5364 5465
5365 /// @domName SVGLangSpace.xmllang; @docsEditable true 5466 /// @domName SVGLangSpace.xmllang; @docsEditable true
5366 String xmllang; 5467 String xmllang;
5367 5468
5368 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5469 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5369 String xmlspace; 5470 String xmlspace;
5370 5471
5371 // From SVGStylable 5472 // From SVGStylable
5372 5473
5474 // Shadowing definition.
5373 /// @domName SVGStylable.className; @docsEditable true 5475 /// @domName SVGStylable.className; @docsEditable true
5374 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5476 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5375 5477
5376 // Use implementation from Element. 5478 // Use implementation from Element.
5377 // final CSSStyleDeclaration style; 5479 // final CSSStyleDeclaration style;
5378 5480
5379 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5481 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5380 CSSValue getPresentationAttribute(String name) native; 5482 CSSValue getPresentationAttribute(String name) native;
5381 } 5483 }
5382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5484 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
5476 // From SVGLangSpace 5578 // From SVGLangSpace
5477 5579
5478 /// @domName SVGLangSpace.xmllang; @docsEditable true 5580 /// @domName SVGLangSpace.xmllang; @docsEditable true
5479 String xmllang; 5581 String xmllang;
5480 5582
5481 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5583 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5482 String xmlspace; 5584 String xmlspace;
5483 5585
5484 // From SVGStylable 5586 // From SVGStylable
5485 5587
5588 // Shadowing definition.
5486 /// @domName SVGStylable.className; @docsEditable true 5589 /// @domName SVGStylable.className; @docsEditable true
5487 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5590 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5488 5591
5489 // Use implementation from Element. 5592 // Use implementation from Element.
5490 // final CSSStyleDeclaration style; 5593 // final CSSStyleDeclaration style;
5491 5594
5492 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5595 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5493 CSSValue getPresentationAttribute(String name) native; 5596 CSSValue getPresentationAttribute(String name) native;
5494 5597
5495 // From SVGTests 5598 // From SVGTests
(...skipping 25 matching lines...) Expand all
5521 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 5624 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
5522 final SvgElement farthestViewportElement; 5625 final SvgElement farthestViewportElement;
5523 5626
5524 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 5627 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
5525 final SvgElement nearestViewportElement; 5628 final SvgElement nearestViewportElement;
5526 5629
5527 /// @domName SVGLocatable.getBBox; @docsEditable true 5630 /// @domName SVGLocatable.getBBox; @docsEditable true
5528 Rect getBBox() native; 5631 Rect getBBox() native;
5529 5632
5530 /// @domName SVGLocatable.getCTM; @docsEditable true 5633 /// @domName SVGLocatable.getCTM; @docsEditable true
5531 Matrix getCtm() native "getCTM"; 5634 @JSName('getCTM')
5635 Matrix getCtm() native;
5532 5636
5533 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 5637 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
5534 Matrix getScreenCtm() native "getScreenCTM"; 5638 @JSName('getScreenCTM')
5639 Matrix getScreenCtm() native;
5535 5640
5536 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5641 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5537 Matrix getTransformToElement(SvgElement element) native; 5642 Matrix getTransformToElement(SvgElement element) native;
5538 5643
5539 // From SVGTransformable 5644 // From SVGTransformable
5540 5645
5541 /// @domName SVGTransformable.transform; @docsEditable true 5646 /// @domName SVGTransformable.transform; @docsEditable true
5542 final AnimatedTransformList transform; 5647 final AnimatedTransformList transform;
5543 } 5648 }
5544 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5649 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
5611 // From SVGLangSpace 5716 // From SVGLangSpace
5612 5717
5613 /// @domName SVGLangSpace.xmllang; @docsEditable true 5718 /// @domName SVGLangSpace.xmllang; @docsEditable true
5614 String xmllang; 5719 String xmllang;
5615 5720
5616 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5721 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5617 String xmlspace; 5722 String xmlspace;
5618 5723
5619 // From SVGStylable 5724 // From SVGStylable
5620 5725
5726 // Shadowing definition.
5621 /// @domName SVGStylable.className; @docsEditable true 5727 /// @domName SVGStylable.className; @docsEditable true
5622 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5728 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5623 5729
5624 // Use implementation from Element. 5730 // Use implementation from Element.
5625 // final CSSStyleDeclaration style; 5731 // final CSSStyleDeclaration style;
5626 5732
5627 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5733 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5628 CSSValue getPresentationAttribute(String name) native; 5734 CSSValue getPresentationAttribute(String name) native;
5629 } 5735 }
5630 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5736 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
5775 /// @domName SVGTransformList.appendItem; @docsEditable true 5881 /// @domName SVGTransformList.appendItem; @docsEditable true
5776 Transform appendItem(Transform item) native; 5882 Transform appendItem(Transform item) native;
5777 5883
5778 /// @domName SVGTransformList.clear; @docsEditable true 5884 /// @domName SVGTransformList.clear; @docsEditable true
5779 void clear() native; 5885 void clear() native;
5780 5886
5781 /// @domName SVGTransformList.consolidate; @docsEditable true 5887 /// @domName SVGTransformList.consolidate; @docsEditable true
5782 Transform consolidate() native; 5888 Transform consolidate() native;
5783 5889
5784 /// @domName SVGTransformList.createSVGTransformFromMatrix; @docsEditable true 5890 /// @domName SVGTransformList.createSVGTransformFromMatrix; @docsEditable true
5785 Transform createSvgTransformFromMatrix(Matrix matrix) native "createSVGTransfo rmFromMatrix"; 5891 @JSName('createSVGTransformFromMatrix')
5892 Transform createSvgTransformFromMatrix(Matrix matrix) native;
5786 5893
5787 /// @domName SVGTransformList.getItem; @docsEditable true 5894 /// @domName SVGTransformList.getItem; @docsEditable true
5788 Transform getItem(int index) native; 5895 Transform getItem(int index) native;
5789 5896
5790 /// @domName SVGTransformList.initialize; @docsEditable true 5897 /// @domName SVGTransformList.initialize; @docsEditable true
5791 Transform initialize(Transform item) native; 5898 Transform initialize(Transform item) native;
5792 5899
5793 /// @domName SVGTransformList.insertItemBefore; @docsEditable true 5900 /// @domName SVGTransformList.insertItemBefore; @docsEditable true
5794 Transform insertItemBefore(Transform item, int index) native; 5901 Transform insertItemBefore(Transform item, int index) native;
5795 5902
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
5897 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true 6004 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true
5898 final SvgElement farthestViewportElement; 6005 final SvgElement farthestViewportElement;
5899 6006
5900 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true 6007 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true
5901 final SvgElement nearestViewportElement; 6008 final SvgElement nearestViewportElement;
5902 6009
5903 /// @domName SVGLocatable.getBBox; @docsEditable true 6010 /// @domName SVGLocatable.getBBox; @docsEditable true
5904 Rect getBBox() native; 6011 Rect getBBox() native;
5905 6012
5906 /// @domName SVGLocatable.getCTM; @docsEditable true 6013 /// @domName SVGLocatable.getCTM; @docsEditable true
5907 Matrix getCtm() native "getCTM"; 6014 @JSName('getCTM')
6015 Matrix getCtm() native;
5908 6016
5909 /// @domName SVGLocatable.getScreenCTM; @docsEditable true 6017 /// @domName SVGLocatable.getScreenCTM; @docsEditable true
5910 Matrix getScreenCtm() native "getScreenCTM"; 6018 @JSName('getScreenCTM')
6019 Matrix getScreenCtm() native;
5911 6020
5912 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 6021 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5913 Matrix getTransformToElement(SvgElement element) native; 6022 Matrix getTransformToElement(SvgElement element) native;
5914 6023
5915 // From SVGStylable 6024 // From SVGStylable
5916 6025
6026 // Shadowing definition.
5917 /// @domName SVGStylable.className; @docsEditable true 6027 /// @domName SVGStylable.className; @docsEditable true
5918 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 6028 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5919 6029
5920 // Use implementation from Element. 6030 // Use implementation from Element.
5921 // final CSSStyleDeclaration style; 6031 // final CSSStyleDeclaration style;
5922 6032
5923 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 6033 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5924 CSSValue getPresentationAttribute(String name) native; 6034 CSSValue getPresentationAttribute(String name) native;
5925 6035
5926 // From SVGTests 6036 // From SVGTests
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
6154 } 6264 }
6155 6265
6156 List<ElementInstance> getRange(int start, int rangeLength) => 6266 List<ElementInstance> getRange(int start, int rangeLength) =>
6157 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 6267 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
6158 6268
6159 // -- end List<ElementInstance> mixins. 6269 // -- end List<ElementInstance> mixins.
6160 6270
6161 /// @domName SVGElementInstanceList.item; @docsEditable true 6271 /// @domName SVGElementInstanceList.item; @docsEditable true
6162 ElementInstance item(int index) native; 6272 ElementInstance item(int index) native;
6163 } 6273 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698