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

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

Issue 11419300: Dartifying dart:html type names. (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 import 'dart:nativewrappers'; 4 import 'dart:nativewrappers';
5 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated dart:svg library. 6 // Auto-generated dart:svg library.
7 7
8 8
9 9
10 10
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 109
110 /** @domName SVGAElement.getTransformToElement */ 110 /** @domName SVGAElement.getTransformToElement */
111 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf ormToElement_Callback"; 111 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf ormToElement_Callback";
112 112
113 113
114 /** @domName SVGAElement.className */ 114 /** @domName SVGAElement.className */
115 AnimatedString get $dom_svgClassName native "SVGAElement_className_Getter"; 115 AnimatedString get $dom_svgClassName native "SVGAElement_className_Getter";
116 116
117 117
118 /** @domName SVGAElement.style */ 118 /** @domName SVGAElement.style */
119 CSSStyleDeclaration get style native "SVGAElement_style_Getter"; 119 CssStyleDeclaration get style native "SVGAElement_style_Getter";
120 120
121 121
122 /** @domName SVGAElement.getPresentationAttribute */ 122 /** @domName SVGAElement.getPresentationAttribute */
123 CSSValue getPresentationAttribute(String name) native "SVGAElement_getPresenta tionAttribute_Callback"; 123 CssValue getPresentationAttribute(String name) native "SVGAElement_getPresenta tionAttribute_Callback";
124 124
125 125
126 /** @domName SVGAElement.requiredExtensions */ 126 /** @domName SVGAElement.requiredExtensions */
127 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette r"; 127 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette r";
128 128
129 129
130 /** @domName SVGAElement.requiredFeatures */ 130 /** @domName SVGAElement.requiredFeatures */
131 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter"; 131 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter";
132 132
133 133
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 966
967 /** @domName SVGCircleElement.getTransformToElement */ 967 /** @domName SVGCircleElement.getTransformToElement */
968 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT ransformToElement_Callback"; 968 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT ransformToElement_Callback";
969 969
970 970
971 /** @domName SVGCircleElement.className */ 971 /** @domName SVGCircleElement.className */
972 AnimatedString get $dom_svgClassName native "SVGCircleElement_className_Getter "; 972 AnimatedString get $dom_svgClassName native "SVGCircleElement_className_Getter ";
973 973
974 974
975 /** @domName SVGCircleElement.style */ 975 /** @domName SVGCircleElement.style */
976 CSSStyleDeclaration get style native "SVGCircleElement_style_Getter"; 976 CssStyleDeclaration get style native "SVGCircleElement_style_Getter";
977 977
978 978
979 /** @domName SVGCircleElement.getPresentationAttribute */ 979 /** @domName SVGCircleElement.getPresentationAttribute */
980 CSSValue getPresentationAttribute(String name) native "SVGCircleElement_getPre sentationAttribute_Callback"; 980 CssValue getPresentationAttribute(String name) native "SVGCircleElement_getPre sentationAttribute_Callback";
981 981
982 982
983 /** @domName SVGCircleElement.requiredExtensions */ 983 /** @domName SVGCircleElement.requiredExtensions */
984 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_ Getter"; 984 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_ Getter";
985 985
986 986
987 /** @domName SVGCircleElement.requiredFeatures */ 987 /** @domName SVGCircleElement.requiredFeatures */
988 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett er"; 988 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett er";
989 989
990 990
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 1060
1061 /** @domName SVGClipPathElement.getTransformToElement */ 1061 /** @domName SVGClipPathElement.getTransformToElement */
1062 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge tTransformToElement_Callback"; 1062 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge tTransformToElement_Callback";
1063 1063
1064 1064
1065 /** @domName SVGClipPathElement.className */ 1065 /** @domName SVGClipPathElement.className */
1066 AnimatedString get $dom_svgClassName native "SVGClipPathElement_className_Gett er"; 1066 AnimatedString get $dom_svgClassName native "SVGClipPathElement_className_Gett er";
1067 1067
1068 1068
1069 /** @domName SVGClipPathElement.style */ 1069 /** @domName SVGClipPathElement.style */
1070 CSSStyleDeclaration get style native "SVGClipPathElement_style_Getter"; 1070 CssStyleDeclaration get style native "SVGClipPathElement_style_Getter";
1071 1071
1072 1072
1073 /** @domName SVGClipPathElement.getPresentationAttribute */ 1073 /** @domName SVGClipPathElement.getPresentationAttribute */
1074 CSSValue getPresentationAttribute(String name) native "SVGClipPathElement_getP resentationAttribute_Callback"; 1074 CssValue getPresentationAttribute(String name) native "SVGClipPathElement_getP resentationAttribute_Callback";
1075 1075
1076 1076
1077 /** @domName SVGClipPathElement.requiredExtensions */ 1077 /** @domName SVGClipPathElement.requiredExtensions */
1078 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension s_Getter"; 1078 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension s_Getter";
1079 1079
1080 1080
1081 /** @domName SVGClipPathElement.requiredFeatures */ 1081 /** @domName SVGClipPathElement.requiredFeatures */
1082 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge tter"; 1082 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge tter";
1083 1083
1084 1084
(...skipping 10 matching lines...) Expand all
1095 1095
1096 } 1096 }
1097 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1097 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1098 // for details. All rights reserved. Use of this source code is governed by a 1098 // for details. All rights reserved. Use of this source code is governed by a
1099 // BSD-style license that can be found in the LICENSE file. 1099 // BSD-style license that can be found in the LICENSE file.
1100 1100
1101 // WARNING: Do not edit - generated code. 1101 // WARNING: Do not edit - generated code.
1102 1102
1103 1103
1104 /// @domName SVGColor 1104 /// @domName SVGColor
1105 class Color extends CSSValue { 1105 class Color extends CssValue {
1106 Color.internal(): super.internal(); 1106 Color.internal(): super.internal();
1107 1107
1108 static const int SVG_COLORTYPE_CURRENTCOLOR = 3; 1108 static const int SVG_COLORTYPE_CURRENTCOLOR = 3;
1109 1109
1110 static const int SVG_COLORTYPE_RGBCOLOR = 1; 1110 static const int SVG_COLORTYPE_RGBCOLOR = 1;
1111 1111
1112 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; 1112 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2;
1113 1113
1114 static const int SVG_COLORTYPE_UNKNOWN = 0; 1114 static const int SVG_COLORTYPE_UNKNOWN = 0;
1115 1115
1116 1116
1117 /** @domName SVGColor.colorType */ 1117 /** @domName SVGColor.colorType */
1118 int get colorType native "SVGColor_colorType_Getter"; 1118 int get colorType native "SVGColor_colorType_Getter";
1119 1119
1120 1120
1121 /** @domName SVGColor.rgbColor */ 1121 /** @domName SVGColor.rgbColor */
1122 RGBColor get rgbColor native "SVGColor_rgbColor_Getter"; 1122 RgbColor get rgbColor native "SVGColor_rgbColor_Getter";
1123 1123
1124 1124
1125 /** @domName SVGColor.setColor */ 1125 /** @domName SVGColor.setColor */
1126 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo r_setColor_Callback"; 1126 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo r_setColor_Callback";
1127 1127
1128 1128
1129 /** @domName SVGColor.setRGBColor */ 1129 /** @domName SVGColor.setRGBColor */
1130 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback"; 1130 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback";
1131 1131
1132 1132
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 1288
1289 /** @domName SVGDefsElement.getTransformToElement */ 1289 /** @domName SVGDefsElement.getTransformToElement */
1290 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra nsformToElement_Callback"; 1290 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra nsformToElement_Callback";
1291 1291
1292 1292
1293 /** @domName SVGDefsElement.className */ 1293 /** @domName SVGDefsElement.className */
1294 AnimatedString get $dom_svgClassName native "SVGDefsElement_className_Getter"; 1294 AnimatedString get $dom_svgClassName native "SVGDefsElement_className_Getter";
1295 1295
1296 1296
1297 /** @domName SVGDefsElement.style */ 1297 /** @domName SVGDefsElement.style */
1298 CSSStyleDeclaration get style native "SVGDefsElement_style_Getter"; 1298 CssStyleDeclaration get style native "SVGDefsElement_style_Getter";
1299 1299
1300 1300
1301 /** @domName SVGDefsElement.getPresentationAttribute */ 1301 /** @domName SVGDefsElement.getPresentationAttribute */
1302 CSSValue getPresentationAttribute(String name) native "SVGDefsElement_getPrese ntationAttribute_Callback"; 1302 CssValue getPresentationAttribute(String name) native "SVGDefsElement_getPrese ntationAttribute_Callback";
1303 1303
1304 1304
1305 /** @domName SVGDefsElement.requiredExtensions */ 1305 /** @domName SVGDefsElement.requiredExtensions */
1306 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge tter"; 1306 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge tter";
1307 1307
1308 1308
1309 /** @domName SVGDefsElement.requiredFeatures */ 1309 /** @domName SVGDefsElement.requiredFeatures */
1310 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter "; 1310 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter ";
1311 1311
1312 1312
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 1350
1351 /** @domName SVGDescElement.xmlspace */ 1351 /** @domName SVGDescElement.xmlspace */
1352 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter"; 1352 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter";
1353 1353
1354 1354
1355 /** @domName SVGDescElement.className */ 1355 /** @domName SVGDescElement.className */
1356 AnimatedString get $dom_svgClassName native "SVGDescElement_className_Getter"; 1356 AnimatedString get $dom_svgClassName native "SVGDescElement_className_Getter";
1357 1357
1358 1358
1359 /** @domName SVGDescElement.style */ 1359 /** @domName SVGDescElement.style */
1360 CSSStyleDeclaration get style native "SVGDescElement_style_Getter"; 1360 CssStyleDeclaration get style native "SVGDescElement_style_Getter";
1361 1361
1362 1362
1363 /** @domName SVGDescElement.getPresentationAttribute */ 1363 /** @domName SVGDescElement.getPresentationAttribute */
1364 CSSValue getPresentationAttribute(String name) native "SVGDescElement_getPrese ntationAttribute_Callback"; 1364 CssValue getPresentationAttribute(String name) native "SVGDescElement_getPrese ntationAttribute_Callback";
1365 1365
1366 } 1366 }
1367 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1367 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1368 // for details. All rights reserved. Use of this source code is governed by a 1368 // for details. All rights reserved. Use of this source code is governed by a
1369 // BSD-style license that can be found in the LICENSE file. 1369 // BSD-style license that can be found in the LICENSE file.
1370 1370
1371 // WARNING: Do not edit - generated code. 1371 // WARNING: Do not edit - generated code.
1372 1372
1373 1373
1374 /// @domName SVGElementInstance 1374 /// @domName SVGElementInstance
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 1568
1569 /** @domName SVGEllipseElement.getTransformToElement */ 1569 /** @domName SVGEllipseElement.getTransformToElement */
1570 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get TransformToElement_Callback"; 1570 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get TransformToElement_Callback";
1571 1571
1572 1572
1573 /** @domName SVGEllipseElement.className */ 1573 /** @domName SVGEllipseElement.className */
1574 AnimatedString get $dom_svgClassName native "SVGEllipseElement_className_Gette r"; 1574 AnimatedString get $dom_svgClassName native "SVGEllipseElement_className_Gette r";
1575 1575
1576 1576
1577 /** @domName SVGEllipseElement.style */ 1577 /** @domName SVGEllipseElement.style */
1578 CSSStyleDeclaration get style native "SVGEllipseElement_style_Getter"; 1578 CssStyleDeclaration get style native "SVGEllipseElement_style_Getter";
1579 1579
1580 1580
1581 /** @domName SVGEllipseElement.getPresentationAttribute */ 1581 /** @domName SVGEllipseElement.getPresentationAttribute */
1582 CSSValue getPresentationAttribute(String name) native "SVGEllipseElement_getPr esentationAttribute_Callback"; 1582 CssValue getPresentationAttribute(String name) native "SVGEllipseElement_getPr esentationAttribute_Callback";
1583 1583
1584 1584
1585 /** @domName SVGEllipseElement.requiredExtensions */ 1585 /** @domName SVGEllipseElement.requiredExtensions */
1586 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions _Getter"; 1586 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions _Getter";
1587 1587
1588 1588
1589 /** @domName SVGEllipseElement.requiredFeatures */ 1589 /** @domName SVGEllipseElement.requiredFeatures */
1590 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get ter"; 1590 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get ter";
1591 1591
1592 1592
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 1672
1673 /** @domName SVGFEBlendElement.y */ 1673 /** @domName SVGFEBlendElement.y */
1674 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; 1674 AnimatedLength get y native "SVGFEBlendElement_y_Getter";
1675 1675
1676 1676
1677 /** @domName SVGFEBlendElement.className */ 1677 /** @domName SVGFEBlendElement.className */
1678 AnimatedString get $dom_svgClassName native "SVGFEBlendElement_className_Gette r"; 1678 AnimatedString get $dom_svgClassName native "SVGFEBlendElement_className_Gette r";
1679 1679
1680 1680
1681 /** @domName SVGFEBlendElement.style */ 1681 /** @domName SVGFEBlendElement.style */
1682 CSSStyleDeclaration get style native "SVGFEBlendElement_style_Getter"; 1682 CssStyleDeclaration get style native "SVGFEBlendElement_style_Getter";
1683 1683
1684 1684
1685 /** @domName SVGFEBlendElement.getPresentationAttribute */ 1685 /** @domName SVGFEBlendElement.getPresentationAttribute */
1686 CSSValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPr esentationAttribute_Callback"; 1686 CssValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPr esentationAttribute_Callback";
1687 1687
1688 } 1688 }
1689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1690 // for details. All rights reserved. Use of this source code is governed by a 1690 // for details. All rights reserved. Use of this source code is governed by a
1691 // BSD-style license that can be found in the LICENSE file. 1691 // BSD-style license that can be found in the LICENSE file.
1692 1692
1693 // WARNING: Do not edit - generated code. 1693 // WARNING: Do not edit - generated code.
1694 1694
1695 1695
1696 /// @domName SVGFEColorMatrixElement 1696 /// @domName SVGFEColorMatrixElement
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 1738
1739 /** @domName SVGFEColorMatrixElement.y */ 1739 /** @domName SVGFEColorMatrixElement.y */
1740 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; 1740 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter";
1741 1741
1742 1742
1743 /** @domName SVGFEColorMatrixElement.className */ 1743 /** @domName SVGFEColorMatrixElement.className */
1744 AnimatedString get $dom_svgClassName native "SVGFEColorMatrixElement_className _Getter"; 1744 AnimatedString get $dom_svgClassName native "SVGFEColorMatrixElement_className _Getter";
1745 1745
1746 1746
1747 /** @domName SVGFEColorMatrixElement.style */ 1747 /** @domName SVGFEColorMatrixElement.style */
1748 CSSStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter"; 1748 CssStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter";
1749 1749
1750 1750
1751 /** @domName SVGFEColorMatrixElement.getPresentationAttribute */ 1751 /** @domName SVGFEColorMatrixElement.getPresentationAttribute */
1752 CSSValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement _getPresentationAttribute_Callback"; 1752 CssValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement _getPresentationAttribute_Callback";
1753 1753
1754 } 1754 }
1755 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1755 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1756 // for details. All rights reserved. Use of this source code is governed by a 1756 // for details. All rights reserved. Use of this source code is governed by a
1757 // BSD-style license that can be found in the LICENSE file. 1757 // BSD-style license that can be found in the LICENSE file.
1758 1758
1759 // WARNING: Do not edit - generated code. 1759 // WARNING: Do not edit - generated code.
1760 1760
1761 1761
1762 /// @domName SVGFEComponentTransferElement 1762 /// @domName SVGFEComponentTransferElement
(...skipping 23 matching lines...) Expand all
1786 1786
1787 /** @domName SVGFEComponentTransferElement.y */ 1787 /** @domName SVGFEComponentTransferElement.y */
1788 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; 1788 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter";
1789 1789
1790 1790
1791 /** @domName SVGFEComponentTransferElement.className */ 1791 /** @domName SVGFEComponentTransferElement.className */
1792 AnimatedString get $dom_svgClassName native "SVGFEComponentTransferElement_cla ssName_Getter"; 1792 AnimatedString get $dom_svgClassName native "SVGFEComponentTransferElement_cla ssName_Getter";
1793 1793
1794 1794
1795 /** @domName SVGFEComponentTransferElement.style */ 1795 /** @domName SVGFEComponentTransferElement.style */
1796 CSSStyleDeclaration get style native "SVGFEComponentTransferElement_style_Gett er"; 1796 CssStyleDeclaration get style native "SVGFEComponentTransferElement_style_Gett er";
1797 1797
1798 1798
1799 /** @domName SVGFEComponentTransferElement.getPresentationAttribute */ 1799 /** @domName SVGFEComponentTransferElement.getPresentationAttribute */
1800 CSSValue getPresentationAttribute(String name) native "SVGFEComponentTransferE lement_getPresentationAttribute_Callback"; 1800 CssValue getPresentationAttribute(String name) native "SVGFEComponentTransferE lement_getPresentationAttribute_Callback";
1801 1801
1802 } 1802 }
1803 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1803 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1804 // for details. All rights reserved. Use of this source code is governed by a 1804 // for details. All rights reserved. Use of this source code is governed by a
1805 // BSD-style license that can be found in the LICENSE file. 1805 // BSD-style license that can be found in the LICENSE file.
1806 1806
1807 // WARNING: Do not edit - generated code. 1807 // WARNING: Do not edit - generated code.
1808 1808
1809 1809
1810 /// @domName SVGFECompositeElement 1810 /// @domName SVGFECompositeElement
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 1872
1873 /** @domName SVGFECompositeElement.y */ 1873 /** @domName SVGFECompositeElement.y */
1874 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; 1874 AnimatedLength get y native "SVGFECompositeElement_y_Getter";
1875 1875
1876 1876
1877 /** @domName SVGFECompositeElement.className */ 1877 /** @domName SVGFECompositeElement.className */
1878 AnimatedString get $dom_svgClassName native "SVGFECompositeElement_className_G etter"; 1878 AnimatedString get $dom_svgClassName native "SVGFECompositeElement_className_G etter";
1879 1879
1880 1880
1881 /** @domName SVGFECompositeElement.style */ 1881 /** @domName SVGFECompositeElement.style */
1882 CSSStyleDeclaration get style native "SVGFECompositeElement_style_Getter"; 1882 CssStyleDeclaration get style native "SVGFECompositeElement_style_Getter";
1883 1883
1884 1884
1885 /** @domName SVGFECompositeElement.getPresentationAttribute */ 1885 /** @domName SVGFECompositeElement.getPresentationAttribute */
1886 CSSValue getPresentationAttribute(String name) native "SVGFECompositeElement_g etPresentationAttribute_Callback"; 1886 CssValue getPresentationAttribute(String name) native "SVGFECompositeElement_g etPresentationAttribute_Callback";
1887 1887
1888 } 1888 }
1889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1890 // for details. All rights reserved. Use of this source code is governed by a 1890 // for details. All rights reserved. Use of this source code is governed by a
1891 // BSD-style license that can be found in the LICENSE file. 1891 // BSD-style license that can be found in the LICENSE file.
1892 1892
1893 // WARNING: Do not edit - generated code. 1893 // WARNING: Do not edit - generated code.
1894 1894
1895 1895
1896 /// @domName SVGFEConvolveMatrixElement 1896 /// @domName SVGFEConvolveMatrixElement
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 1972
1973 /** @domName SVGFEConvolveMatrixElement.y */ 1973 /** @domName SVGFEConvolveMatrixElement.y */
1974 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; 1974 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter";
1975 1975
1976 1976
1977 /** @domName SVGFEConvolveMatrixElement.className */ 1977 /** @domName SVGFEConvolveMatrixElement.className */
1978 AnimatedString get $dom_svgClassName native "SVGFEConvolveMatrixElement_classN ame_Getter"; 1978 AnimatedString get $dom_svgClassName native "SVGFEConvolveMatrixElement_classN ame_Getter";
1979 1979
1980 1980
1981 /** @domName SVGFEConvolveMatrixElement.style */ 1981 /** @domName SVGFEConvolveMatrixElement.style */
1982 CSSStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter" ; 1982 CssStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter" ;
1983 1983
1984 1984
1985 /** @domName SVGFEConvolveMatrixElement.getPresentationAttribute */ 1985 /** @domName SVGFEConvolveMatrixElement.getPresentationAttribute */
1986 CSSValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElem ent_getPresentationAttribute_Callback"; 1986 CssValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElem ent_getPresentationAttribute_Callback";
1987 1987
1988 } 1988 }
1989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1990 // for details. All rights reserved. Use of this source code is governed by a 1990 // for details. All rights reserved. Use of this source code is governed by a
1991 // BSD-style license that can be found in the LICENSE file. 1991 // BSD-style license that can be found in the LICENSE file.
1992 1992
1993 // WARNING: Do not edit - generated code. 1993 // WARNING: Do not edit - generated code.
1994 1994
1995 1995
1996 /// @domName SVGFEDiffuseLightingElement 1996 /// @domName SVGFEDiffuseLightingElement
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 2036
2037 /** @domName SVGFEDiffuseLightingElement.y */ 2037 /** @domName SVGFEDiffuseLightingElement.y */
2038 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; 2038 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter";
2039 2039
2040 2040
2041 /** @domName SVGFEDiffuseLightingElement.className */ 2041 /** @domName SVGFEDiffuseLightingElement.className */
2042 AnimatedString get $dom_svgClassName native "SVGFEDiffuseLightingElement_class Name_Getter"; 2042 AnimatedString get $dom_svgClassName native "SVGFEDiffuseLightingElement_class Name_Getter";
2043 2043
2044 2044
2045 /** @domName SVGFEDiffuseLightingElement.style */ 2045 /** @domName SVGFEDiffuseLightingElement.style */
2046 CSSStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter "; 2046 CssStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter ";
2047 2047
2048 2048
2049 /** @domName SVGFEDiffuseLightingElement.getPresentationAttribute */ 2049 /** @domName SVGFEDiffuseLightingElement.getPresentationAttribute */
2050 CSSValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingEle ment_getPresentationAttribute_Callback"; 2050 CssValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingEle ment_getPresentationAttribute_Callback";
2051 2051
2052 } 2052 }
2053 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2053 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2054 // for details. All rights reserved. Use of this source code is governed by a 2054 // for details. All rights reserved. Use of this source code is governed by a
2055 // BSD-style license that can be found in the LICENSE file. 2055 // BSD-style license that can be found in the LICENSE file.
2056 2056
2057 // WARNING: Do not edit - generated code. 2057 // WARNING: Do not edit - generated code.
2058 2058
2059 2059
2060 /// @domName SVGFEDisplacementMapElement 2060 /// @domName SVGFEDisplacementMapElement
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 2110
2111 /** @domName SVGFEDisplacementMapElement.y */ 2111 /** @domName SVGFEDisplacementMapElement.y */
2112 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; 2112 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter";
2113 2113
2114 2114
2115 /** @domName SVGFEDisplacementMapElement.className */ 2115 /** @domName SVGFEDisplacementMapElement.className */
2116 AnimatedString get $dom_svgClassName native "SVGFEDisplacementMapElement_class Name_Getter"; 2116 AnimatedString get $dom_svgClassName native "SVGFEDisplacementMapElement_class Name_Getter";
2117 2117
2118 2118
2119 /** @domName SVGFEDisplacementMapElement.style */ 2119 /** @domName SVGFEDisplacementMapElement.style */
2120 CSSStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter "; 2120 CssStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter ";
2121 2121
2122 2122
2123 /** @domName SVGFEDisplacementMapElement.getPresentationAttribute */ 2123 /** @domName SVGFEDisplacementMapElement.getPresentationAttribute */
2124 CSSValue getPresentationAttribute(String name) native "SVGFEDisplacementMapEle ment_getPresentationAttribute_Callback"; 2124 CssValue getPresentationAttribute(String name) native "SVGFEDisplacementMapEle ment_getPresentationAttribute_Callback";
2125 2125
2126 } 2126 }
2127 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2127 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2128 // for details. All rights reserved. Use of this source code is governed by a 2128 // for details. All rights reserved. Use of this source code is governed by a
2129 // BSD-style license that can be found in the LICENSE file. 2129 // BSD-style license that can be found in the LICENSE file.
2130 2130
2131 // WARNING: Do not edit - generated code. 2131 // WARNING: Do not edit - generated code.
2132 2132
2133 2133
2134 /// @domName SVGFEDistantLightElement 2134 /// @domName SVGFEDistantLightElement
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 2198
2199 /** @domName SVGFEDropShadowElement.y */ 2199 /** @domName SVGFEDropShadowElement.y */
2200 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter"; 2200 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter";
2201 2201
2202 2202
2203 /** @domName SVGFEDropShadowElement.className */ 2203 /** @domName SVGFEDropShadowElement.className */
2204 AnimatedString get $dom_svgClassName native "SVGFEDropShadowElement_className_ Getter"; 2204 AnimatedString get $dom_svgClassName native "SVGFEDropShadowElement_className_ Getter";
2205 2205
2206 2206
2207 /** @domName SVGFEDropShadowElement.style */ 2207 /** @domName SVGFEDropShadowElement.style */
2208 CSSStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter"; 2208 CssStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter";
2209 2209
2210 2210
2211 /** @domName SVGFEDropShadowElement.getPresentationAttribute */ 2211 /** @domName SVGFEDropShadowElement.getPresentationAttribute */
2212 CSSValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_ getPresentationAttribute_Callback"; 2212 CssValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_ getPresentationAttribute_Callback";
2213 2213
2214 } 2214 }
2215 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2215 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2216 // for details. All rights reserved. Use of this source code is governed by a 2216 // for details. All rights reserved. Use of this source code is governed by a
2217 // BSD-style license that can be found in the LICENSE file. 2217 // BSD-style license that can be found in the LICENSE file.
2218 2218
2219 // WARNING: Do not edit - generated code. 2219 // WARNING: Do not edit - generated code.
2220 2220
2221 2221
2222 /// @domName SVGFEFloodElement 2222 /// @domName SVGFEFloodElement
(...skipping 19 matching lines...) Expand all
2242 2242
2243 /** @domName SVGFEFloodElement.y */ 2243 /** @domName SVGFEFloodElement.y */
2244 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; 2244 AnimatedLength get y native "SVGFEFloodElement_y_Getter";
2245 2245
2246 2246
2247 /** @domName SVGFEFloodElement.className */ 2247 /** @domName SVGFEFloodElement.className */
2248 AnimatedString get $dom_svgClassName native "SVGFEFloodElement_className_Gette r"; 2248 AnimatedString get $dom_svgClassName native "SVGFEFloodElement_className_Gette r";
2249 2249
2250 2250
2251 /** @domName SVGFEFloodElement.style */ 2251 /** @domName SVGFEFloodElement.style */
2252 CSSStyleDeclaration get style native "SVGFEFloodElement_style_Getter"; 2252 CssStyleDeclaration get style native "SVGFEFloodElement_style_Getter";
2253 2253
2254 2254
2255 /** @domName SVGFEFloodElement.getPresentationAttribute */ 2255 /** @domName SVGFEFloodElement.getPresentationAttribute */
2256 CSSValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPr esentationAttribute_Callback"; 2256 CssValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPr esentationAttribute_Callback";
2257 2257
2258 } 2258 }
2259 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2259 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2260 // for details. All rights reserved. Use of this source code is governed by a 2260 // for details. All rights reserved. Use of this source code is governed by a
2261 // BSD-style license that can be found in the LICENSE file. 2261 // BSD-style license that can be found in the LICENSE file.
2262 2262
2263 // WARNING: Do not edit - generated code. 2263 // WARNING: Do not edit - generated code.
2264 2264
2265 2265
2266 /// @domName SVGFEFuncAElement 2266 /// @domName SVGFEFuncAElement
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
2350 2350
2351 /** @domName SVGFEGaussianBlurElement.y */ 2351 /** @domName SVGFEGaussianBlurElement.y */
2352 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; 2352 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter";
2353 2353
2354 2354
2355 /** @domName SVGFEGaussianBlurElement.className */ 2355 /** @domName SVGFEGaussianBlurElement.className */
2356 AnimatedString get $dom_svgClassName native "SVGFEGaussianBlurElement_classNam e_Getter"; 2356 AnimatedString get $dom_svgClassName native "SVGFEGaussianBlurElement_classNam e_Getter";
2357 2357
2358 2358
2359 /** @domName SVGFEGaussianBlurElement.style */ 2359 /** @domName SVGFEGaussianBlurElement.style */
2360 CSSStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter"; 2360 CssStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter";
2361 2361
2362 2362
2363 /** @domName SVGFEGaussianBlurElement.getPresentationAttribute */ 2363 /** @domName SVGFEGaussianBlurElement.getPresentationAttribute */
2364 CSSValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElemen t_getPresentationAttribute_Callback"; 2364 CssValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElemen t_getPresentationAttribute_Callback";
2365 2365
2366 } 2366 }
2367 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2367 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2368 // for details. All rights reserved. Use of this source code is governed by a 2368 // for details. All rights reserved. Use of this source code is governed by a
2369 // BSD-style license that can be found in the LICENSE file. 2369 // BSD-style license that can be found in the LICENSE file.
2370 2370
2371 // WARNING: Do not edit - generated code. 2371 // WARNING: Do not edit - generated code.
2372 2372
2373 2373
2374 /// @domName SVGFEImageElement 2374 /// @domName SVGFEImageElement
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2418 2418
2419 /** @domName SVGFEImageElement.xmlspace */ 2419 /** @domName SVGFEImageElement.xmlspace */
2420 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter"; 2420 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter";
2421 2421
2422 2422
2423 /** @domName SVGFEImageElement.className */ 2423 /** @domName SVGFEImageElement.className */
2424 AnimatedString get $dom_svgClassName native "SVGFEImageElement_className_Gette r"; 2424 AnimatedString get $dom_svgClassName native "SVGFEImageElement_className_Gette r";
2425 2425
2426 2426
2427 /** @domName SVGFEImageElement.style */ 2427 /** @domName SVGFEImageElement.style */
2428 CSSStyleDeclaration get style native "SVGFEImageElement_style_Getter"; 2428 CssStyleDeclaration get style native "SVGFEImageElement_style_Getter";
2429 2429
2430 2430
2431 /** @domName SVGFEImageElement.getPresentationAttribute */ 2431 /** @domName SVGFEImageElement.getPresentationAttribute */
2432 CSSValue getPresentationAttribute(String name) native "SVGFEImageElement_getPr esentationAttribute_Callback"; 2432 CssValue getPresentationAttribute(String name) native "SVGFEImageElement_getPr esentationAttribute_Callback";
2433 2433
2434 2434
2435 /** @domName SVGFEImageElement.href */ 2435 /** @domName SVGFEImageElement.href */
2436 AnimatedString get href native "SVGFEImageElement_href_Getter"; 2436 AnimatedString get href native "SVGFEImageElement_href_Getter";
2437 2437
2438 } 2438 }
2439 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2439 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2440 // for details. All rights reserved. Use of this source code is governed by a 2440 // for details. All rights reserved. Use of this source code is governed by a
2441 // BSD-style license that can be found in the LICENSE file. 2441 // BSD-style license that can be found in the LICENSE file.
2442 2442
(...skipping 23 matching lines...) Expand all
2466 2466
2467 /** @domName SVGFEMergeElement.y */ 2467 /** @domName SVGFEMergeElement.y */
2468 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; 2468 AnimatedLength get y native "SVGFEMergeElement_y_Getter";
2469 2469
2470 2470
2471 /** @domName SVGFEMergeElement.className */ 2471 /** @domName SVGFEMergeElement.className */
2472 AnimatedString get $dom_svgClassName native "SVGFEMergeElement_className_Gette r"; 2472 AnimatedString get $dom_svgClassName native "SVGFEMergeElement_className_Gette r";
2473 2473
2474 2474
2475 /** @domName SVGFEMergeElement.style */ 2475 /** @domName SVGFEMergeElement.style */
2476 CSSStyleDeclaration get style native "SVGFEMergeElement_style_Getter"; 2476 CssStyleDeclaration get style native "SVGFEMergeElement_style_Getter";
2477 2477
2478 2478
2479 /** @domName SVGFEMergeElement.getPresentationAttribute */ 2479 /** @domName SVGFEMergeElement.getPresentationAttribute */
2480 CSSValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPr esentationAttribute_Callback"; 2480 CssValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPr esentationAttribute_Callback";
2481 2481
2482 } 2482 }
2483 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2483 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2484 // for details. All rights reserved. Use of this source code is governed by a 2484 // for details. All rights reserved. Use of this source code is governed by a
2485 // BSD-style license that can be found in the LICENSE file. 2485 // BSD-style license that can be found in the LICENSE file.
2486 2486
2487 // WARNING: Do not edit - generated code. 2487 // WARNING: Do not edit - generated code.
2488 2488
2489 2489
2490 /// @domName SVGFEMergeNodeElement 2490 /// @domName SVGFEMergeNodeElement
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
2552 2552
2553 /** @domName SVGFEMorphologyElement.y */ 2553 /** @domName SVGFEMorphologyElement.y */
2554 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; 2554 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter";
2555 2555
2556 2556
2557 /** @domName SVGFEMorphologyElement.className */ 2557 /** @domName SVGFEMorphologyElement.className */
2558 AnimatedString get $dom_svgClassName native "SVGFEMorphologyElement_className_ Getter"; 2558 AnimatedString get $dom_svgClassName native "SVGFEMorphologyElement_className_ Getter";
2559 2559
2560 2560
2561 /** @domName SVGFEMorphologyElement.style */ 2561 /** @domName SVGFEMorphologyElement.style */
2562 CSSStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter"; 2562 CssStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter";
2563 2563
2564 2564
2565 /** @domName SVGFEMorphologyElement.getPresentationAttribute */ 2565 /** @domName SVGFEMorphologyElement.getPresentationAttribute */
2566 CSSValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_ getPresentationAttribute_Callback"; 2566 CssValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_ getPresentationAttribute_Callback";
2567 2567
2568 } 2568 }
2569 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2569 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2570 // for details. All rights reserved. Use of this source code is governed by a 2570 // for details. All rights reserved. Use of this source code is governed by a
2571 // BSD-style license that can be found in the LICENSE file. 2571 // BSD-style license that can be found in the LICENSE file.
2572 2572
2573 // WARNING: Do not edit - generated code. 2573 // WARNING: Do not edit - generated code.
2574 2574
2575 2575
2576 /// @domName SVGFEOffsetElement 2576 /// @domName SVGFEOffsetElement
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 2608
2609 /** @domName SVGFEOffsetElement.y */ 2609 /** @domName SVGFEOffsetElement.y */
2610 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; 2610 AnimatedLength get y native "SVGFEOffsetElement_y_Getter";
2611 2611
2612 2612
2613 /** @domName SVGFEOffsetElement.className */ 2613 /** @domName SVGFEOffsetElement.className */
2614 AnimatedString get $dom_svgClassName native "SVGFEOffsetElement_className_Gett er"; 2614 AnimatedString get $dom_svgClassName native "SVGFEOffsetElement_className_Gett er";
2615 2615
2616 2616
2617 /** @domName SVGFEOffsetElement.style */ 2617 /** @domName SVGFEOffsetElement.style */
2618 CSSStyleDeclaration get style native "SVGFEOffsetElement_style_Getter"; 2618 CssStyleDeclaration get style native "SVGFEOffsetElement_style_Getter";
2619 2619
2620 2620
2621 /** @domName SVGFEOffsetElement.getPresentationAttribute */ 2621 /** @domName SVGFEOffsetElement.getPresentationAttribute */
2622 CSSValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getP resentationAttribute_Callback"; 2622 CssValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getP resentationAttribute_Callback";
2623 2623
2624 } 2624 }
2625 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2625 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2626 // for details. All rights reserved. Use of this source code is governed by a 2626 // for details. All rights reserved. Use of this source code is governed by a
2627 // BSD-style license that can be found in the LICENSE file. 2627 // BSD-style license that can be found in the LICENSE file.
2628 2628
2629 // WARNING: Do not edit - generated code. 2629 // WARNING: Do not edit - generated code.
2630 2630
2631 2631
2632 /// @domName SVGFEPointLightElement 2632 /// @domName SVGFEPointLightElement
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 2692
2693 /** @domName SVGFESpecularLightingElement.y */ 2693 /** @domName SVGFESpecularLightingElement.y */
2694 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; 2694 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter";
2695 2695
2696 2696
2697 /** @domName SVGFESpecularLightingElement.className */ 2697 /** @domName SVGFESpecularLightingElement.className */
2698 AnimatedString get $dom_svgClassName native "SVGFESpecularLightingElement_clas sName_Getter"; 2698 AnimatedString get $dom_svgClassName native "SVGFESpecularLightingElement_clas sName_Getter";
2699 2699
2700 2700
2701 /** @domName SVGFESpecularLightingElement.style */ 2701 /** @domName SVGFESpecularLightingElement.style */
2702 CSSStyleDeclaration get style native "SVGFESpecularLightingElement_style_Gette r"; 2702 CssStyleDeclaration get style native "SVGFESpecularLightingElement_style_Gette r";
2703 2703
2704 2704
2705 /** @domName SVGFESpecularLightingElement.getPresentationAttribute */ 2705 /** @domName SVGFESpecularLightingElement.getPresentationAttribute */
2706 CSSValue getPresentationAttribute(String name) native "SVGFESpecularLightingEl ement_getPresentationAttribute_Callback"; 2706 CssValue getPresentationAttribute(String name) native "SVGFESpecularLightingEl ement_getPresentationAttribute_Callback";
2707 2707
2708 } 2708 }
2709 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2709 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2710 // for details. All rights reserved. Use of this source code is governed by a 2710 // for details. All rights reserved. Use of this source code is governed by a
2711 // BSD-style license that can be found in the LICENSE file. 2711 // BSD-style license that can be found in the LICENSE file.
2712 2712
2713 // WARNING: Do not edit - generated code. 2713 // WARNING: Do not edit - generated code.
2714 2714
2715 2715
2716 /// @domName SVGFESpotLightElement 2716 /// @domName SVGFESpotLightElement
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 2784
2785 /** @domName SVGFETileElement.y */ 2785 /** @domName SVGFETileElement.y */
2786 AnimatedLength get y native "SVGFETileElement_y_Getter"; 2786 AnimatedLength get y native "SVGFETileElement_y_Getter";
2787 2787
2788 2788
2789 /** @domName SVGFETileElement.className */ 2789 /** @domName SVGFETileElement.className */
2790 AnimatedString get $dom_svgClassName native "SVGFETileElement_className_Getter "; 2790 AnimatedString get $dom_svgClassName native "SVGFETileElement_className_Getter ";
2791 2791
2792 2792
2793 /** @domName SVGFETileElement.style */ 2793 /** @domName SVGFETileElement.style */
2794 CSSStyleDeclaration get style native "SVGFETileElement_style_Getter"; 2794 CssStyleDeclaration get style native "SVGFETileElement_style_Getter";
2795 2795
2796 2796
2797 /** @domName SVGFETileElement.getPresentationAttribute */ 2797 /** @domName SVGFETileElement.getPresentationAttribute */
2798 CSSValue getPresentationAttribute(String name) native "SVGFETileElement_getPre sentationAttribute_Callback"; 2798 CssValue getPresentationAttribute(String name) native "SVGFETileElement_getPre sentationAttribute_Callback";
2799 2799
2800 } 2800 }
2801 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2801 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2802 // for details. All rights reserved. Use of this source code is governed by a 2802 // for details. All rights reserved. Use of this source code is governed by a
2803 // BSD-style license that can be found in the LICENSE file. 2803 // BSD-style license that can be found in the LICENSE file.
2804 2804
2805 // WARNING: Do not edit - generated code. 2805 // WARNING: Do not edit - generated code.
2806 2806
2807 2807
2808 /// @domName SVGFETurbulenceElement 2808 /// @domName SVGFETurbulenceElement
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 2864
2865 /** @domName SVGFETurbulenceElement.y */ 2865 /** @domName SVGFETurbulenceElement.y */
2866 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; 2866 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter";
2867 2867
2868 2868
2869 /** @domName SVGFETurbulenceElement.className */ 2869 /** @domName SVGFETurbulenceElement.className */
2870 AnimatedString get $dom_svgClassName native "SVGFETurbulenceElement_className_ Getter"; 2870 AnimatedString get $dom_svgClassName native "SVGFETurbulenceElement_className_ Getter";
2871 2871
2872 2872
2873 /** @domName SVGFETurbulenceElement.style */ 2873 /** @domName SVGFETurbulenceElement.style */
2874 CSSStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter"; 2874 CssStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter";
2875 2875
2876 2876
2877 /** @domName SVGFETurbulenceElement.getPresentationAttribute */ 2877 /** @domName SVGFETurbulenceElement.getPresentationAttribute */
2878 CSSValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_ getPresentationAttribute_Callback"; 2878 CssValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_ getPresentationAttribute_Callback";
2879 2879
2880 } 2880 }
2881 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2881 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2882 // for details. All rights reserved. Use of this source code is governed by a 2882 // for details. All rights reserved. Use of this source code is governed by a
2883 // BSD-style license that can be found in the LICENSE file. 2883 // BSD-style license that can be found in the LICENSE file.
2884 2884
2885 // WARNING: Do not edit - generated code. 2885 // WARNING: Do not edit - generated code.
2886 2886
2887 2887
2888 /// @domName SVGFilterElement 2888 /// @domName SVGFilterElement
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
2946 2946
2947 /** @domName SVGFilterElement.xmlspace */ 2947 /** @domName SVGFilterElement.xmlspace */
2948 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter"; 2948 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter";
2949 2949
2950 2950
2951 /** @domName SVGFilterElement.className */ 2951 /** @domName SVGFilterElement.className */
2952 AnimatedString get $dom_svgClassName native "SVGFilterElement_className_Getter "; 2952 AnimatedString get $dom_svgClassName native "SVGFilterElement_className_Getter ";
2953 2953
2954 2954
2955 /** @domName SVGFilterElement.style */ 2955 /** @domName SVGFilterElement.style */
2956 CSSStyleDeclaration get style native "SVGFilterElement_style_Getter"; 2956 CssStyleDeclaration get style native "SVGFilterElement_style_Getter";
2957 2957
2958 2958
2959 /** @domName SVGFilterElement.getPresentationAttribute */ 2959 /** @domName SVGFilterElement.getPresentationAttribute */
2960 CSSValue getPresentationAttribute(String name) native "SVGFilterElement_getPre sentationAttribute_Callback"; 2960 CssValue getPresentationAttribute(String name) native "SVGFilterElement_getPre sentationAttribute_Callback";
2961 2961
2962 2962
2963 /** @domName SVGFilterElement.href */ 2963 /** @domName SVGFilterElement.href */
2964 AnimatedString get href native "SVGFilterElement_href_Getter"; 2964 AnimatedString get href native "SVGFilterElement_href_Getter";
2965 2965
2966 } 2966 }
2967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2968 // for details. All rights reserved. Use of this source code is governed by a 2968 // for details. All rights reserved. Use of this source code is governed by a
2969 // BSD-style license that can be found in the LICENSE file. 2969 // BSD-style license that can be found in the LICENSE file.
2970 2970
(...skipping 23 matching lines...) Expand all
2994 2994
2995 /** @domName SVGFilterPrimitiveStandardAttributes.y */ 2995 /** @domName SVGFilterPrimitiveStandardAttributes.y */
2996 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; 2996 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter";
2997 2997
2998 2998
2999 /** @domName SVGFilterPrimitiveStandardAttributes.className */ 2999 /** @domName SVGFilterPrimitiveStandardAttributes.className */
3000 AnimatedString get $dom_svgClassName native "SVGFilterPrimitiveStandardAttribu tes_className_Getter"; 3000 AnimatedString get $dom_svgClassName native "SVGFilterPrimitiveStandardAttribu tes_className_Getter";
3001 3001
3002 3002
3003 /** @domName SVGFilterPrimitiveStandardAttributes.style */ 3003 /** @domName SVGFilterPrimitiveStandardAttributes.style */
3004 CSSStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_sty le_Getter"; 3004 CssStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_sty le_Getter";
3005 3005
3006 3006
3007 /** @domName SVGFilterPrimitiveStandardAttributes.getPresentationAttribute */ 3007 /** @domName SVGFilterPrimitiveStandardAttributes.getPresentationAttribute */
3008 CSSValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStand ardAttributes_getPresentationAttribute_Callback"; 3008 CssValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStand ardAttributes_getPresentationAttribute_Callback";
3009 3009
3010 } 3010 }
3011 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3011 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3012 // for details. All rights reserved. Use of this source code is governed by a 3012 // for details. All rights reserved. Use of this source code is governed by a
3013 // BSD-style license that can be found in the LICENSE file. 3013 // BSD-style license that can be found in the LICENSE file.
3014 3014
3015 // WARNING: Do not edit - generated code. 3015 // WARNING: Do not edit - generated code.
3016 3016
3017 3017
3018 /// @domName SVGFitToViewBox 3018 /// @domName SVGFitToViewBox
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 3184
3185 /** @domName SVGForeignObjectElement.getTransformToElement */ 3185 /** @domName SVGForeignObjectElement.getTransformToElement */
3186 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme nt_getTransformToElement_Callback"; 3186 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme nt_getTransformToElement_Callback";
3187 3187
3188 3188
3189 /** @domName SVGForeignObjectElement.className */ 3189 /** @domName SVGForeignObjectElement.className */
3190 AnimatedString get $dom_svgClassName native "SVGForeignObjectElement_className _Getter"; 3190 AnimatedString get $dom_svgClassName native "SVGForeignObjectElement_className _Getter";
3191 3191
3192 3192
3193 /** @domName SVGForeignObjectElement.style */ 3193 /** @domName SVGForeignObjectElement.style */
3194 CSSStyleDeclaration get style native "SVGForeignObjectElement_style_Getter"; 3194 CssStyleDeclaration get style native "SVGForeignObjectElement_style_Getter";
3195 3195
3196 3196
3197 /** @domName SVGForeignObjectElement.getPresentationAttribute */ 3197 /** @domName SVGForeignObjectElement.getPresentationAttribute */
3198 CSSValue getPresentationAttribute(String name) native "SVGForeignObjectElement _getPresentationAttribute_Callback"; 3198 CssValue getPresentationAttribute(String name) native "SVGForeignObjectElement _getPresentationAttribute_Callback";
3199 3199
3200 3200
3201 /** @domName SVGForeignObjectElement.requiredExtensions */ 3201 /** @domName SVGForeignObjectElement.requiredExtensions */
3202 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte nsions_Getter"; 3202 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte nsions_Getter";
3203 3203
3204 3204
3205 /** @domName SVGForeignObjectElement.requiredFeatures */ 3205 /** @domName SVGForeignObjectElement.requiredFeatures */
3206 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur es_Getter"; 3206 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur es_Getter";
3207 3207
3208 3208
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
3274 3274
3275 /** @domName SVGGElement.getTransformToElement */ 3275 /** @domName SVGGElement.getTransformToElement */
3276 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf ormToElement_Callback"; 3276 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf ormToElement_Callback";
3277 3277
3278 3278
3279 /** @domName SVGGElement.className */ 3279 /** @domName SVGGElement.className */
3280 AnimatedString get $dom_svgClassName native "SVGGElement_className_Getter"; 3280 AnimatedString get $dom_svgClassName native "SVGGElement_className_Getter";
3281 3281
3282 3282
3283 /** @domName SVGGElement.style */ 3283 /** @domName SVGGElement.style */
3284 CSSStyleDeclaration get style native "SVGGElement_style_Getter"; 3284 CssStyleDeclaration get style native "SVGGElement_style_Getter";
3285 3285
3286 3286
3287 /** @domName SVGGElement.getPresentationAttribute */ 3287 /** @domName SVGGElement.getPresentationAttribute */
3288 CSSValue getPresentationAttribute(String name) native "SVGGElement_getPresenta tionAttribute_Callback"; 3288 CssValue getPresentationAttribute(String name) native "SVGGElement_getPresenta tionAttribute_Callback";
3289 3289
3290 3290
3291 /** @domName SVGGElement.requiredExtensions */ 3291 /** @domName SVGGElement.requiredExtensions */
3292 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette r"; 3292 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette r";
3293 3293
3294 3294
3295 /** @domName SVGGElement.requiredFeatures */ 3295 /** @domName SVGGElement.requiredFeatures */
3296 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter"; 3296 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter";
3297 3297
3298 3298
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 3380
3381 /** @domName SVGGlyphRefElement.y */ 3381 /** @domName SVGGlyphRefElement.y */
3382 void set y(num value) native "SVGGlyphRefElement_y_Setter"; 3382 void set y(num value) native "SVGGlyphRefElement_y_Setter";
3383 3383
3384 3384
3385 /** @domName SVGGlyphRefElement.className */ 3385 /** @domName SVGGlyphRefElement.className */
3386 AnimatedString get $dom_svgClassName native "SVGGlyphRefElement_className_Gett er"; 3386 AnimatedString get $dom_svgClassName native "SVGGlyphRefElement_className_Gett er";
3387 3387
3388 3388
3389 /** @domName SVGGlyphRefElement.style */ 3389 /** @domName SVGGlyphRefElement.style */
3390 CSSStyleDeclaration get style native "SVGGlyphRefElement_style_Getter"; 3390 CssStyleDeclaration get style native "SVGGlyphRefElement_style_Getter";
3391 3391
3392 3392
3393 /** @domName SVGGlyphRefElement.getPresentationAttribute */ 3393 /** @domName SVGGlyphRefElement.getPresentationAttribute */
3394 CSSValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getP resentationAttribute_Callback"; 3394 CssValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getP resentationAttribute_Callback";
3395 3395
3396 3396
3397 /** @domName SVGGlyphRefElement.href */ 3397 /** @domName SVGGlyphRefElement.href */
3398 AnimatedString get href native "SVGGlyphRefElement_href_Getter"; 3398 AnimatedString get href native "SVGGlyphRefElement_href_Getter";
3399 3399
3400 } 3400 }
3401 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3401 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3402 // for details. All rights reserved. Use of this source code is governed by a 3402 // for details. All rights reserved. Use of this source code is governed by a
3403 // BSD-style license that can be found in the LICENSE file. 3403 // BSD-style license that can be found in the LICENSE file.
3404 3404
(...skipping 27 matching lines...) Expand all
3432 3432
3433 /** @domName SVGGradientElement.externalResourcesRequired */ 3433 /** @domName SVGGradientElement.externalResourcesRequired */
3434 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter nalResourcesRequired_Getter"; 3434 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter nalResourcesRequired_Getter";
3435 3435
3436 3436
3437 /** @domName SVGGradientElement.className */ 3437 /** @domName SVGGradientElement.className */
3438 AnimatedString get $dom_svgClassName native "SVGGradientElement_className_Gett er"; 3438 AnimatedString get $dom_svgClassName native "SVGGradientElement_className_Gett er";
3439 3439
3440 3440
3441 /** @domName SVGGradientElement.style */ 3441 /** @domName SVGGradientElement.style */
3442 CSSStyleDeclaration get style native "SVGGradientElement_style_Getter"; 3442 CssStyleDeclaration get style native "SVGGradientElement_style_Getter";
3443 3443
3444 3444
3445 /** @domName SVGGradientElement.getPresentationAttribute */ 3445 /** @domName SVGGradientElement.getPresentationAttribute */
3446 CSSValue getPresentationAttribute(String name) native "SVGGradientElement_getP resentationAttribute_Callback"; 3446 CssValue getPresentationAttribute(String name) native "SVGGradientElement_getP resentationAttribute_Callback";
3447 3447
3448 3448
3449 /** @domName SVGGradientElement.href */ 3449 /** @domName SVGGradientElement.href */
3450 AnimatedString get href native "SVGGradientElement_href_Getter"; 3450 AnimatedString get href native "SVGGradientElement_href_Getter";
3451 3451
3452 } 3452 }
3453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3454 // for details. All rights reserved. Use of this source code is governed by a 3454 // for details. All rights reserved. Use of this source code is governed by a
3455 // BSD-style license that can be found in the LICENSE file. 3455 // BSD-style license that can be found in the LICENSE file.
3456 3456
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
3540 3540
3541 /** @domName SVGImageElement.getTransformToElement */ 3541 /** @domName SVGImageElement.getTransformToElement */
3542 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr ansformToElement_Callback"; 3542 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr ansformToElement_Callback";
3543 3543
3544 3544
3545 /** @domName SVGImageElement.className */ 3545 /** @domName SVGImageElement.className */
3546 AnimatedString get $dom_svgClassName native "SVGImageElement_className_Getter" ; 3546 AnimatedString get $dom_svgClassName native "SVGImageElement_className_Getter" ;
3547 3547
3548 3548
3549 /** @domName SVGImageElement.style */ 3549 /** @domName SVGImageElement.style */
3550 CSSStyleDeclaration get style native "SVGImageElement_style_Getter"; 3550 CssStyleDeclaration get style native "SVGImageElement_style_Getter";
3551 3551
3552 3552
3553 /** @domName SVGImageElement.getPresentationAttribute */ 3553 /** @domName SVGImageElement.getPresentationAttribute */
3554 CSSValue getPresentationAttribute(String name) native "SVGImageElement_getPres entationAttribute_Callback"; 3554 CssValue getPresentationAttribute(String name) native "SVGImageElement_getPres entationAttribute_Callback";
3555 3555
3556 3556
3557 /** @domName SVGImageElement.requiredExtensions */ 3557 /** @domName SVGImageElement.requiredExtensions */
3558 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G etter"; 3558 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G etter";
3559 3559
3560 3560
3561 /** @domName SVGImageElement.requiredFeatures */ 3561 /** @domName SVGImageElement.requiredFeatures */
3562 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette r"; 3562 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette r";
3563 3563
3564 3564
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3877 3877
3878 /** @domName SVGLineElement.getTransformToElement */ 3878 /** @domName SVGLineElement.getTransformToElement */
3879 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra nsformToElement_Callback"; 3879 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra nsformToElement_Callback";
3880 3880
3881 3881
3882 /** @domName SVGLineElement.className */ 3882 /** @domName SVGLineElement.className */
3883 AnimatedString get $dom_svgClassName native "SVGLineElement_className_Getter"; 3883 AnimatedString get $dom_svgClassName native "SVGLineElement_className_Getter";
3884 3884
3885 3885
3886 /** @domName SVGLineElement.style */ 3886 /** @domName SVGLineElement.style */
3887 CSSStyleDeclaration get style native "SVGLineElement_style_Getter"; 3887 CssStyleDeclaration get style native "SVGLineElement_style_Getter";
3888 3888
3889 3889
3890 /** @domName SVGLineElement.getPresentationAttribute */ 3890 /** @domName SVGLineElement.getPresentationAttribute */
3891 CSSValue getPresentationAttribute(String name) native "SVGLineElement_getPrese ntationAttribute_Callback"; 3891 CssValue getPresentationAttribute(String name) native "SVGLineElement_getPrese ntationAttribute_Callback";
3892 3892
3893 3893
3894 /** @domName SVGLineElement.requiredExtensions */ 3894 /** @domName SVGLineElement.requiredExtensions */
3895 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge tter"; 3895 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge tter";
3896 3896
3897 3897
3898 /** @domName SVGLineElement.requiredFeatures */ 3898 /** @domName SVGLineElement.requiredFeatures */
3899 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter "; 3899 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter ";
3900 3900
3901 3901
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
4087 4087
4088 /** @domName SVGMarkerElement.xmlspace */ 4088 /** @domName SVGMarkerElement.xmlspace */
4089 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter"; 4089 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter";
4090 4090
4091 4091
4092 /** @domName SVGMarkerElement.className */ 4092 /** @domName SVGMarkerElement.className */
4093 AnimatedString get $dom_svgClassName native "SVGMarkerElement_className_Getter "; 4093 AnimatedString get $dom_svgClassName native "SVGMarkerElement_className_Getter ";
4094 4094
4095 4095
4096 /** @domName SVGMarkerElement.style */ 4096 /** @domName SVGMarkerElement.style */
4097 CSSStyleDeclaration get style native "SVGMarkerElement_style_Getter"; 4097 CssStyleDeclaration get style native "SVGMarkerElement_style_Getter";
4098 4098
4099 4099
4100 /** @domName SVGMarkerElement.getPresentationAttribute */ 4100 /** @domName SVGMarkerElement.getPresentationAttribute */
4101 CSSValue getPresentationAttribute(String name) native "SVGMarkerElement_getPre sentationAttribute_Callback"; 4101 CssValue getPresentationAttribute(String name) native "SVGMarkerElement_getPre sentationAttribute_Callback";
4102 4102
4103 } 4103 }
4104 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4104 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4105 // for details. All rights reserved. Use of this source code is governed by a 4105 // for details. All rights reserved. Use of this source code is governed by a
4106 // BSD-style license that can be found in the LICENSE file. 4106 // BSD-style license that can be found in the LICENSE file.
4107 4107
4108 // WARNING: Do not edit - generated code. 4108 // WARNING: Do not edit - generated code.
4109 4109
4110 4110
4111 /// @domName SVGMaskElement 4111 /// @domName SVGMaskElement
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
4157 4157
4158 /** @domName SVGMaskElement.xmlspace */ 4158 /** @domName SVGMaskElement.xmlspace */
4159 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter"; 4159 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter";
4160 4160
4161 4161
4162 /** @domName SVGMaskElement.className */ 4162 /** @domName SVGMaskElement.className */
4163 AnimatedString get $dom_svgClassName native "SVGMaskElement_className_Getter"; 4163 AnimatedString get $dom_svgClassName native "SVGMaskElement_className_Getter";
4164 4164
4165 4165
4166 /** @domName SVGMaskElement.style */ 4166 /** @domName SVGMaskElement.style */
4167 CSSStyleDeclaration get style native "SVGMaskElement_style_Getter"; 4167 CssStyleDeclaration get style native "SVGMaskElement_style_Getter";
4168 4168
4169 4169
4170 /** @domName SVGMaskElement.getPresentationAttribute */ 4170 /** @domName SVGMaskElement.getPresentationAttribute */
4171 CSSValue getPresentationAttribute(String name) native "SVGMaskElement_getPrese ntationAttribute_Callback"; 4171 CssValue getPresentationAttribute(String name) native "SVGMaskElement_getPrese ntationAttribute_Callback";
4172 4172
4173 4173
4174 /** @domName SVGMaskElement.requiredExtensions */ 4174 /** @domName SVGMaskElement.requiredExtensions */
4175 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge tter"; 4175 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge tter";
4176 4176
4177 4177
4178 /** @domName SVGMaskElement.requiredFeatures */ 4178 /** @domName SVGMaskElement.requiredFeatures */
4179 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter "; 4179 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter ";
4180 4180
4181 4181
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
4676 4676
4677 /** @domName SVGPathElement.getTransformToElement */ 4677 /** @domName SVGPathElement.getTransformToElement */
4678 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra nsformToElement_Callback"; 4678 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra nsformToElement_Callback";
4679 4679
4680 4680
4681 /** @domName SVGPathElement.className */ 4681 /** @domName SVGPathElement.className */
4682 AnimatedString get $dom_svgClassName native "SVGPathElement_className_Getter"; 4682 AnimatedString get $dom_svgClassName native "SVGPathElement_className_Getter";
4683 4683
4684 4684
4685 /** @domName SVGPathElement.style */ 4685 /** @domName SVGPathElement.style */
4686 CSSStyleDeclaration get style native "SVGPathElement_style_Getter"; 4686 CssStyleDeclaration get style native "SVGPathElement_style_Getter";
4687 4687
4688 4688
4689 /** @domName SVGPathElement.getPresentationAttribute */ 4689 /** @domName SVGPathElement.getPresentationAttribute */
4690 CSSValue getPresentationAttribute(String name) native "SVGPathElement_getPrese ntationAttribute_Callback"; 4690 CssValue getPresentationAttribute(String name) native "SVGPathElement_getPrese ntationAttribute_Callback";
4691 4691
4692 4692
4693 /** @domName SVGPathElement.requiredExtensions */ 4693 /** @domName SVGPathElement.requiredExtensions */
4694 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge tter"; 4694 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge tter";
4695 4695
4696 4696
4697 /** @domName SVGPathElement.requiredFeatures */ 4697 /** @domName SVGPathElement.requiredFeatures */
4698 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter "; 4698 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter ";
4699 4699
4700 4700
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
5659 5659
5660 /** @domName SVGPatternElement.xmlspace */ 5660 /** @domName SVGPatternElement.xmlspace */
5661 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter"; 5661 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter";
5662 5662
5663 5663
5664 /** @domName SVGPatternElement.className */ 5664 /** @domName SVGPatternElement.className */
5665 AnimatedString get $dom_svgClassName native "SVGPatternElement_className_Gette r"; 5665 AnimatedString get $dom_svgClassName native "SVGPatternElement_className_Gette r";
5666 5666
5667 5667
5668 /** @domName SVGPatternElement.style */ 5668 /** @domName SVGPatternElement.style */
5669 CSSStyleDeclaration get style native "SVGPatternElement_style_Getter"; 5669 CssStyleDeclaration get style native "SVGPatternElement_style_Getter";
5670 5670
5671 5671
5672 /** @domName SVGPatternElement.getPresentationAttribute */ 5672 /** @domName SVGPatternElement.getPresentationAttribute */
5673 CSSValue getPresentationAttribute(String name) native "SVGPatternElement_getPr esentationAttribute_Callback"; 5673 CssValue getPresentationAttribute(String name) native "SVGPatternElement_getPr esentationAttribute_Callback";
5674 5674
5675 5675
5676 /** @domName SVGPatternElement.requiredExtensions */ 5676 /** @domName SVGPatternElement.requiredExtensions */
5677 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions _Getter"; 5677 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions _Getter";
5678 5678
5679 5679
5680 /** @domName SVGPatternElement.requiredFeatures */ 5680 /** @domName SVGPatternElement.requiredFeatures */
5681 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get ter"; 5681 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get ter";
5682 5682
5683 5683
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
5833 5833
5834 /** @domName SVGPolygonElement.getTransformToElement */ 5834 /** @domName SVGPolygonElement.getTransformToElement */
5835 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get TransformToElement_Callback"; 5835 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get TransformToElement_Callback";
5836 5836
5837 5837
5838 /** @domName SVGPolygonElement.className */ 5838 /** @domName SVGPolygonElement.className */
5839 AnimatedString get $dom_svgClassName native "SVGPolygonElement_className_Gette r"; 5839 AnimatedString get $dom_svgClassName native "SVGPolygonElement_className_Gette r";
5840 5840
5841 5841
5842 /** @domName SVGPolygonElement.style */ 5842 /** @domName SVGPolygonElement.style */
5843 CSSStyleDeclaration get style native "SVGPolygonElement_style_Getter"; 5843 CssStyleDeclaration get style native "SVGPolygonElement_style_Getter";
5844 5844
5845 5845
5846 /** @domName SVGPolygonElement.getPresentationAttribute */ 5846 /** @domName SVGPolygonElement.getPresentationAttribute */
5847 CSSValue getPresentationAttribute(String name) native "SVGPolygonElement_getPr esentationAttribute_Callback"; 5847 CssValue getPresentationAttribute(String name) native "SVGPolygonElement_getPr esentationAttribute_Callback";
5848 5848
5849 5849
5850 /** @domName SVGPolygonElement.requiredExtensions */ 5850 /** @domName SVGPolygonElement.requiredExtensions */
5851 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions _Getter"; 5851 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions _Getter";
5852 5852
5853 5853
5854 /** @domName SVGPolygonElement.requiredFeatures */ 5854 /** @domName SVGPolygonElement.requiredFeatures */
5855 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get ter"; 5855 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get ter";
5856 5856
5857 5857
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
5931 5931
5932 /** @domName SVGPolylineElement.getTransformToElement */ 5932 /** @domName SVGPolylineElement.getTransformToElement */
5933 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge tTransformToElement_Callback"; 5933 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge tTransformToElement_Callback";
5934 5934
5935 5935
5936 /** @domName SVGPolylineElement.className */ 5936 /** @domName SVGPolylineElement.className */
5937 AnimatedString get $dom_svgClassName native "SVGPolylineElement_className_Gett er"; 5937 AnimatedString get $dom_svgClassName native "SVGPolylineElement_className_Gett er";
5938 5938
5939 5939
5940 /** @domName SVGPolylineElement.style */ 5940 /** @domName SVGPolylineElement.style */
5941 CSSStyleDeclaration get style native "SVGPolylineElement_style_Getter"; 5941 CssStyleDeclaration get style native "SVGPolylineElement_style_Getter";
5942 5942
5943 5943
5944 /** @domName SVGPolylineElement.getPresentationAttribute */ 5944 /** @domName SVGPolylineElement.getPresentationAttribute */
5945 CSSValue getPresentationAttribute(String name) native "SVGPolylineElement_getP resentationAttribute_Callback"; 5945 CssValue getPresentationAttribute(String name) native "SVGPolylineElement_getP resentationAttribute_Callback";
5946 5946
5947 5947
5948 /** @domName SVGPolylineElement.requiredExtensions */ 5948 /** @domName SVGPolylineElement.requiredExtensions */
5949 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension s_Getter"; 5949 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension s_Getter";
5950 5950
5951 5951
5952 /** @domName SVGPolylineElement.requiredFeatures */ 5952 /** @domName SVGPolylineElement.requiredFeatures */
5953 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge tter"; 5953 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge tter";
5954 5954
5955 5955
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
6183 6183
6184 /** @domName SVGRectElement.getTransformToElement */ 6184 /** @domName SVGRectElement.getTransformToElement */
6185 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra nsformToElement_Callback"; 6185 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra nsformToElement_Callback";
6186 6186
6187 6187
6188 /** @domName SVGRectElement.className */ 6188 /** @domName SVGRectElement.className */
6189 AnimatedString get $dom_svgClassName native "SVGRectElement_className_Getter"; 6189 AnimatedString get $dom_svgClassName native "SVGRectElement_className_Getter";
6190 6190
6191 6191
6192 /** @domName SVGRectElement.style */ 6192 /** @domName SVGRectElement.style */
6193 CSSStyleDeclaration get style native "SVGRectElement_style_Getter"; 6193 CssStyleDeclaration get style native "SVGRectElement_style_Getter";
6194 6194
6195 6195
6196 /** @domName SVGRectElement.getPresentationAttribute */ 6196 /** @domName SVGRectElement.getPresentationAttribute */
6197 CSSValue getPresentationAttribute(String name) native "SVGRectElement_getPrese ntationAttribute_Callback"; 6197 CssValue getPresentationAttribute(String name) native "SVGRectElement_getPrese ntationAttribute_Callback";
6198 6198
6199 6199
6200 /** @domName SVGRectElement.requiredExtensions */ 6200 /** @domName SVGRectElement.requiredExtensions */
6201 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge tter"; 6201 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge tter";
6202 6202
6203 6203
6204 /** @domName SVGRectElement.requiredFeatures */ 6204 /** @domName SVGRectElement.requiredFeatures */
6205 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter "; 6205 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter ";
6206 6206
6207 6207
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
6301 6301
6302 /** @domName SVGStopElement.offset */ 6302 /** @domName SVGStopElement.offset */
6303 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; 6303 AnimatedNumber get offset native "SVGStopElement_offset_Getter";
6304 6304
6305 6305
6306 /** @domName SVGStopElement.className */ 6306 /** @domName SVGStopElement.className */
6307 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; 6307 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter";
6308 6308
6309 6309
6310 /** @domName SVGStopElement.style */ 6310 /** @domName SVGStopElement.style */
6311 CSSStyleDeclaration get style native "SVGStopElement_style_Getter"; 6311 CssStyleDeclaration get style native "SVGStopElement_style_Getter";
6312 6312
6313 6313
6314 /** @domName SVGStopElement.getPresentationAttribute */ 6314 /** @domName SVGStopElement.getPresentationAttribute */
6315 CSSValue getPresentationAttribute(String name) native "SVGStopElement_getPrese ntationAttribute_Callback"; 6315 CssValue getPresentationAttribute(String name) native "SVGStopElement_getPrese ntationAttribute_Callback";
6316 6316
6317 } 6317 }
6318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6319 // for details. All rights reserved. Use of this source code is governed by a 6319 // for details. All rights reserved. Use of this source code is governed by a
6320 // BSD-style license that can be found in the LICENSE file. 6320 // BSD-style license that can be found in the LICENSE file.
6321 6321
6322 // WARNING: Do not edit - generated code. 6322 // WARNING: Do not edit - generated code.
6323 6323
6324 6324
6325 /// @domName SVGStringList 6325 /// @domName SVGStringList
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
6454 /// @domName SVGStylable 6454 /// @domName SVGStylable
6455 class Stylable extends NativeFieldWrapperClass1 { 6455 class Stylable extends NativeFieldWrapperClass1 {
6456 Stylable.internal(); 6456 Stylable.internal();
6457 6457
6458 6458
6459 /** @domName SVGStylable.className */ 6459 /** @domName SVGStylable.className */
6460 AnimatedString get $dom_svgClassName native "SVGStylable_className_Getter"; 6460 AnimatedString get $dom_svgClassName native "SVGStylable_className_Getter";
6461 6461
6462 6462
6463 /** @domName SVGStylable.style */ 6463 /** @domName SVGStylable.style */
6464 CSSStyleDeclaration get style native "SVGStylable_style_Getter"; 6464 CssStyleDeclaration get style native "SVGStylable_style_Getter";
6465 6465
6466 6466
6467 /** @domName SVGStylable.getPresentationAttribute */ 6467 /** @domName SVGStylable.getPresentationAttribute */
6468 CSSValue getPresentationAttribute(String name) native "SVGStylable_getPresenta tionAttribute_Callback"; 6468 CssValue getPresentationAttribute(String name) native "SVGStylable_getPresenta tionAttribute_Callback";
6469 6469
6470 } 6470 }
6471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6472 // for details. All rights reserved. Use of this source code is governed by a 6472 // for details. All rights reserved. Use of this source code is governed by a
6473 // BSD-style license that can be found in the LICENSE file. 6473 // BSD-style license that can be found in the LICENSE file.
6474 6474
6475 // WARNING: Do not edit - generated code. 6475 // WARNING: Do not edit - generated code.
6476 6476
6477 6477
6478 /// @domName SVGStyleElement 6478 /// @domName SVGStyleElement
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
6922 6922
6923 /** @domName SVGSVGElement.getTransformToElement */ 6923 /** @domName SVGSVGElement.getTransformToElement */
6924 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran sformToElement_Callback"; 6924 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran sformToElement_Callback";
6925 6925
6926 6926
6927 /** @domName SVGSVGElement.className */ 6927 /** @domName SVGSVGElement.className */
6928 AnimatedString get $dom_svgClassName native "SVGSVGElement_className_Getter"; 6928 AnimatedString get $dom_svgClassName native "SVGSVGElement_className_Getter";
6929 6929
6930 6930
6931 /** @domName SVGSVGElement.style */ 6931 /** @domName SVGSVGElement.style */
6932 CSSStyleDeclaration get style native "SVGSVGElement_style_Getter"; 6932 CssStyleDeclaration get style native "SVGSVGElement_style_Getter";
6933 6933
6934 6934
6935 /** @domName SVGSVGElement.getPresentationAttribute */ 6935 /** @domName SVGSVGElement.getPresentationAttribute */
6936 CSSValue getPresentationAttribute(String name) native "SVGSVGElement_getPresen tationAttribute_Callback"; 6936 CssValue getPresentationAttribute(String name) native "SVGSVGElement_getPresen tationAttribute_Callback";
6937 6937
6938 6938
6939 /** @domName SVGSVGElement.requiredExtensions */ 6939 /** @domName SVGSVGElement.requiredExtensions */
6940 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get ter"; 6940 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get ter";
6941 6941
6942 6942
6943 /** @domName SVGSVGElement.requiredFeatures */ 6943 /** @domName SVGSVGElement.requiredFeatures */
6944 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter" ; 6944 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter" ;
6945 6945
6946 6946
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
7016 7016
7017 /** @domName SVGSwitchElement.getTransformToElement */ 7017 /** @domName SVGSwitchElement.getTransformToElement */
7018 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT ransformToElement_Callback"; 7018 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT ransformToElement_Callback";
7019 7019
7020 7020
7021 /** @domName SVGSwitchElement.className */ 7021 /** @domName SVGSwitchElement.className */
7022 AnimatedString get $dom_svgClassName native "SVGSwitchElement_className_Getter "; 7022 AnimatedString get $dom_svgClassName native "SVGSwitchElement_className_Getter ";
7023 7023
7024 7024
7025 /** @domName SVGSwitchElement.style */ 7025 /** @domName SVGSwitchElement.style */
7026 CSSStyleDeclaration get style native "SVGSwitchElement_style_Getter"; 7026 CssStyleDeclaration get style native "SVGSwitchElement_style_Getter";
7027 7027
7028 7028
7029 /** @domName SVGSwitchElement.getPresentationAttribute */ 7029 /** @domName SVGSwitchElement.getPresentationAttribute */
7030 CSSValue getPresentationAttribute(String name) native "SVGSwitchElement_getPre sentationAttribute_Callback"; 7030 CssValue getPresentationAttribute(String name) native "SVGSwitchElement_getPre sentationAttribute_Callback";
7031 7031
7032 7032
7033 /** @domName SVGSwitchElement.requiredExtensions */ 7033 /** @domName SVGSwitchElement.requiredExtensions */
7034 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_ Getter"; 7034 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_ Getter";
7035 7035
7036 7036
7037 /** @domName SVGSwitchElement.requiredFeatures */ 7037 /** @domName SVGSwitchElement.requiredFeatures */
7038 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett er"; 7038 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett er";
7039 7039
7040 7040
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
7090 7090
7091 /** @domName SVGSymbolElement.xmlspace */ 7091 /** @domName SVGSymbolElement.xmlspace */
7092 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter"; 7092 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter";
7093 7093
7094 7094
7095 /** @domName SVGSymbolElement.className */ 7095 /** @domName SVGSymbolElement.className */
7096 AnimatedString get $dom_svgClassName native "SVGSymbolElement_className_Getter "; 7096 AnimatedString get $dom_svgClassName native "SVGSymbolElement_className_Getter ";
7097 7097
7098 7098
7099 /** @domName SVGSymbolElement.style */ 7099 /** @domName SVGSymbolElement.style */
7100 CSSStyleDeclaration get style native "SVGSymbolElement_style_Getter"; 7100 CssStyleDeclaration get style native "SVGSymbolElement_style_Getter";
7101 7101
7102 7102
7103 /** @domName SVGSymbolElement.getPresentationAttribute */ 7103 /** @domName SVGSymbolElement.getPresentationAttribute */
7104 CSSValue getPresentationAttribute(String name) native "SVGSymbolElement_getPre sentationAttribute_Callback"; 7104 CssValue getPresentationAttribute(String name) native "SVGSymbolElement_getPre sentationAttribute_Callback";
7105 7105
7106 } 7106 }
7107 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7107 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7108 // for details. All rights reserved. Use of this source code is governed by a 7108 // for details. All rights reserved. Use of this source code is governed by a
7109 // BSD-style license that can be found in the LICENSE file. 7109 // BSD-style license that can be found in the LICENSE file.
7110 7110
7111 // WARNING: Do not edit - generated code. 7111 // WARNING: Do not edit - generated code.
7112 7112
7113 7113
7114 /// @domName SVGTRefElement 7114 /// @domName SVGTRefElement
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
7244 7244
7245 /** @domName SVGTextContentElement.xmlspace */ 7245 /** @domName SVGTextContentElement.xmlspace */
7246 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter" ; 7246 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter" ;
7247 7247
7248 7248
7249 /** @domName SVGTextContentElement.className */ 7249 /** @domName SVGTextContentElement.className */
7250 AnimatedString get $dom_svgClassName native "SVGTextContentElement_className_G etter"; 7250 AnimatedString get $dom_svgClassName native "SVGTextContentElement_className_G etter";
7251 7251
7252 7252
7253 /** @domName SVGTextContentElement.style */ 7253 /** @domName SVGTextContentElement.style */
7254 CSSStyleDeclaration get style native "SVGTextContentElement_style_Getter"; 7254 CssStyleDeclaration get style native "SVGTextContentElement_style_Getter";
7255 7255
7256 7256
7257 /** @domName SVGTextContentElement.getPresentationAttribute */ 7257 /** @domName SVGTextContentElement.getPresentationAttribute */
7258 CSSValue getPresentationAttribute(String name) native "SVGTextContentElement_g etPresentationAttribute_Callback"; 7258 CssValue getPresentationAttribute(String name) native "SVGTextContentElement_g etPresentationAttribute_Callback";
7259 7259
7260 7260
7261 /** @domName SVGTextContentElement.requiredExtensions */ 7261 /** @domName SVGTextContentElement.requiredExtensions */
7262 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens ions_Getter"; 7262 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens ions_Getter";
7263 7263
7264 7264
7265 /** @domName SVGTextContentElement.requiredFeatures */ 7265 /** @domName SVGTextContentElement.requiredFeatures */
7266 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures _Getter"; 7266 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures _Getter";
7267 7267
7268 7268
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
7416 7416
7417 /** @domName SVGTitleElement.xmlspace */ 7417 /** @domName SVGTitleElement.xmlspace */
7418 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter"; 7418 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter";
7419 7419
7420 7420
7421 /** @domName SVGTitleElement.className */ 7421 /** @domName SVGTitleElement.className */
7422 AnimatedString get $dom_svgClassName native "SVGTitleElement_className_Getter" ; 7422 AnimatedString get $dom_svgClassName native "SVGTitleElement_className_Getter" ;
7423 7423
7424 7424
7425 /** @domName SVGTitleElement.style */ 7425 /** @domName SVGTitleElement.style */
7426 CSSStyleDeclaration get style native "SVGTitleElement_style_Getter"; 7426 CssStyleDeclaration get style native "SVGTitleElement_style_Getter";
7427 7427
7428 7428
7429 /** @domName SVGTitleElement.getPresentationAttribute */ 7429 /** @domName SVGTitleElement.getPresentationAttribute */
7430 CSSValue getPresentationAttribute(String name) native "SVGTitleElement_getPres entationAttribute_Callback"; 7430 CssValue getPresentationAttribute(String name) native "SVGTitleElement_getPres entationAttribute_Callback";
7431 7431
7432 } 7432 }
7433 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7433 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7434 // for details. All rights reserved. Use of this source code is governed by a 7434 // for details. All rights reserved. Use of this source code is governed by a
7435 // BSD-style license that can be found in the LICENSE file. 7435 // BSD-style license that can be found in the LICENSE file.
7436 7436
7437 // WARNING: Do not edit - generated code. 7437 // WARNING: Do not edit - generated code.
7438 7438
7439 7439
7440 /// @domName SVGTransform 7440 /// @domName SVGTransform
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
7783 7783
7784 /** @domName SVGUseElement.getTransformToElement */ 7784 /** @domName SVGUseElement.getTransformToElement */
7785 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran sformToElement_Callback"; 7785 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran sformToElement_Callback";
7786 7786
7787 7787
7788 /** @domName SVGUseElement.className */ 7788 /** @domName SVGUseElement.className */
7789 AnimatedString get $dom_svgClassName native "SVGUseElement_className_Getter"; 7789 AnimatedString get $dom_svgClassName native "SVGUseElement_className_Getter";
7790 7790
7791 7791
7792 /** @domName SVGUseElement.style */ 7792 /** @domName SVGUseElement.style */
7793 CSSStyleDeclaration get style native "SVGUseElement_style_Getter"; 7793 CssStyleDeclaration get style native "SVGUseElement_style_Getter";
7794 7794
7795 7795
7796 /** @domName SVGUseElement.getPresentationAttribute */ 7796 /** @domName SVGUseElement.getPresentationAttribute */
7797 CSSValue getPresentationAttribute(String name) native "SVGUseElement_getPresen tationAttribute_Callback"; 7797 CssValue getPresentationAttribute(String name) native "SVGUseElement_getPresen tationAttribute_Callback";
7798 7798
7799 7799
7800 /** @domName SVGUseElement.requiredExtensions */ 7800 /** @domName SVGUseElement.requiredExtensions */
7801 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get ter"; 7801 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get ter";
7802 7802
7803 7803
7804 /** @domName SVGUseElement.requiredFeatures */ 7804 /** @domName SVGUseElement.requiredFeatures */
7805 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter" ; 7805 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter" ;
7806 7806
7807 7807
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
8081 List<ElementInstance> getRange(int start, int rangeLength) => 8081 List<ElementInstance> getRange(int start, int rangeLength) =>
8082 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 8082 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
8083 8083
8084 // -- end List<ElementInstance> mixins. 8084 // -- end List<ElementInstance> mixins.
8085 8085
8086 8086
8087 /** @domName SVGElementInstanceList.item */ 8087 /** @domName SVGElementInstanceList.item */
8088 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; 8088 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback";
8089 8089
8090 } 8090 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698