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

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

Issue 11419300: Dartifying dart:html type names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Unminifying & fixing Stephen's feedback. 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:collection'; 3 import 'dart:collection';
4 import 'dart:html'; 4 import 'dart:html';
5 import 'dart:html_common'; 5 import 'dart:html_common';
6 // DO NOT EDIT 6 // DO NOT EDIT
7 // Auto-generated dart:svg library. 7 // Auto-generated dart:svg library.
8 8
9 9
10 10
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 98 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
99 Matrix getTransformToElement(SvgElement element) native; 99 Matrix getTransformToElement(SvgElement element) native;
100 100
101 // From SVGStylable 101 // From SVGStylable
102 102
103 // Shadowing definition. 103 // Shadowing definition.
104 /// @domName SVGStylable.className; @docsEditable true 104 /// @domName SVGStylable.className; @docsEditable true
105 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 105 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
106 106
107 // Use implementation from Element. 107 // Use implementation from Element.
108 // final CSSStyleDeclaration style; 108 // final CssStyleDeclaration style;
109 109
110 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 110 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
111 CSSValue getPresentationAttribute(String name) native; 111 CssValue getPresentationAttribute(String name) native;
112 112
113 // From SVGTests 113 // From SVGTests
114 114
115 /// @domName SVGTests.requiredExtensions; @docsEditable true 115 /// @domName SVGTests.requiredExtensions; @docsEditable true
116 final StringList requiredExtensions; 116 final StringList requiredExtensions;
117 117
118 /// @domName SVGTests.requiredFeatures; @docsEditable true 118 /// @domName SVGTests.requiredFeatures; @docsEditable true
119 final StringList requiredFeatures; 119 final StringList requiredFeatures;
120 120
121 /// @domName SVGTests.systemLanguage; @docsEditable true 121 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 801 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
802 Matrix getTransformToElement(SvgElement element) native; 802 Matrix getTransformToElement(SvgElement element) native;
803 803
804 // From SVGStylable 804 // From SVGStylable
805 805
806 // Shadowing definition. 806 // Shadowing definition.
807 /// @domName SVGStylable.className; @docsEditable true 807 /// @domName SVGStylable.className; @docsEditable true
808 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 808 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
809 809
810 // Use implementation from Element. 810 // Use implementation from Element.
811 // final CSSStyleDeclaration style; 811 // final CssStyleDeclaration style;
812 812
813 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 813 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
814 CSSValue getPresentationAttribute(String name) native; 814 CssValue getPresentationAttribute(String name) native;
815 815
816 // From SVGTests 816 // From SVGTests
817 817
818 /// @domName SVGTests.requiredExtensions; @docsEditable true 818 /// @domName SVGTests.requiredExtensions; @docsEditable true
819 final StringList requiredExtensions; 819 final StringList requiredExtensions;
820 820
821 /// @domName SVGTests.requiredFeatures; @docsEditable true 821 /// @domName SVGTests.requiredFeatures; @docsEditable true
822 final StringList requiredFeatures; 822 final StringList requiredFeatures;
823 823
824 /// @domName SVGTests.systemLanguage; @docsEditable true 824 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 880 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
881 Matrix getTransformToElement(SvgElement element) native; 881 Matrix getTransformToElement(SvgElement element) native;
882 882
883 // From SVGStylable 883 // From SVGStylable
884 884
885 // Shadowing definition. 885 // Shadowing definition.
886 /// @domName SVGStylable.className; @docsEditable true 886 /// @domName SVGStylable.className; @docsEditable true
887 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 887 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
888 888
889 // Use implementation from Element. 889 // Use implementation from Element.
890 // final CSSStyleDeclaration style; 890 // final CssStyleDeclaration style;
891 891
892 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 892 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
893 CSSValue getPresentationAttribute(String name) native; 893 CssValue getPresentationAttribute(String name) native;
894 894
895 // From SVGTests 895 // From SVGTests
896 896
897 /// @domName SVGTests.requiredExtensions; @docsEditable true 897 /// @domName SVGTests.requiredExtensions; @docsEditable true
898 final StringList requiredExtensions; 898 final StringList requiredExtensions;
899 899
900 /// @domName SVGTests.requiredFeatures; @docsEditable true 900 /// @domName SVGTests.requiredFeatures; @docsEditable true
901 final StringList requiredFeatures; 901 final StringList requiredFeatures;
902 902
903 /// @domName SVGTests.systemLanguage; @docsEditable true 903 /// @domName SVGTests.systemLanguage; @docsEditable true
904 final StringList systemLanguage; 904 final StringList systemLanguage;
905 905
906 /// @domName SVGTests.hasExtension; @docsEditable true 906 /// @domName SVGTests.hasExtension; @docsEditable true
907 bool hasExtension(String extension) native; 907 bool hasExtension(String extension) native;
908 908
909 // From SVGTransformable 909 // From SVGTransformable
910 910
911 /// @domName SVGTransformable.transform; @docsEditable true 911 /// @domName SVGTransformable.transform; @docsEditable true
912 final AnimatedTransformList transform; 912 final AnimatedTransformList transform;
913 } 913 }
914 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 914 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
915 // for details. All rights reserved. Use of this source code is governed by a 915 // for details. All rights reserved. Use of this source code is governed by a
916 // BSD-style license that can be found in the LICENSE file. 916 // BSD-style license that can be found in the LICENSE file.
917 917
918 918
919 /// @domName SVGColor; @docsEditable true 919 /// @domName SVGColor; @docsEditable true
920 class Color extends CSSValue native "*SVGColor" { 920 class Color extends CssValue native "*SVGColor" {
921 921
922 static const int SVG_COLORTYPE_CURRENTCOLOR = 3; 922 static const int SVG_COLORTYPE_CURRENTCOLOR = 3;
923 923
924 static const int SVG_COLORTYPE_RGBCOLOR = 1; 924 static const int SVG_COLORTYPE_RGBCOLOR = 1;
925 925
926 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; 926 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2;
927 927
928 static const int SVG_COLORTYPE_UNKNOWN = 0; 928 static const int SVG_COLORTYPE_UNKNOWN = 0;
929 929
930 /// @domName SVGColor.colorType; @docsEditable true 930 /// @domName SVGColor.colorType; @docsEditable true
931 final int colorType; 931 final int colorType;
932 932
933 /// @domName SVGColor.rgbColor; @docsEditable true 933 /// @domName SVGColor.rgbColor; @docsEditable true
934 final RGBColor rgbColor; 934 final RgbColor rgbColor;
935 935
936 /// @domName SVGColor.setColor; @docsEditable true 936 /// @domName SVGColor.setColor; @docsEditable true
937 void setColor(int colorType, String rgbColor, String iccColor) native; 937 void setColor(int colorType, String rgbColor, String iccColor) native;
938 938
939 /// @domName SVGColor.setRGBColor; @docsEditable true 939 /// @domName SVGColor.setRGBColor; @docsEditable true
940 @JSName('setRGBColor') 940 @JSName('setRGBColor')
941 void setRgbColor(String rgbColor) native; 941 void setRgbColor(String rgbColor) native;
942 942
943 /// @domName SVGColor.setRGBColorICCColor; @docsEditable true 943 /// @domName SVGColor.setRGBColorICCColor; @docsEditable true
944 @JSName('setRGBColorICCColor') 944 @JSName('setRGBColorICCColor')
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 1070 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
1071 Matrix getTransformToElement(SvgElement element) native; 1071 Matrix getTransformToElement(SvgElement element) native;
1072 1072
1073 // From SVGStylable 1073 // From SVGStylable
1074 1074
1075 // Shadowing definition. 1075 // Shadowing definition.
1076 /// @domName SVGStylable.className; @docsEditable true 1076 /// @domName SVGStylable.className; @docsEditable true
1077 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1077 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1078 1078
1079 // Use implementation from Element. 1079 // Use implementation from Element.
1080 // final CSSStyleDeclaration style; 1080 // final CssStyleDeclaration style;
1081 1081
1082 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1082 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1083 CSSValue getPresentationAttribute(String name) native; 1083 CssValue getPresentationAttribute(String name) native;
1084 1084
1085 // From SVGTests 1085 // From SVGTests
1086 1086
1087 /// @domName SVGTests.requiredExtensions; @docsEditable true 1087 /// @domName SVGTests.requiredExtensions; @docsEditable true
1088 final StringList requiredExtensions; 1088 final StringList requiredExtensions;
1089 1089
1090 /// @domName SVGTests.requiredFeatures; @docsEditable true 1090 /// @domName SVGTests.requiredFeatures; @docsEditable true
1091 final StringList requiredFeatures; 1091 final StringList requiredFeatures;
1092 1092
1093 /// @domName SVGTests.systemLanguage; @docsEditable true 1093 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 25 matching lines...) Expand all
1119 /// @domName SVGLangSpace.xmlspace; @docsEditable true 1119 /// @domName SVGLangSpace.xmlspace; @docsEditable true
1120 String xmlspace; 1120 String xmlspace;
1121 1121
1122 // From SVGStylable 1122 // From SVGStylable
1123 1123
1124 // Shadowing definition. 1124 // Shadowing definition.
1125 /// @domName SVGStylable.className; @docsEditable true 1125 /// @domName SVGStylable.className; @docsEditable true
1126 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1126 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1127 1127
1128 // Use implementation from Element. 1128 // Use implementation from Element.
1129 // final CSSStyleDeclaration style; 1129 // final CssStyleDeclaration style;
1130 1130
1131 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1131 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1132 CSSValue getPresentationAttribute(String name) native; 1132 CssValue getPresentationAttribute(String name) native;
1133 } 1133 }
1134 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1134 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1135 // for details. All rights reserved. Use of this source code is governed by a 1135 // for details. All rights reserved. Use of this source code is governed by a
1136 // BSD-style license that can be found in the LICENSE file. 1136 // BSD-style license that can be found in the LICENSE file.
1137 1137
1138 1138
1139 /// @domName SVGElementInstance; @docsEditable true 1139 /// @domName SVGElementInstance; @docsEditable true
1140 class ElementInstance extends EventTarget native "*SVGElementInstance" { 1140 class ElementInstance extends EventTarget native "*SVGElementInstance" {
1141 1141
1142 /// @domName EventTarget.addEventListener, EventTarget.removeEventListener, Ev entTarget.dispatchEvent; @docsEditable true 1142 /// @domName EventTarget.addEventListener, EventTarget.removeEventListener, Ev entTarget.dispatchEvent; @docsEditable true
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 1329 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
1330 Matrix getTransformToElement(SvgElement element) native; 1330 Matrix getTransformToElement(SvgElement element) native;
1331 1331
1332 // From SVGStylable 1332 // From SVGStylable
1333 1333
1334 // Shadowing definition. 1334 // Shadowing definition.
1335 /// @domName SVGStylable.className; @docsEditable true 1335 /// @domName SVGStylable.className; @docsEditable true
1336 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1336 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1337 1337
1338 // Use implementation from Element. 1338 // Use implementation from Element.
1339 // final CSSStyleDeclaration style; 1339 // final CssStyleDeclaration style;
1340 1340
1341 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1341 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1342 CSSValue getPresentationAttribute(String name) native; 1342 CssValue getPresentationAttribute(String name) native;
1343 1343
1344 // From SVGTests 1344 // From SVGTests
1345 1345
1346 /// @domName SVGTests.requiredExtensions; @docsEditable true 1346 /// @domName SVGTests.requiredExtensions; @docsEditable true
1347 final StringList requiredExtensions; 1347 final StringList requiredExtensions;
1348 1348
1349 /// @domName SVGTests.requiredFeatures; @docsEditable true 1349 /// @domName SVGTests.requiredFeatures; @docsEditable true
1350 final StringList requiredFeatures; 1350 final StringList requiredFeatures;
1351 1351
1352 /// @domName SVGTests.systemLanguage; @docsEditable true 1352 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1416 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1417 final AnimatedLength y; 1417 final AnimatedLength y;
1418 1418
1419 // From SVGStylable 1419 // From SVGStylable
1420 1420
1421 // Shadowing definition. 1421 // Shadowing definition.
1422 /// @domName SVGStylable.className; @docsEditable true 1422 /// @domName SVGStylable.className; @docsEditable true
1423 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1423 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1424 1424
1425 // Use implementation from Element. 1425 // Use implementation from Element.
1426 // final CSSStyleDeclaration style; 1426 // final CssStyleDeclaration style;
1427 1427
1428 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1428 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1429 CSSValue getPresentationAttribute(String name) native; 1429 CssValue getPresentationAttribute(String name) native;
1430 } 1430 }
1431 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1431 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1432 // for details. All rights reserved. Use of this source code is governed by a 1432 // for details. All rights reserved. Use of this source code is governed by a
1433 // BSD-style license that can be found in the LICENSE file. 1433 // BSD-style license that can be found in the LICENSE file.
1434 1434
1435 1435
1436 /// @domName SVGFEColorMatrixElement; @docsEditable true 1436 /// @domName SVGFEColorMatrixElement; @docsEditable true
1437 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes native "*SVGFEColorMatrixElement" { 1437 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes native "*SVGFEColorMatrixElement" {
1438 1438
1439 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; 1439 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1472 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1473 final AnimatedLength y; 1473 final AnimatedLength y;
1474 1474
1475 // From SVGStylable 1475 // From SVGStylable
1476 1476
1477 // Shadowing definition. 1477 // Shadowing definition.
1478 /// @domName SVGStylable.className; @docsEditable true 1478 /// @domName SVGStylable.className; @docsEditable true
1479 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1479 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1480 1480
1481 // Use implementation from Element. 1481 // Use implementation from Element.
1482 // final CSSStyleDeclaration style; 1482 // final CssStyleDeclaration style;
1483 1483
1484 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1484 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1485 CSSValue getPresentationAttribute(String name) native; 1485 CssValue getPresentationAttribute(String name) native;
1486 } 1486 }
1487 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1487 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1488 // for details. All rights reserved. Use of this source code is governed by a 1488 // for details. All rights reserved. Use of this source code is governed by a
1489 // BSD-style license that can be found in the LICENSE file. 1489 // BSD-style license that can be found in the LICENSE file.
1490 1490
1491 1491
1492 /// @domName SVGFEComponentTransferElement; @docsEditable true 1492 /// @domName SVGFEComponentTransferElement; @docsEditable true
1493 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes native "*SVGFEComponentTransferElement" { 1493 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes native "*SVGFEComponentTransferElement" {
1494 1494
1495 /// @domName SVGFEComponentTransferElement.in1; @docsEditable true 1495 /// @domName SVGFEComponentTransferElement.in1; @docsEditable true
(...skipping 16 matching lines...) Expand all
1512 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1512 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1513 final AnimatedLength y; 1513 final AnimatedLength y;
1514 1514
1515 // From SVGStylable 1515 // From SVGStylable
1516 1516
1517 // Shadowing definition. 1517 // Shadowing definition.
1518 /// @domName SVGStylable.className; @docsEditable true 1518 /// @domName SVGStylable.className; @docsEditable true
1519 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1519 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1520 1520
1521 // Use implementation from Element. 1521 // Use implementation from Element.
1522 // final CSSStyleDeclaration style; 1522 // final CssStyleDeclaration style;
1523 1523
1524 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1524 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1525 CSSValue getPresentationAttribute(String name) native; 1525 CssValue getPresentationAttribute(String name) native;
1526 } 1526 }
1527 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1527 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1528 // for details. All rights reserved. Use of this source code is governed by a 1528 // for details. All rights reserved. Use of this source code is governed by a
1529 // BSD-style license that can be found in the LICENSE file. 1529 // BSD-style license that can be found in the LICENSE file.
1530 1530
1531 1531
1532 /// @domName SVGFECompositeElement; @docsEditable true 1532 /// @domName SVGFECompositeElement; @docsEditable true
1533 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes native "*SVGFECompositeElement" { 1533 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes native "*SVGFECompositeElement" {
1534 1534
1535 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 1535 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1584 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1585 final AnimatedLength y; 1585 final AnimatedLength y;
1586 1586
1587 // From SVGStylable 1587 // From SVGStylable
1588 1588
1589 // Shadowing definition. 1589 // Shadowing definition.
1590 /// @domName SVGStylable.className; @docsEditable true 1590 /// @domName SVGStylable.className; @docsEditable true
1591 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1591 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1592 1592
1593 // Use implementation from Element. 1593 // Use implementation from Element.
1594 // final CSSStyleDeclaration style; 1594 // final CssStyleDeclaration style;
1595 1595
1596 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1596 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1597 CSSValue getPresentationAttribute(String name) native; 1597 CssValue getPresentationAttribute(String name) native;
1598 } 1598 }
1599 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1599 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1600 // for details. All rights reserved. Use of this source code is governed by a 1600 // for details. All rights reserved. Use of this source code is governed by a
1601 // BSD-style license that can be found in the LICENSE file. 1601 // BSD-style license that can be found in the LICENSE file.
1602 1602
1603 1603
1604 /// @domName SVGFEConvolveMatrixElement; @docsEditable true 1604 /// @domName SVGFEConvolveMatrixElement; @docsEditable true
1605 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes native "*SVGFEConvolveMatrixElement" { 1605 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes native "*SVGFEConvolveMatrixElement" {
1606 1606
1607 static const int SVG_EDGEMODE_DUPLICATE = 1; 1607 static const int SVG_EDGEMODE_DUPLICATE = 1;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1665 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1665 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1666 final AnimatedLength y; 1666 final AnimatedLength y;
1667 1667
1668 // From SVGStylable 1668 // From SVGStylable
1669 1669
1670 // Shadowing definition. 1670 // Shadowing definition.
1671 /// @domName SVGStylable.className; @docsEditable true 1671 /// @domName SVGStylable.className; @docsEditable true
1672 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1672 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1673 1673
1674 // Use implementation from Element. 1674 // Use implementation from Element.
1675 // final CSSStyleDeclaration style; 1675 // final CssStyleDeclaration style;
1676 1676
1677 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1677 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1678 CSSValue getPresentationAttribute(String name) native; 1678 CssValue getPresentationAttribute(String name) native;
1679 } 1679 }
1680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1681 // for details. All rights reserved. Use of this source code is governed by a 1681 // for details. All rights reserved. Use of this source code is governed by a
1682 // BSD-style license that can be found in the LICENSE file. 1682 // BSD-style license that can be found in the LICENSE file.
1683 1683
1684 1684
1685 /// @domName SVGFEDiffuseLightingElement; @docsEditable true 1685 /// @domName SVGFEDiffuseLightingElement; @docsEditable true
1686 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes native "*SVGFEDiffuseLightingElement" { 1686 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes native "*SVGFEDiffuseLightingElement" {
1687 1687
1688 /// @domName SVGFEDiffuseLightingElement.diffuseConstant; @docsEditable true 1688 /// @domName SVGFEDiffuseLightingElement.diffuseConstant; @docsEditable true
(...skipping 28 matching lines...) Expand all
1717 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1717 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1718 final AnimatedLength y; 1718 final AnimatedLength y;
1719 1719
1720 // From SVGStylable 1720 // From SVGStylable
1721 1721
1722 // Shadowing definition. 1722 // Shadowing definition.
1723 /// @domName SVGStylable.className; @docsEditable true 1723 /// @domName SVGStylable.className; @docsEditable true
1724 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1724 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1725 1725
1726 // Use implementation from Element. 1726 // Use implementation from Element.
1727 // final CSSStyleDeclaration style; 1727 // final CssStyleDeclaration style;
1728 1728
1729 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1729 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1730 CSSValue getPresentationAttribute(String name) native; 1730 CssValue getPresentationAttribute(String name) native;
1731 } 1731 }
1732 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1732 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1733 // for details. All rights reserved. Use of this source code is governed by a 1733 // for details. All rights reserved. Use of this source code is governed by a
1734 // BSD-style license that can be found in the LICENSE file. 1734 // BSD-style license that can be found in the LICENSE file.
1735 1735
1736 1736
1737 /// @domName SVGFEDisplacementMapElement; @docsEditable true 1737 /// @domName SVGFEDisplacementMapElement; @docsEditable true
1738 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes native "*SVGFEDisplacementMapElement" { 1738 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes native "*SVGFEDisplacementMapElement" {
1739 1739
1740 static const int SVG_CHANNEL_A = 4; 1740 static const int SVG_CHANNEL_A = 4;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1779 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1780 final AnimatedLength y; 1780 final AnimatedLength y;
1781 1781
1782 // From SVGStylable 1782 // From SVGStylable
1783 1783
1784 // Shadowing definition. 1784 // Shadowing definition.
1785 /// @domName SVGStylable.className; @docsEditable true 1785 /// @domName SVGStylable.className; @docsEditable true
1786 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1786 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1787 1787
1788 // Use implementation from Element. 1788 // Use implementation from Element.
1789 // final CSSStyleDeclaration style; 1789 // final CssStyleDeclaration style;
1790 1790
1791 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1791 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1792 CSSValue getPresentationAttribute(String name) native; 1792 CssValue getPresentationAttribute(String name) native;
1793 } 1793 }
1794 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1794 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1795 // for details. All rights reserved. Use of this source code is governed by a 1795 // for details. All rights reserved. Use of this source code is governed by a
1796 // BSD-style license that can be found in the LICENSE file. 1796 // BSD-style license that can be found in the LICENSE file.
1797 1797
1798 1798
1799 /// @domName SVGFEDistantLightElement; @docsEditable true 1799 /// @domName SVGFEDistantLightElement; @docsEditable true
1800 class FEDistantLightElement extends SvgElement native "*SVGFEDistantLightElement " { 1800 class FEDistantLightElement extends SvgElement native "*SVGFEDistantLightElement " {
1801 1801
1802 /// @domName SVGFEDistantLightElement.azimuth; @docsEditable true 1802 /// @domName SVGFEDistantLightElement.azimuth; @docsEditable true
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1848 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1849 final AnimatedLength y; 1849 final AnimatedLength y;
1850 1850
1851 // From SVGStylable 1851 // From SVGStylable
1852 1852
1853 // Shadowing definition. 1853 // Shadowing definition.
1854 /// @domName SVGStylable.className; @docsEditable true 1854 /// @domName SVGStylable.className; @docsEditable true
1855 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1855 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1856 1856
1857 // Use implementation from Element. 1857 // Use implementation from Element.
1858 // final CSSStyleDeclaration style; 1858 // final CssStyleDeclaration style;
1859 1859
1860 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1860 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1861 CSSValue getPresentationAttribute(String name) native; 1861 CssValue getPresentationAttribute(String name) native;
1862 } 1862 }
1863 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1863 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1864 // for details. All rights reserved. Use of this source code is governed by a 1864 // for details. All rights reserved. Use of this source code is governed by a
1865 // BSD-style license that can be found in the LICENSE file. 1865 // BSD-style license that can be found in the LICENSE file.
1866 1866
1867 1867
1868 /// @domName SVGFEFloodElement; @docsEditable true 1868 /// @domName SVGFEFloodElement; @docsEditable true
1869 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes native "*SVGFEFloodElement" { 1869 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes native "*SVGFEFloodElement" {
1870 1870
1871 // From SVGFilterPrimitiveStandardAttributes 1871 // From SVGFilterPrimitiveStandardAttributes
(...skipping 13 matching lines...) Expand all
1885 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1885 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1886 final AnimatedLength y; 1886 final AnimatedLength y;
1887 1887
1888 // From SVGStylable 1888 // From SVGStylable
1889 1889
1890 // Shadowing definition. 1890 // Shadowing definition.
1891 /// @domName SVGStylable.className; @docsEditable true 1891 /// @domName SVGStylable.className; @docsEditable true
1892 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1892 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1893 1893
1894 // Use implementation from Element. 1894 // Use implementation from Element.
1895 // final CSSStyleDeclaration style; 1895 // final CssStyleDeclaration style;
1896 1896
1897 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1897 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1898 CSSValue getPresentationAttribute(String name) native; 1898 CssValue getPresentationAttribute(String name) native;
1899 } 1899 }
1900 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1900 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1901 // for details. All rights reserved. Use of this source code is governed by a 1901 // for details. All rights reserved. Use of this source code is governed by a
1902 // BSD-style license that can be found in the LICENSE file. 1902 // BSD-style license that can be found in the LICENSE file.
1903 1903
1904 1904
1905 /// @domName SVGFEFuncAElement; @docsEditable true 1905 /// @domName SVGFEFuncAElement; @docsEditable true
1906 class FEFuncAElement extends ComponentTransferFunctionElement native "*SVGFEFunc AElement" { 1906 class FEFuncAElement extends ComponentTransferFunctionElement native "*SVGFEFunc AElement" {
1907 } 1907 }
1908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 1966 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
1967 final AnimatedLength y; 1967 final AnimatedLength y;
1968 1968
1969 // From SVGStylable 1969 // From SVGStylable
1970 1970
1971 // Shadowing definition. 1971 // Shadowing definition.
1972 /// @domName SVGStylable.className; @docsEditable true 1972 /// @domName SVGStylable.className; @docsEditable true
1973 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 1973 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
1974 1974
1975 // Use implementation from Element. 1975 // Use implementation from Element.
1976 // final CSSStyleDeclaration style; 1976 // final CssStyleDeclaration style;
1977 1977
1978 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 1978 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
1979 CSSValue getPresentationAttribute(String name) native; 1979 CssValue getPresentationAttribute(String name) native;
1980 } 1980 }
1981 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1981 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1982 // for details. All rights reserved. Use of this source code is governed by a 1982 // for details. All rights reserved. Use of this source code is governed by a
1983 // BSD-style license that can be found in the LICENSE file. 1983 // BSD-style license that can be found in the LICENSE file.
1984 1984
1985 1985
1986 /// @domName SVGFEImageElement; @docsEditable true 1986 /// @domName SVGFEImageElement; @docsEditable true
1987 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference, ExternalResourcesRequired, LangSpace native "*SVGFEImageElem ent" { 1987 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference, ExternalResourcesRequired, LangSpace native "*SVGFEImageElem ent" {
1988 1988
1989 /// @domName SVGFEImageElement.preserveAspectRatio; @docsEditable true 1989 /// @domName SVGFEImageElement.preserveAspectRatio; @docsEditable true
(...skipping 29 matching lines...) Expand all
2019 /// @domName SVGLangSpace.xmlspace; @docsEditable true 2019 /// @domName SVGLangSpace.xmlspace; @docsEditable true
2020 String xmlspace; 2020 String xmlspace;
2021 2021
2022 // From SVGStylable 2022 // From SVGStylable
2023 2023
2024 // Shadowing definition. 2024 // Shadowing definition.
2025 /// @domName SVGStylable.className; @docsEditable true 2025 /// @domName SVGStylable.className; @docsEditable true
2026 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2026 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2027 2027
2028 // Use implementation from Element. 2028 // Use implementation from Element.
2029 // final CSSStyleDeclaration style; 2029 // final CssStyleDeclaration style;
2030 2030
2031 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2031 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2032 CSSValue getPresentationAttribute(String name) native; 2032 CssValue getPresentationAttribute(String name) native;
2033 2033
2034 // From SVGURIReference 2034 // From SVGURIReference
2035 2035
2036 /// @domName SVGURIReference.href; @docsEditable true 2036 /// @domName SVGURIReference.href; @docsEditable true
2037 final AnimatedString href; 2037 final AnimatedString href;
2038 } 2038 }
2039 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2039 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2040 // for details. All rights reserved. Use of this source code is governed by a 2040 // for details. All rights reserved. Use of this source code is governed by a
2041 // BSD-style license that can be found in the LICENSE file. 2041 // BSD-style license that can be found in the LICENSE file.
2042 2042
(...skipping 18 matching lines...) Expand all
2061 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2061 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2062 final AnimatedLength y; 2062 final AnimatedLength y;
2063 2063
2064 // From SVGStylable 2064 // From SVGStylable
2065 2065
2066 // Shadowing definition. 2066 // Shadowing definition.
2067 /// @domName SVGStylable.className; @docsEditable true 2067 /// @domName SVGStylable.className; @docsEditable true
2068 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2068 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2069 2069
2070 // Use implementation from Element. 2070 // Use implementation from Element.
2071 // final CSSStyleDeclaration style; 2071 // final CssStyleDeclaration style;
2072 2072
2073 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2073 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2074 CSSValue getPresentationAttribute(String name) native; 2074 CssValue getPresentationAttribute(String name) native;
2075 } 2075 }
2076 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2076 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2077 // for details. All rights reserved. Use of this source code is governed by a 2077 // for details. All rights reserved. Use of this source code is governed by a
2078 // BSD-style license that can be found in the LICENSE file. 2078 // BSD-style license that can be found in the LICENSE file.
2079 2079
2080 2080
2081 /// @domName SVGFEMergeNodeElement; @docsEditable true 2081 /// @domName SVGFEMergeNodeElement; @docsEditable true
2082 class FEMergeNodeElement extends SvgElement native "*SVGFEMergeNodeElement" { 2082 class FEMergeNodeElement extends SvgElement native "*SVGFEMergeNodeElement" {
2083 2083
2084 /// @domName SVGFEMergeNodeElement.in1; @docsEditable true 2084 /// @domName SVGFEMergeNodeElement.in1; @docsEditable true
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
2130 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2130 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2131 final AnimatedLength y; 2131 final AnimatedLength y;
2132 2132
2133 // From SVGStylable 2133 // From SVGStylable
2134 2134
2135 // Shadowing definition. 2135 // Shadowing definition.
2136 /// @domName SVGStylable.className; @docsEditable true 2136 /// @domName SVGStylable.className; @docsEditable true
2137 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2137 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2138 2138
2139 // Use implementation from Element. 2139 // Use implementation from Element.
2140 // final CSSStyleDeclaration style; 2140 // final CssStyleDeclaration style;
2141 2141
2142 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2142 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2143 CSSValue getPresentationAttribute(String name) native; 2143 CssValue getPresentationAttribute(String name) native;
2144 } 2144 }
2145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2146 // for details. All rights reserved. Use of this source code is governed by a 2146 // for details. All rights reserved. Use of this source code is governed by a
2147 // BSD-style license that can be found in the LICENSE file. 2147 // BSD-style license that can be found in the LICENSE file.
2148 2148
2149 2149
2150 /// @domName SVGFEOffsetElement; @docsEditable true 2150 /// @domName SVGFEOffsetElement; @docsEditable true
2151 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes native "*SVGFEOffsetElement" { 2151 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes native "*SVGFEOffsetElement" {
2152 2152
2153 /// @domName SVGFEOffsetElement.dx; @docsEditable true 2153 /// @domName SVGFEOffsetElement.dx; @docsEditable true
(...skipping 22 matching lines...) Expand all
2176 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2176 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2177 final AnimatedLength y; 2177 final AnimatedLength y;
2178 2178
2179 // From SVGStylable 2179 // From SVGStylable
2180 2180
2181 // Shadowing definition. 2181 // Shadowing definition.
2182 /// @domName SVGStylable.className; @docsEditable true 2182 /// @domName SVGStylable.className; @docsEditable true
2183 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2183 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2184 2184
2185 // Use implementation from Element. 2185 // Use implementation from Element.
2186 // final CSSStyleDeclaration style; 2186 // final CssStyleDeclaration style;
2187 2187
2188 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2188 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2189 CSSValue getPresentationAttribute(String name) native; 2189 CssValue getPresentationAttribute(String name) native;
2190 } 2190 }
2191 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2191 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2192 // for details. All rights reserved. Use of this source code is governed by a 2192 // for details. All rights reserved. Use of this source code is governed by a
2193 // BSD-style license that can be found in the LICENSE file. 2193 // BSD-style license that can be found in the LICENSE file.
2194 2194
2195 2195
2196 /// @domName SVGFEPointLightElement; @docsEditable true 2196 /// @domName SVGFEPointLightElement; @docsEditable true
2197 class FEPointLightElement extends SvgElement native "*SVGFEPointLightElement" { 2197 class FEPointLightElement extends SvgElement native "*SVGFEPointLightElement" {
2198 2198
2199 /// @domName SVGFEPointLightElement.x; @docsEditable true 2199 /// @domName SVGFEPointLightElement.x; @docsEditable true
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2242 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2243 final AnimatedLength y; 2243 final AnimatedLength y;
2244 2244
2245 // From SVGStylable 2245 // From SVGStylable
2246 2246
2247 // Shadowing definition. 2247 // Shadowing definition.
2248 /// @domName SVGStylable.className; @docsEditable true 2248 /// @domName SVGStylable.className; @docsEditable true
2249 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2249 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2250 2250
2251 // Use implementation from Element. 2251 // Use implementation from Element.
2252 // final CSSStyleDeclaration style; 2252 // final CssStyleDeclaration style;
2253 2253
2254 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2254 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2255 CSSValue getPresentationAttribute(String name) native; 2255 CssValue getPresentationAttribute(String name) native;
2256 } 2256 }
2257 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2257 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2258 // for details. All rights reserved. Use of this source code is governed by a 2258 // for details. All rights reserved. Use of this source code is governed by a
2259 // BSD-style license that can be found in the LICENSE file. 2259 // BSD-style license that can be found in the LICENSE file.
2260 2260
2261 2261
2262 /// @domName SVGFESpotLightElement; @docsEditable true 2262 /// @domName SVGFESpotLightElement; @docsEditable true
2263 class FESpotLightElement extends SvgElement native "*SVGFESpotLightElement" { 2263 class FESpotLightElement extends SvgElement native "*SVGFESpotLightElement" {
2264 2264
2265 /// @domName SVGFESpotLightElement.limitingConeAngle; @docsEditable true 2265 /// @domName SVGFESpotLightElement.limitingConeAngle; @docsEditable true
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2314 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2314 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2315 final AnimatedLength y; 2315 final AnimatedLength y;
2316 2316
2317 // From SVGStylable 2317 // From SVGStylable
2318 2318
2319 // Shadowing definition. 2319 // Shadowing definition.
2320 /// @domName SVGStylable.className; @docsEditable true 2320 /// @domName SVGStylable.className; @docsEditable true
2321 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2321 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2322 2322
2323 // Use implementation from Element. 2323 // Use implementation from Element.
2324 // final CSSStyleDeclaration style; 2324 // final CssStyleDeclaration style;
2325 2325
2326 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2326 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2327 CSSValue getPresentationAttribute(String name) native; 2327 CssValue getPresentationAttribute(String name) native;
2328 } 2328 }
2329 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2329 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2330 // for details. All rights reserved. Use of this source code is governed by a 2330 // for details. All rights reserved. Use of this source code is governed by a
2331 // BSD-style license that can be found in the LICENSE file. 2331 // BSD-style license that can be found in the LICENSE file.
2332 2332
2333 2333
2334 /// @domName SVGFETurbulenceElement; @docsEditable true 2334 /// @domName SVGFETurbulenceElement; @docsEditable true
2335 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes native "*SVGFETurbulenceElement" { 2335 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes native "*SVGFETurbulenceElement" {
2336 2336
2337 static const int SVG_STITCHTYPE_NOSTITCH = 2; 2337 static const int SVG_STITCHTYPE_NOSTITCH = 2;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2381 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true 2381 /// @domName SVGFilterPrimitiveStandardAttributes.y; @docsEditable true
2382 final AnimatedLength y; 2382 final AnimatedLength y;
2383 2383
2384 // From SVGStylable 2384 // From SVGStylable
2385 2385
2386 // Shadowing definition. 2386 // Shadowing definition.
2387 /// @domName SVGStylable.className; @docsEditable true 2387 /// @domName SVGStylable.className; @docsEditable true
2388 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2388 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2389 2389
2390 // Use implementation from Element. 2390 // Use implementation from Element.
2391 // final CSSStyleDeclaration style; 2391 // final CssStyleDeclaration style;
2392 2392
2393 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2393 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2394 CSSValue getPresentationAttribute(String name) native; 2394 CssValue getPresentationAttribute(String name) native;
2395 } 2395 }
2396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2397 // for details. All rights reserved. Use of this source code is governed by a 2397 // for details. All rights reserved. Use of this source code is governed by a
2398 // BSD-style license that can be found in the LICENSE file. 2398 // BSD-style license that can be found in the LICENSE file.
2399 2399
2400 2400
2401 /// @domName SVGFilterElement; @docsEditable true 2401 /// @domName SVGFilterElement; @docsEditable true
2402 class FilterElement extends SvgElement implements UriReference, ExternalResource sRequired, Stylable, LangSpace native "*SVGFilterElement" { 2402 class FilterElement extends SvgElement implements UriReference, ExternalResource sRequired, Stylable, LangSpace native "*SVGFilterElement" {
2403 2403
2404 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter"); 2404 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter");
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 /// @domName SVGLangSpace.xmlspace; @docsEditable true 2443 /// @domName SVGLangSpace.xmlspace; @docsEditable true
2444 String xmlspace; 2444 String xmlspace;
2445 2445
2446 // From SVGStylable 2446 // From SVGStylable
2447 2447
2448 // Shadowing definition. 2448 // Shadowing definition.
2449 /// @domName SVGStylable.className; @docsEditable true 2449 /// @domName SVGStylable.className; @docsEditable true
2450 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2450 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2451 2451
2452 // Use implementation from Element. 2452 // Use implementation from Element.
2453 // final CSSStyleDeclaration style; 2453 // final CssStyleDeclaration style;
2454 2454
2455 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2455 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2456 CSSValue getPresentationAttribute(String name) native; 2456 CssValue getPresentationAttribute(String name) native;
2457 2457
2458 // From SVGURIReference 2458 // From SVGURIReference
2459 2459
2460 /// @domName SVGURIReference.href; @docsEditable true 2460 /// @domName SVGURIReference.href; @docsEditable true
2461 final AnimatedString href; 2461 final AnimatedString href;
2462 } 2462 }
2463 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2463 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2464 // for details. All rights reserved. Use of this source code is governed by a 2464 // for details. All rights reserved. Use of this source code is governed by a
2465 // BSD-style license that can be found in the LICENSE file. 2465 // BSD-style license that can be found in the LICENSE file.
2466 2466
2467 2467
2468 /// @domName SVGFilterPrimitiveStandardAttributes 2468 /// @domName SVGFilterPrimitiveStandardAttributes
2469 abstract class FilterPrimitiveStandardAttributes implements Stylable { 2469 abstract class FilterPrimitiveStandardAttributes implements Stylable {
2470 2470
2471 AnimatedLength height; 2471 AnimatedLength height;
2472 2472
2473 AnimatedString result; 2473 AnimatedString result;
2474 2474
2475 AnimatedLength width; 2475 AnimatedLength width;
2476 2476
2477 AnimatedLength x; 2477 AnimatedLength x;
2478 2478
2479 AnimatedLength y; 2479 AnimatedLength y;
2480 2480
2481 // From SVGStylable 2481 // From SVGStylable
2482 2482
2483 AnimatedString $dom_svgClassName; 2483 AnimatedString $dom_svgClassName;
2484 2484
2485 CSSStyleDeclaration style; 2485 CssStyleDeclaration style;
2486 2486
2487 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2487 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2488 CSSValue getPresentationAttribute(String name); 2488 CssValue getPresentationAttribute(String name);
2489 } 2489 }
2490 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2490 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2491 // for details. All rights reserved. Use of this source code is governed by a 2491 // for details. All rights reserved. Use of this source code is governed by a
2492 // BSD-style license that can be found in the LICENSE file. 2492 // BSD-style license that can be found in the LICENSE file.
2493 2493
2494 2494
2495 /// @domName SVGFitToViewBox 2495 /// @domName SVGFitToViewBox
2496 abstract class FitToViewBox { 2496 abstract class FitToViewBox {
2497 2497
2498 AnimatedPreserveAspectRatio preserveAspectRatio; 2498 AnimatedPreserveAspectRatio preserveAspectRatio;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2616 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2616 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2617 Matrix getTransformToElement(SvgElement element) native; 2617 Matrix getTransformToElement(SvgElement element) native;
2618 2618
2619 // From SVGStylable 2619 // From SVGStylable
2620 2620
2621 // Shadowing definition. 2621 // Shadowing definition.
2622 /// @domName SVGStylable.className; @docsEditable true 2622 /// @domName SVGStylable.className; @docsEditable true
2623 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2623 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2624 2624
2625 // Use implementation from Element. 2625 // Use implementation from Element.
2626 // final CSSStyleDeclaration style; 2626 // final CssStyleDeclaration style;
2627 2627
2628 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2628 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2629 CSSValue getPresentationAttribute(String name) native; 2629 CssValue getPresentationAttribute(String name) native;
2630 2630
2631 // From SVGTests 2631 // From SVGTests
2632 2632
2633 /// @domName SVGTests.requiredExtensions; @docsEditable true 2633 /// @domName SVGTests.requiredExtensions; @docsEditable true
2634 final StringList requiredExtensions; 2634 final StringList requiredExtensions;
2635 2635
2636 /// @domName SVGTests.requiredFeatures; @docsEditable true 2636 /// @domName SVGTests.requiredFeatures; @docsEditable true
2637 final StringList requiredFeatures; 2637 final StringList requiredFeatures;
2638 2638
2639 /// @domName SVGTests.systemLanguage; @docsEditable true 2639 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2692 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2693 Matrix getTransformToElement(SvgElement element) native; 2693 Matrix getTransformToElement(SvgElement element) native;
2694 2694
2695 // From SVGStylable 2695 // From SVGStylable
2696 2696
2697 // Shadowing definition. 2697 // Shadowing definition.
2698 /// @domName SVGStylable.className; @docsEditable true 2698 /// @domName SVGStylable.className; @docsEditable true
2699 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2699 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2700 2700
2701 // Use implementation from Element. 2701 // Use implementation from Element.
2702 // final CSSStyleDeclaration style; 2702 // final CssStyleDeclaration style;
2703 2703
2704 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2704 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2705 CSSValue getPresentationAttribute(String name) native; 2705 CssValue getPresentationAttribute(String name) native;
2706 2706
2707 // From SVGTests 2707 // From SVGTests
2708 2708
2709 /// @domName SVGTests.requiredExtensions; @docsEditable true 2709 /// @domName SVGTests.requiredExtensions; @docsEditable true
2710 final StringList requiredExtensions; 2710 final StringList requiredExtensions;
2711 2711
2712 /// @domName SVGTests.requiredFeatures; @docsEditable true 2712 /// @domName SVGTests.requiredFeatures; @docsEditable true
2713 final StringList requiredFeatures; 2713 final StringList requiredFeatures;
2714 2714
2715 /// @domName SVGTests.systemLanguage; @docsEditable true 2715 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2759 /// @domName SVGGlyphRefElement.y; @docsEditable true 2759 /// @domName SVGGlyphRefElement.y; @docsEditable true
2760 num y; 2760 num y;
2761 2761
2762 // From SVGStylable 2762 // From SVGStylable
2763 2763
2764 // Shadowing definition. 2764 // Shadowing definition.
2765 /// @domName SVGStylable.className; @docsEditable true 2765 /// @domName SVGStylable.className; @docsEditable true
2766 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2766 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2767 2767
2768 // Use implementation from Element. 2768 // Use implementation from Element.
2769 // final CSSStyleDeclaration style; 2769 // final CssStyleDeclaration style;
2770 2770
2771 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2771 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2772 CSSValue getPresentationAttribute(String name) native; 2772 CssValue getPresentationAttribute(String name) native;
2773 2773
2774 // From SVGURIReference 2774 // From SVGURIReference
2775 2775
2776 /// @domName SVGURIReference.href; @docsEditable true 2776 /// @domName SVGURIReference.href; @docsEditable true
2777 final AnimatedString href; 2777 final AnimatedString href;
2778 } 2778 }
2779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2780 // for details. All rights reserved. Use of this source code is governed by a 2780 // for details. All rights reserved. Use of this source code is governed by a
2781 // BSD-style license that can be found in the LICENSE file. 2781 // BSD-style license that can be found in the LICENSE file.
2782 2782
(...skipping 23 matching lines...) Expand all
2806 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit able true 2806 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit able true
2807 final AnimatedBoolean externalResourcesRequired; 2807 final AnimatedBoolean externalResourcesRequired;
2808 2808
2809 // From SVGStylable 2809 // From SVGStylable
2810 2810
2811 // Shadowing definition. 2811 // Shadowing definition.
2812 /// @domName SVGStylable.className; @docsEditable true 2812 /// @domName SVGStylable.className; @docsEditable true
2813 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2813 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2814 2814
2815 // Use implementation from Element. 2815 // Use implementation from Element.
2816 // final CSSStyleDeclaration style; 2816 // final CssStyleDeclaration style;
2817 2817
2818 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2818 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2819 CSSValue getPresentationAttribute(String name) native; 2819 CssValue getPresentationAttribute(String name) native;
2820 2820
2821 // From SVGURIReference 2821 // From SVGURIReference
2822 2822
2823 /// @domName SVGURIReference.href; @docsEditable true 2823 /// @domName SVGURIReference.href; @docsEditable true
2824 final AnimatedString href; 2824 final AnimatedString href;
2825 } 2825 }
2826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2827 // for details. All rights reserved. Use of this source code is governed by a 2827 // for details. All rights reserved. Use of this source code is governed by a
2828 // BSD-style license that can be found in the LICENSE file. 2828 // BSD-style license that can be found in the LICENSE file.
2829 2829
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
2893 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 2893 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
2894 Matrix getTransformToElement(SvgElement element) native; 2894 Matrix getTransformToElement(SvgElement element) native;
2895 2895
2896 // From SVGStylable 2896 // From SVGStylable
2897 2897
2898 // Shadowing definition. 2898 // Shadowing definition.
2899 /// @domName SVGStylable.className; @docsEditable true 2899 /// @domName SVGStylable.className; @docsEditable true
2900 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 2900 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
2901 2901
2902 // Use implementation from Element. 2902 // Use implementation from Element.
2903 // final CSSStyleDeclaration style; 2903 // final CssStyleDeclaration style;
2904 2904
2905 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 2905 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
2906 CSSValue getPresentationAttribute(String name) native; 2906 CssValue getPresentationAttribute(String name) native;
2907 2907
2908 // From SVGTests 2908 // From SVGTests
2909 2909
2910 /// @domName SVGTests.requiredExtensions; @docsEditable true 2910 /// @domName SVGTests.requiredExtensions; @docsEditable true
2911 final StringList requiredExtensions; 2911 final StringList requiredExtensions;
2912 2912
2913 /// @domName SVGTests.requiredFeatures; @docsEditable true 2913 /// @domName SVGTests.requiredFeatures; @docsEditable true
2914 final StringList requiredFeatures; 2914 final StringList requiredFeatures;
2915 2915
2916 /// @domName SVGTests.systemLanguage; @docsEditable true 2916 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
3171 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 3171 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
3172 Matrix getTransformToElement(SvgElement element) native; 3172 Matrix getTransformToElement(SvgElement element) native;
3173 3173
3174 // From SVGStylable 3174 // From SVGStylable
3175 3175
3176 // Shadowing definition. 3176 // Shadowing definition.
3177 /// @domName SVGStylable.className; @docsEditable true 3177 /// @domName SVGStylable.className; @docsEditable true
3178 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3178 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3179 3179
3180 // Use implementation from Element. 3180 // Use implementation from Element.
3181 // final CSSStyleDeclaration style; 3181 // final CssStyleDeclaration style;
3182 3182
3183 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3183 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3184 CSSValue getPresentationAttribute(String name) native; 3184 CssValue getPresentationAttribute(String name) native;
3185 3185
3186 // From SVGTests 3186 // From SVGTests
3187 3187
3188 /// @domName SVGTests.requiredExtensions; @docsEditable true 3188 /// @domName SVGTests.requiredExtensions; @docsEditable true
3189 final StringList requiredExtensions; 3189 final StringList requiredExtensions;
3190 3190
3191 /// @domName SVGTests.requiredFeatures; @docsEditable true 3191 /// @domName SVGTests.requiredFeatures; @docsEditable true
3192 final StringList requiredFeatures; 3192 final StringList requiredFeatures;
3193 3193
3194 /// @domName SVGTests.systemLanguage; @docsEditable true 3194 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
3338 /// @domName SVGLangSpace.xmlspace; @docsEditable true 3338 /// @domName SVGLangSpace.xmlspace; @docsEditable true
3339 String xmlspace; 3339 String xmlspace;
3340 3340
3341 // From SVGStylable 3341 // From SVGStylable
3342 3342
3343 // Shadowing definition. 3343 // Shadowing definition.
3344 /// @domName SVGStylable.className; @docsEditable true 3344 /// @domName SVGStylable.className; @docsEditable true
3345 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3345 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3346 3346
3347 // Use implementation from Element. 3347 // Use implementation from Element.
3348 // final CSSStyleDeclaration style; 3348 // final CssStyleDeclaration style;
3349 3349
3350 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3350 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3351 CSSValue getPresentationAttribute(String name) native; 3351 CssValue getPresentationAttribute(String name) native;
3352 } 3352 }
3353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3354 // for details. All rights reserved. Use of this source code is governed by a 3354 // for details. All rights reserved. Use of this source code is governed by a
3355 // BSD-style license that can be found in the LICENSE file. 3355 // BSD-style license that can be found in the LICENSE file.
3356 3356
3357 3357
3358 /// @domName SVGMaskElement; @docsEditable true 3358 /// @domName SVGMaskElement; @docsEditable true
3359 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc esRequired, LangSpace native "*SVGMaskElement" { 3359 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc esRequired, LangSpace native "*SVGMaskElement" {
3360 3360
3361 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 3361 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
(...skipping 29 matching lines...) Expand all
3391 /// @domName SVGLangSpace.xmlspace; @docsEditable true 3391 /// @domName SVGLangSpace.xmlspace; @docsEditable true
3392 String xmlspace; 3392 String xmlspace;
3393 3393
3394 // From SVGStylable 3394 // From SVGStylable
3395 3395
3396 // Shadowing definition. 3396 // Shadowing definition.
3397 /// @domName SVGStylable.className; @docsEditable true 3397 /// @domName SVGStylable.className; @docsEditable true
3398 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3398 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3399 3399
3400 // Use implementation from Element. 3400 // Use implementation from Element.
3401 // final CSSStyleDeclaration style; 3401 // final CssStyleDeclaration style;
3402 3402
3403 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3403 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3404 CSSValue getPresentationAttribute(String name) native; 3404 CssValue getPresentationAttribute(String name) native;
3405 3405
3406 // From SVGTests 3406 // From SVGTests
3407 3407
3408 /// @domName SVGTests.requiredExtensions; @docsEditable true 3408 /// @domName SVGTests.requiredExtensions; @docsEditable true
3409 final StringList requiredExtensions; 3409 final StringList requiredExtensions;
3410 3410
3411 /// @domName SVGTests.requiredFeatures; @docsEditable true 3411 /// @domName SVGTests.requiredFeatures; @docsEditable true
3412 final StringList requiredFeatures; 3412 final StringList requiredFeatures;
3413 3413
3414 /// @domName SVGTests.systemLanguage; @docsEditable true 3414 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
3813 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 3813 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
3814 Matrix getTransformToElement(SvgElement element) native; 3814 Matrix getTransformToElement(SvgElement element) native;
3815 3815
3816 // From SVGStylable 3816 // From SVGStylable
3817 3817
3818 // Shadowing definition. 3818 // Shadowing definition.
3819 /// @domName SVGStylable.className; @docsEditable true 3819 /// @domName SVGStylable.className; @docsEditable true
3820 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 3820 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
3821 3821
3822 // Use implementation from Element. 3822 // Use implementation from Element.
3823 // final CSSStyleDeclaration style; 3823 // final CssStyleDeclaration style;
3824 3824
3825 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 3825 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
3826 CSSValue getPresentationAttribute(String name) native; 3826 CssValue getPresentationAttribute(String name) native;
3827 3827
3828 // From SVGTests 3828 // From SVGTests
3829 3829
3830 /// @domName SVGTests.requiredExtensions; @docsEditable true 3830 /// @domName SVGTests.requiredExtensions; @docsEditable true
3831 final StringList requiredExtensions; 3831 final StringList requiredExtensions;
3832 3832
3833 /// @domName SVGTests.requiredFeatures; @docsEditable true 3833 /// @domName SVGTests.requiredFeatures; @docsEditable true
3834 final StringList requiredFeatures; 3834 final StringList requiredFeatures;
3835 3835
3836 /// @domName SVGTests.systemLanguage; @docsEditable true 3836 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
4401 /// @domName SVGLangSpace.xmlspace; @docsEditable true 4401 /// @domName SVGLangSpace.xmlspace; @docsEditable true
4402 String xmlspace; 4402 String xmlspace;
4403 4403
4404 // From SVGStylable 4404 // From SVGStylable
4405 4405
4406 // Shadowing definition. 4406 // Shadowing definition.
4407 /// @domName SVGStylable.className; @docsEditable true 4407 /// @domName SVGStylable.className; @docsEditable true
4408 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4408 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4409 4409
4410 // Use implementation from Element. 4410 // Use implementation from Element.
4411 // final CSSStyleDeclaration style; 4411 // final CssStyleDeclaration style;
4412 4412
4413 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4413 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4414 CSSValue getPresentationAttribute(String name) native; 4414 CssValue getPresentationAttribute(String name) native;
4415 4415
4416 // From SVGTests 4416 // From SVGTests
4417 4417
4418 /// @domName SVGTests.requiredExtensions; @docsEditable true 4418 /// @domName SVGTests.requiredExtensions; @docsEditable true
4419 final StringList requiredExtensions; 4419 final StringList requiredExtensions;
4420 4420
4421 /// @domName SVGTests.requiredFeatures; @docsEditable true 4421 /// @domName SVGTests.requiredFeatures; @docsEditable true
4422 final StringList requiredFeatures; 4422 final StringList requiredFeatures;
4423 4423
4424 /// @domName SVGTests.systemLanguage; @docsEditable true 4424 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
4532 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4532 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4533 Matrix getTransformToElement(SvgElement element) native; 4533 Matrix getTransformToElement(SvgElement element) native;
4534 4534
4535 // From SVGStylable 4535 // From SVGStylable
4536 4536
4537 // Shadowing definition. 4537 // Shadowing definition.
4538 /// @domName SVGStylable.className; @docsEditable true 4538 /// @domName SVGStylable.className; @docsEditable true
4539 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4539 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4540 4540
4541 // Use implementation from Element. 4541 // Use implementation from Element.
4542 // final CSSStyleDeclaration style; 4542 // final CssStyleDeclaration style;
4543 4543
4544 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4544 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4545 CSSValue getPresentationAttribute(String name) native; 4545 CssValue getPresentationAttribute(String name) native;
4546 4546
4547 // From SVGTests 4547 // From SVGTests
4548 4548
4549 /// @domName SVGTests.requiredExtensions; @docsEditable true 4549 /// @domName SVGTests.requiredExtensions; @docsEditable true
4550 final StringList requiredExtensions; 4550 final StringList requiredExtensions;
4551 4551
4552 /// @domName SVGTests.requiredFeatures; @docsEditable true 4552 /// @domName SVGTests.requiredFeatures; @docsEditable true
4553 final StringList requiredFeatures; 4553 final StringList requiredFeatures;
4554 4554
4555 /// @domName SVGTests.systemLanguage; @docsEditable true 4555 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
4614 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4614 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4615 Matrix getTransformToElement(SvgElement element) native; 4615 Matrix getTransformToElement(SvgElement element) native;
4616 4616
4617 // From SVGStylable 4617 // From SVGStylable
4618 4618
4619 // Shadowing definition. 4619 // Shadowing definition.
4620 /// @domName SVGStylable.className; @docsEditable true 4620 /// @domName SVGStylable.className; @docsEditable true
4621 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4621 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4622 4622
4623 // Use implementation from Element. 4623 // Use implementation from Element.
4624 // final CSSStyleDeclaration style; 4624 // final CssStyleDeclaration style;
4625 4625
4626 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4626 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4627 CSSValue getPresentationAttribute(String name) native; 4627 CssValue getPresentationAttribute(String name) native;
4628 4628
4629 // From SVGTests 4629 // From SVGTests
4630 4630
4631 /// @domName SVGTests.requiredExtensions; @docsEditable true 4631 /// @domName SVGTests.requiredExtensions; @docsEditable true
4632 final StringList requiredExtensions; 4632 final StringList requiredExtensions;
4633 4633
4634 /// @domName SVGTests.requiredFeatures; @docsEditable true 4634 /// @domName SVGTests.requiredFeatures; @docsEditable true
4635 final StringList requiredFeatures; 4635 final StringList requiredFeatures;
4636 4636
4637 /// @domName SVGTests.systemLanguage; @docsEditable true 4637 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
4798 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 4798 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
4799 Matrix getTransformToElement(SvgElement element) native; 4799 Matrix getTransformToElement(SvgElement element) native;
4800 4800
4801 // From SVGStylable 4801 // From SVGStylable
4802 4802
4803 // Shadowing definition. 4803 // Shadowing definition.
4804 /// @domName SVGStylable.className; @docsEditable true 4804 /// @domName SVGStylable.className; @docsEditable true
4805 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4805 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4806 4806
4807 // Use implementation from Element. 4807 // Use implementation from Element.
4808 // final CSSStyleDeclaration style; 4808 // final CssStyleDeclaration style;
4809 4809
4810 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4810 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4811 CSSValue getPresentationAttribute(String name) native; 4811 CssValue getPresentationAttribute(String name) native;
4812 4812
4813 // From SVGTests 4813 // From SVGTests
4814 4814
4815 /// @domName SVGTests.requiredExtensions; @docsEditable true 4815 /// @domName SVGTests.requiredExtensions; @docsEditable true
4816 final StringList requiredExtensions; 4816 final StringList requiredExtensions;
4817 4817
4818 /// @domName SVGTests.requiredFeatures; @docsEditable true 4818 /// @domName SVGTests.requiredFeatures; @docsEditable true
4819 final StringList requiredFeatures; 4819 final StringList requiredFeatures;
4820 4820
4821 /// @domName SVGTests.systemLanguage; @docsEditable true 4821 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
4895 /// @domName SVGStopElement.offset; @docsEditable true 4895 /// @domName SVGStopElement.offset; @docsEditable true
4896 final AnimatedNumber offset; 4896 final AnimatedNumber offset;
4897 4897
4898 // From SVGStylable 4898 // From SVGStylable
4899 4899
4900 // Shadowing definition. 4900 // Shadowing definition.
4901 /// @domName SVGStylable.className; @docsEditable true 4901 /// @domName SVGStylable.className; @docsEditable true
4902 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 4902 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
4903 4903
4904 // Use implementation from Element. 4904 // Use implementation from Element.
4905 // final CSSStyleDeclaration style; 4905 // final CssStyleDeclaration style;
4906 4906
4907 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 4907 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
4908 CSSValue getPresentationAttribute(String name) native; 4908 CssValue getPresentationAttribute(String name) native;
4909 } 4909 }
4910 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4910 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4911 // for details. All rights reserved. Use of this source code is governed by a 4911 // for details. All rights reserved. Use of this source code is governed by a
4912 // BSD-style license that can be found in the LICENSE file. 4912 // BSD-style license that can be found in the LICENSE file.
4913 4913
4914 4914
4915 /// @domName SVGStringList; @docsEditable true 4915 /// @domName SVGStringList; @docsEditable true
4916 class StringList implements JavaScriptIndexingBehavior, List<String> native "*SV GStringList" { 4916 class StringList implements JavaScriptIndexingBehavior, List<String> native "*SV GStringList" {
4917 4917
4918 /// @domName SVGStringList.numberOfItems; @docsEditable true 4918 /// @domName SVGStringList.numberOfItems; @docsEditable true
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
5035 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5035 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5036 // for details. All rights reserved. Use of this source code is governed by a 5036 // for details. All rights reserved. Use of this source code is governed by a
5037 // BSD-style license that can be found in the LICENSE file. 5037 // BSD-style license that can be found in the LICENSE file.
5038 5038
5039 5039
5040 /// @domName SVGStylable 5040 /// @domName SVGStylable
5041 abstract class Stylable { 5041 abstract class Stylable {
5042 5042
5043 AnimatedString $dom_svgClassName; 5043 AnimatedString $dom_svgClassName;
5044 5044
5045 CSSStyleDeclaration style; 5045 CssStyleDeclaration style;
5046 5046
5047 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5047 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5048 CSSValue getPresentationAttribute(String name); 5048 CssValue getPresentationAttribute(String name);
5049 } 5049 }
5050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5051 // for details. All rights reserved. Use of this source code is governed by a 5051 // for details. All rights reserved. Use of this source code is governed by a
5052 // BSD-style license that can be found in the LICENSE file. 5052 // BSD-style license that can be found in the LICENSE file.
5053 5053
5054 5054
5055 /// @domName SVGStyleElement; @docsEditable true 5055 /// @domName SVGStyleElement; @docsEditable true
5056 class StyleElement extends SvgElement implements LangSpace native "*SVGStyleElem ent" { 5056 class StyleElement extends SvgElement implements LangSpace native "*SVGStyleElem ent" {
5057 5057
5058 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le"); 5058 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le");
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
5433 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5433 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5434 Matrix getTransformToElement(SvgElement element) native; 5434 Matrix getTransformToElement(SvgElement element) native;
5435 5435
5436 // From SVGStylable 5436 // From SVGStylable
5437 5437
5438 // Shadowing definition. 5438 // Shadowing definition.
5439 /// @domName SVGStylable.className; @docsEditable true 5439 /// @domName SVGStylable.className; @docsEditable true
5440 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5440 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5441 5441
5442 // Use implementation from Element. 5442 // Use implementation from Element.
5443 // final CSSStyleDeclaration style; 5443 // final CssStyleDeclaration style;
5444 5444
5445 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5445 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5446 CSSValue getPresentationAttribute(String name) native; 5446 CssValue getPresentationAttribute(String name) native;
5447 5447
5448 // From SVGTests 5448 // From SVGTests
5449 5449
5450 /// @domName SVGTests.requiredExtensions; @docsEditable true 5450 /// @domName SVGTests.requiredExtensions; @docsEditable true
5451 final StringList requiredExtensions; 5451 final StringList requiredExtensions;
5452 5452
5453 /// @domName SVGTests.requiredFeatures; @docsEditable true 5453 /// @domName SVGTests.requiredFeatures; @docsEditable true
5454 final StringList requiredFeatures; 5454 final StringList requiredFeatures;
5455 5455
5456 /// @domName SVGTests.systemLanguage; @docsEditable true 5456 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
5510 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 5510 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
5511 Matrix getTransformToElement(SvgElement element) native; 5511 Matrix getTransformToElement(SvgElement element) native;
5512 5512
5513 // From SVGStylable 5513 // From SVGStylable
5514 5514
5515 // Shadowing definition. 5515 // Shadowing definition.
5516 /// @domName SVGStylable.className; @docsEditable true 5516 /// @domName SVGStylable.className; @docsEditable true
5517 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5517 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5518 5518
5519 // Use implementation from Element. 5519 // Use implementation from Element.
5520 // final CSSStyleDeclaration style; 5520 // final CssStyleDeclaration style;
5521 5521
5522 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5522 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5523 CSSValue getPresentationAttribute(String name) native; 5523 CssValue getPresentationAttribute(String name) native;
5524 5524
5525 // From SVGTests 5525 // From SVGTests
5526 5526
5527 /// @domName SVGTests.requiredExtensions; @docsEditable true 5527 /// @domName SVGTests.requiredExtensions; @docsEditable true
5528 final StringList requiredExtensions; 5528 final StringList requiredExtensions;
5529 5529
5530 /// @domName SVGTests.requiredFeatures; @docsEditable true 5530 /// @domName SVGTests.requiredFeatures; @docsEditable true
5531 final StringList requiredFeatures; 5531 final StringList requiredFeatures;
5532 5532
5533 /// @domName SVGTests.systemLanguage; @docsEditable true 5533 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
5572 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5572 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5573 String xmlspace; 5573 String xmlspace;
5574 5574
5575 // From SVGStylable 5575 // From SVGStylable
5576 5576
5577 // Shadowing definition. 5577 // Shadowing definition.
5578 /// @domName SVGStylable.className; @docsEditable true 5578 /// @domName SVGStylable.className; @docsEditable true
5579 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5579 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5580 5580
5581 // Use implementation from Element. 5581 // Use implementation from Element.
5582 // final CSSStyleDeclaration style; 5582 // final CssStyleDeclaration style;
5583 5583
5584 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5584 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5585 CSSValue getPresentationAttribute(String name) native; 5585 CssValue getPresentationAttribute(String name) native;
5586 } 5586 }
5587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5588 // for details. All rights reserved. Use of this source code is governed by a 5588 // for details. All rights reserved. Use of this source code is governed by a
5589 // BSD-style license that can be found in the LICENSE file. 5589 // BSD-style license that can be found in the LICENSE file.
5590 5590
5591 5591
5592 /// @domName SVGTRefElement; @docsEditable true 5592 /// @domName SVGTRefElement; @docsEditable true
5593 class TRefElement extends TextPositioningElement implements UriReference native "*SVGTRefElement" { 5593 class TRefElement extends TextPositioningElement implements UriReference native "*SVGTRefElement" {
5594 5594
5595 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref "); 5595 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref ");
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
5686 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5686 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5687 String xmlspace; 5687 String xmlspace;
5688 5688
5689 // From SVGStylable 5689 // From SVGStylable
5690 5690
5691 // Shadowing definition. 5691 // Shadowing definition.
5692 /// @domName SVGStylable.className; @docsEditable true 5692 /// @domName SVGStylable.className; @docsEditable true
5693 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5693 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5694 5694
5695 // Use implementation from Element. 5695 // Use implementation from Element.
5696 // final CSSStyleDeclaration style; 5696 // final CssStyleDeclaration style;
5697 5697
5698 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5698 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5699 CSSValue getPresentationAttribute(String name) native; 5699 CssValue getPresentationAttribute(String name) native;
5700 5700
5701 // From SVGTests 5701 // From SVGTests
5702 5702
5703 /// @domName SVGTests.requiredExtensions; @docsEditable true 5703 /// @domName SVGTests.requiredExtensions; @docsEditable true
5704 final StringList requiredExtensions; 5704 final StringList requiredExtensions;
5705 5705
5706 /// @domName SVGTests.requiredFeatures; @docsEditable true 5706 /// @domName SVGTests.requiredFeatures; @docsEditable true
5707 final StringList requiredFeatures; 5707 final StringList requiredFeatures;
5708 5708
5709 /// @domName SVGTests.systemLanguage; @docsEditable true 5709 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
5824 /// @domName SVGLangSpace.xmlspace; @docsEditable true 5824 /// @domName SVGLangSpace.xmlspace; @docsEditable true
5825 String xmlspace; 5825 String xmlspace;
5826 5826
5827 // From SVGStylable 5827 // From SVGStylable
5828 5828
5829 // Shadowing definition. 5829 // Shadowing definition.
5830 /// @domName SVGStylable.className; @docsEditable true 5830 /// @domName SVGStylable.className; @docsEditable true
5831 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 5831 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
5832 5832
5833 // Use implementation from Element. 5833 // Use implementation from Element.
5834 // final CSSStyleDeclaration style; 5834 // final CssStyleDeclaration style;
5835 5835
5836 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 5836 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
5837 CSSValue getPresentationAttribute(String name) native; 5837 CssValue getPresentationAttribute(String name) native;
5838 } 5838 }
5839 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5839 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5840 // for details. All rights reserved. Use of this source code is governed by a 5840 // for details. All rights reserved. Use of this source code is governed by a
5841 // BSD-style license that can be found in the LICENSE file. 5841 // BSD-style license that can be found in the LICENSE file.
5842 5842
5843 5843
5844 /// @domName SVGTransform; @docsEditable true 5844 /// @domName SVGTransform; @docsEditable true
5845 class Transform native "*SVGTransform" { 5845 class Transform native "*SVGTransform" {
5846 5846
5847 static const int SVG_TRANSFORM_MATRIX = 1; 5847 static const int SVG_TRANSFORM_MATRIX = 1;
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
6132 /// @domName SVGLocatable.getTransformToElement; @docsEditable true 6132 /// @domName SVGLocatable.getTransformToElement; @docsEditable true
6133 Matrix getTransformToElement(SvgElement element) native; 6133 Matrix getTransformToElement(SvgElement element) native;
6134 6134
6135 // From SVGStylable 6135 // From SVGStylable
6136 6136
6137 // Shadowing definition. 6137 // Shadowing definition.
6138 /// @domName SVGStylable.className; @docsEditable true 6138 /// @domName SVGStylable.className; @docsEditable true
6139 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is); 6139 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th is);
6140 6140
6141 // Use implementation from Element. 6141 // Use implementation from Element.
6142 // final CSSStyleDeclaration style; 6142 // final CssStyleDeclaration style;
6143 6143
6144 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true 6144 /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
6145 CSSValue getPresentationAttribute(String name) native; 6145 CssValue getPresentationAttribute(String name) native;
6146 6146
6147 // From SVGTests 6147 // From SVGTests
6148 6148
6149 /// @domName SVGTests.requiredExtensions; @docsEditable true 6149 /// @domName SVGTests.requiredExtensions; @docsEditable true
6150 final StringList requiredExtensions; 6150 final StringList requiredExtensions;
6151 6151
6152 /// @domName SVGTests.requiredFeatures; @docsEditable true 6152 /// @domName SVGTests.requiredFeatures; @docsEditable true
6153 final StringList requiredFeatures; 6153 final StringList requiredFeatures;
6154 6154
6155 /// @domName SVGTests.systemLanguage; @docsEditable true 6155 /// @domName SVGTests.systemLanguage; @docsEditable true
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
6383 } 6383 }
6384 6384
6385 List<ElementInstance> getRange(int start, int rangeLength) => 6385 List<ElementInstance> getRange(int start, int rangeLength) =>
6386 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 6386 Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
6387 6387
6388 // -- end List<ElementInstance> mixins. 6388 // -- end List<ElementInstance> mixins.
6389 6389
6390 /// @domName SVGElementInstanceList.item; @docsEditable true 6390 /// @domName SVGElementInstanceList.item; @docsEditable true
6391 ElementInstance item(int index) native; 6391 ElementInstance item(int index) native;
6392 } 6392 }
OLDNEW
« no previous file with comments | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698