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

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

Powered by Google App Engine
This is Rietveld 408576698