| OLD | NEW |
| 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 // DO NOT EDIT | 5 // DO NOT EDIT |
| 6 // Auto-generated Dart DOM implementation. | 6 // Auto-generated Dart DOM implementation. |
| 7 | 7 |
| 8 function DOM$EnsureDartNull(value) { | 8 function DOM$EnsureDartNull(value) { |
| 9 return value === null ? (void 0) : value; | 9 return value === null ? (void 0) : value; |
| 10 } | 10 } |
| (...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1472 'setAttributeNS', | 1472 'setAttributeNS', |
| 1473 'setAttributeNode', | 1473 'setAttributeNode', |
| 1474 'setAttributeNodeNS', | 1474 'setAttributeNodeNS', |
| 1475 'webkitMatchesSelector']); | 1475 'webkitMatchesSelector']); |
| 1476 c.$implements$Element$Dart = 1; | 1476 c.$implements$Element$Dart = 1; |
| 1477 c.$implements$Node$Dart = 1; | 1477 c.$implements$Node$Dart = 1; |
| 1478 c.$implements$EventTarget$Dart = 1; | 1478 c.$implements$EventTarget$Dart = 1; |
| 1479 c.$implements$NodeSelector$Dart = 1; | 1479 c.$implements$NodeSelector$Dart = 1; |
| 1480 c.$implements$ElementTraversal$Dart = 1; | 1480 c.$implements$ElementTraversal$Dart = 1; |
| 1481 } | 1481 } |
| 1482 function DOM$fixClass$ElementTimeControl(c) { |
| 1483 if (c.prototype) { |
| 1484 } |
| 1485 DOM$fixMembers(c, [ |
| 1486 'beginElement', |
| 1487 'beginElementAt', |
| 1488 'endElement', |
| 1489 'endElementAt']); |
| 1490 c.$implements$ElementTimeControl$Dart = 1; |
| 1491 } |
| 1482 function DOM$fixClass$ElementTraversal(c) { | 1492 function DOM$fixClass$ElementTraversal(c) { |
| 1483 if (c.prototype) { | 1493 if (c.prototype) { |
| 1484 c.prototype.childElementCount$getter = function() { return DOM$EnsureDartNul
l(this.childElementCount); }; | 1494 c.prototype.childElementCount$getter = function() { return DOM$EnsureDartNul
l(this.childElementCount); }; |
| 1485 c.prototype.firstElementChild$getter = function() { return DOM$EnsureDartNul
l(this.firstElementChild); }; | 1495 c.prototype.firstElementChild$getter = function() { return DOM$EnsureDartNul
l(this.firstElementChild); }; |
| 1486 c.prototype.lastElementChild$getter = function() { return DOM$EnsureDartNull
(this.lastElementChild); }; | 1496 c.prototype.lastElementChild$getter = function() { return DOM$EnsureDartNull
(this.lastElementChild); }; |
| 1487 c.prototype.nextElementSibling$getter = function() { return DOM$EnsureDartNu
ll(this.nextElementSibling); }; | 1497 c.prototype.nextElementSibling$getter = function() { return DOM$EnsureDartNu
ll(this.nextElementSibling); }; |
| 1488 c.prototype.previousElementSibling$getter = function() { return DOM$EnsureDa
rtNull(this.previousElementSibling); }; | 1498 c.prototype.previousElementSibling$getter = function() { return DOM$EnsureDa
rtNull(this.previousElementSibling); }; |
| 1489 } | 1499 } |
| 1490 c.$implements$ElementTraversal$Dart = 1; | 1500 c.$implements$ElementTraversal$Dart = 1; |
| 1491 } | 1501 } |
| (...skipping 3168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4660 if (c.prototype) { | 4670 if (c.prototype) { |
| 4661 } | 4671 } |
| 4662 c.$implements$SQLTransactionSync$Dart = 1; | 4672 c.$implements$SQLTransactionSync$Dart = 1; |
| 4663 } | 4673 } |
| 4664 function DOM$fixClass$SQLTransactionSyncCallback(c) { | 4674 function DOM$fixClass$SQLTransactionSyncCallback(c) { |
| 4665 if (c.prototype) { | 4675 if (c.prototype) { |
| 4666 } | 4676 } |
| 4667 DOM$fixMembers(c, ['handleEvent']); | 4677 DOM$fixMembers(c, ['handleEvent']); |
| 4668 c.$implements$SQLTransactionSyncCallback$Dart = 1; | 4678 c.$implements$SQLTransactionSyncCallback$Dart = 1; |
| 4669 } | 4679 } |
| 4680 function DOM$fixClass$SVGAElement(c) { |
| 4681 if (c.prototype) { |
| 4682 c.prototype.target$getter = function() { return DOM$EnsureDartNull(this.targ
et); }; |
| 4683 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 4684 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 4685 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 4686 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 4687 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 4688 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 4689 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 4690 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 4691 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 4692 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 4693 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 4694 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 4695 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 4696 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 4697 } |
| 4698 DOM$fixMembers(c, [ |
| 4699 'hasExtension', |
| 4700 'getPresentationAttribute', |
| 4701 'getBBox', |
| 4702 'getCTM', |
| 4703 'getScreenCTM', |
| 4704 'getTransformToElement']); |
| 4705 c.$implements$SVGAElement$Dart = 1; |
| 4706 c.$implements$SVGElement$Dart = 1; |
| 4707 c.$implements$Element$Dart = 1; |
| 4708 c.$implements$Node$Dart = 1; |
| 4709 c.$implements$EventTarget$Dart = 1; |
| 4710 c.$implements$NodeSelector$Dart = 1; |
| 4711 c.$implements$ElementTraversal$Dart = 1; |
| 4712 c.$implements$SVGURIReference$Dart = 1; |
| 4713 c.$implements$SVGTests$Dart = 1; |
| 4714 c.$implements$SVGLangSpace$Dart = 1; |
| 4715 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 4716 c.$implements$SVGStylable$Dart = 1; |
| 4717 c.$implements$SVGTransformable$Dart = 1; |
| 4718 c.$implements$SVGLocatable$Dart = 1; |
| 4719 } |
| 4720 function DOM$fixClass$SVGAltGlyphDefElement(c) { |
| 4721 if (c.prototype) { |
| 4722 } |
| 4723 c.$implements$SVGAltGlyphDefElement$Dart = 1; |
| 4724 c.$implements$SVGElement$Dart = 1; |
| 4725 c.$implements$Element$Dart = 1; |
| 4726 c.$implements$Node$Dart = 1; |
| 4727 c.$implements$EventTarget$Dart = 1; |
| 4728 c.$implements$NodeSelector$Dart = 1; |
| 4729 c.$implements$ElementTraversal$Dart = 1; |
| 4730 } |
| 4731 function DOM$fixClass$SVGAltGlyphElement(c) { |
| 4732 if (c.prototype) { |
| 4733 c.prototype.format$getter = function() { return DOM$EnsureDartNull(this.form
at); }; |
| 4734 c.prototype.format$setter = function(value) { this.format = value; }; |
| 4735 c.prototype.glyphRef$getter = function() { return DOM$EnsureDartNull(this.gl
yphRef); }; |
| 4736 c.prototype.glyphRef$setter = function(value) { this.glyphRef = value; }; |
| 4737 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 4738 } |
| 4739 c.$implements$SVGAltGlyphElement$Dart = 1; |
| 4740 c.$implements$SVGTextPositioningElement$Dart = 1; |
| 4741 c.$implements$SVGTextContentElement$Dart = 1; |
| 4742 c.$implements$SVGElement$Dart = 1; |
| 4743 c.$implements$Element$Dart = 1; |
| 4744 c.$implements$Node$Dart = 1; |
| 4745 c.$implements$EventTarget$Dart = 1; |
| 4746 c.$implements$NodeSelector$Dart = 1; |
| 4747 c.$implements$ElementTraversal$Dart = 1; |
| 4748 c.$implements$SVGTests$Dart = 1; |
| 4749 c.$implements$SVGLangSpace$Dart = 1; |
| 4750 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 4751 c.$implements$SVGStylable$Dart = 1; |
| 4752 c.$implements$SVGURIReference$Dart = 1; |
| 4753 } |
| 4754 function DOM$fixClass$SVGAltGlyphItemElement(c) { |
| 4755 if (c.prototype) { |
| 4756 } |
| 4757 c.$implements$SVGAltGlyphItemElement$Dart = 1; |
| 4758 c.$implements$SVGElement$Dart = 1; |
| 4759 c.$implements$Element$Dart = 1; |
| 4760 c.$implements$Node$Dart = 1; |
| 4761 c.$implements$EventTarget$Dart = 1; |
| 4762 c.$implements$NodeSelector$Dart = 1; |
| 4763 c.$implements$ElementTraversal$Dart = 1; |
| 4764 } |
| 4765 function DOM$fixClass$SVGAngle(c) { |
| 4766 if (c.prototype) { |
| 4767 c.prototype.unitType$getter = function() { return DOM$EnsureDartNull(this.un
itType); }; |
| 4768 c.prototype.value$getter = function() { return DOM$EnsureDartNull(this.value
); }; |
| 4769 c.prototype.value$setter = function(value) { this.value = value; }; |
| 4770 c.prototype.valueAsString$getter = function() { return DOM$EnsureDartNull(th
is.valueAsString); }; |
| 4771 c.prototype.valueAsString$setter = function(value) { this.valueAsString = va
lue; }; |
| 4772 c.prototype.valueInSpecifiedUnits$getter = function() { return DOM$EnsureDar
tNull(this.valueInSpecifiedUnits); }; |
| 4773 c.prototype.valueInSpecifiedUnits$setter = function(value) { this.valueInSpe
cifiedUnits = value; }; |
| 4774 } |
| 4775 DOM$fixMembers(c, [ |
| 4776 'convertToSpecifiedUnits', |
| 4777 'newValueSpecifiedUnits']); |
| 4778 c.$implements$SVGAngle$Dart = 1; |
| 4779 } |
| 4780 function DOM$fixClass$SVGAnimateColorElement(c) { |
| 4781 if (c.prototype) { |
| 4782 } |
| 4783 c.$implements$SVGAnimateColorElement$Dart = 1; |
| 4784 c.$implements$SVGAnimationElement$Dart = 1; |
| 4785 c.$implements$SVGElement$Dart = 1; |
| 4786 c.$implements$Element$Dart = 1; |
| 4787 c.$implements$Node$Dart = 1; |
| 4788 c.$implements$EventTarget$Dart = 1; |
| 4789 c.$implements$NodeSelector$Dart = 1; |
| 4790 c.$implements$ElementTraversal$Dart = 1; |
| 4791 c.$implements$SVGTests$Dart = 1; |
| 4792 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 4793 c.$implements$ElementTimeControl$Dart = 1; |
| 4794 } |
| 4795 function DOM$fixClass$SVGAnimateElement(c) { |
| 4796 if (c.prototype) { |
| 4797 } |
| 4798 c.$implements$SVGAnimateElement$Dart = 1; |
| 4799 c.$implements$SVGAnimationElement$Dart = 1; |
| 4800 c.$implements$SVGElement$Dart = 1; |
| 4801 c.$implements$Element$Dart = 1; |
| 4802 c.$implements$Node$Dart = 1; |
| 4803 c.$implements$EventTarget$Dart = 1; |
| 4804 c.$implements$NodeSelector$Dart = 1; |
| 4805 c.$implements$ElementTraversal$Dart = 1; |
| 4806 c.$implements$SVGTests$Dart = 1; |
| 4807 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 4808 c.$implements$ElementTimeControl$Dart = 1; |
| 4809 } |
| 4810 function DOM$fixClass$SVGAnimateMotionElement(c) { |
| 4811 if (c.prototype) { |
| 4812 } |
| 4813 c.$implements$SVGAnimateMotionElement$Dart = 1; |
| 4814 c.$implements$SVGAnimationElement$Dart = 1; |
| 4815 c.$implements$SVGElement$Dart = 1; |
| 4816 c.$implements$Element$Dart = 1; |
| 4817 c.$implements$Node$Dart = 1; |
| 4818 c.$implements$EventTarget$Dart = 1; |
| 4819 c.$implements$NodeSelector$Dart = 1; |
| 4820 c.$implements$ElementTraversal$Dart = 1; |
| 4821 c.$implements$SVGTests$Dart = 1; |
| 4822 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 4823 c.$implements$ElementTimeControl$Dart = 1; |
| 4824 } |
| 4825 function DOM$fixClass$SVGAnimateTransformElement(c) { |
| 4826 if (c.prototype) { |
| 4827 } |
| 4828 c.$implements$SVGAnimateTransformElement$Dart = 1; |
| 4829 c.$implements$SVGAnimationElement$Dart = 1; |
| 4830 c.$implements$SVGElement$Dart = 1; |
| 4831 c.$implements$Element$Dart = 1; |
| 4832 c.$implements$Node$Dart = 1; |
| 4833 c.$implements$EventTarget$Dart = 1; |
| 4834 c.$implements$NodeSelector$Dart = 1; |
| 4835 c.$implements$ElementTraversal$Dart = 1; |
| 4836 c.$implements$SVGTests$Dart = 1; |
| 4837 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 4838 c.$implements$ElementTimeControl$Dart = 1; |
| 4839 } |
| 4840 function DOM$fixClass$SVGAnimatedAngle(c) { |
| 4841 if (c.prototype) { |
| 4842 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4843 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4844 } |
| 4845 c.$implements$SVGAnimatedAngle$Dart = 1; |
| 4846 } |
| 4847 function DOM$fixClass$SVGAnimatedBoolean(c) { |
| 4848 if (c.prototype) { |
| 4849 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4850 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4851 c.prototype.baseVal$setter = function(value) { this.baseVal = value; }; |
| 4852 } |
| 4853 c.$implements$SVGAnimatedBoolean$Dart = 1; |
| 4854 } |
| 4855 function DOM$fixClass$SVGAnimatedEnumeration(c) { |
| 4856 if (c.prototype) { |
| 4857 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4858 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4859 c.prototype.baseVal$setter = function(value) { this.baseVal = value; }; |
| 4860 } |
| 4861 c.$implements$SVGAnimatedEnumeration$Dart = 1; |
| 4862 } |
| 4863 function DOM$fixClass$SVGAnimatedInteger(c) { |
| 4864 if (c.prototype) { |
| 4865 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4866 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4867 c.prototype.baseVal$setter = function(value) { this.baseVal = value; }; |
| 4868 } |
| 4869 c.$implements$SVGAnimatedInteger$Dart = 1; |
| 4870 } |
| 4871 function DOM$fixClass$SVGAnimatedLength(c) { |
| 4872 if (c.prototype) { |
| 4873 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4874 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4875 } |
| 4876 c.$implements$SVGAnimatedLength$Dart = 1; |
| 4877 } |
| 4878 function DOM$fixClass$SVGAnimatedLengthList(c) { |
| 4879 if (c.prototype) { |
| 4880 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4881 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4882 } |
| 4883 c.$implements$SVGAnimatedLengthList$Dart = 1; |
| 4884 } |
| 4885 function DOM$fixClass$SVGAnimatedNumber(c) { |
| 4886 if (c.prototype) { |
| 4887 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4888 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4889 c.prototype.baseVal$setter = function(value) { this.baseVal = value; }; |
| 4890 } |
| 4891 c.$implements$SVGAnimatedNumber$Dart = 1; |
| 4892 } |
| 4893 function DOM$fixClass$SVGAnimatedNumberList(c) { |
| 4894 if (c.prototype) { |
| 4895 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4896 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4897 } |
| 4898 c.$implements$SVGAnimatedNumberList$Dart = 1; |
| 4899 } |
| 4900 function DOM$fixClass$SVGAnimatedPreserveAspectRatio(c) { |
| 4901 if (c.prototype) { |
| 4902 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4903 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4904 } |
| 4905 c.$implements$SVGAnimatedPreserveAspectRatio$Dart = 1; |
| 4906 } |
| 4907 function DOM$fixClass$SVGAnimatedRect(c) { |
| 4908 if (c.prototype) { |
| 4909 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4910 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4911 } |
| 4912 c.$implements$SVGAnimatedRect$Dart = 1; |
| 4913 } |
| 4914 function DOM$fixClass$SVGAnimatedString(c) { |
| 4915 if (c.prototype) { |
| 4916 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4917 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4918 c.prototype.baseVal$setter = function(value) { this.baseVal = value; }; |
| 4919 } |
| 4920 c.$implements$SVGAnimatedString$Dart = 1; |
| 4921 } |
| 4922 function DOM$fixClass$SVGAnimatedTransformList(c) { |
| 4923 if (c.prototype) { |
| 4924 c.prototype.animVal$getter = function() { return DOM$EnsureDartNull(this.ani
mVal); }; |
| 4925 c.prototype.baseVal$getter = function() { return DOM$EnsureDartNull(this.bas
eVal); }; |
| 4926 } |
| 4927 c.$implements$SVGAnimatedTransformList$Dart = 1; |
| 4928 } |
| 4929 function DOM$fixClass$SVGAnimationElement(c) { |
| 4930 if (c.prototype) { |
| 4931 c.prototype.targetElement$getter = function() { return DOM$EnsureDartNull(th
is.targetElement); }; |
| 4932 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 4933 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 4934 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 4935 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 4936 } |
| 4937 DOM$fixMembers(c, [ |
| 4938 'getCurrentTime', |
| 4939 'getSimpleDuration', |
| 4940 'getStartTime', |
| 4941 'hasExtension', |
| 4942 'beginElement', |
| 4943 'beginElementAt', |
| 4944 'endElement', |
| 4945 'endElementAt']); |
| 4946 c.$implements$SVGAnimationElement$Dart = 1; |
| 4947 c.$implements$SVGElement$Dart = 1; |
| 4948 c.$implements$Element$Dart = 1; |
| 4949 c.$implements$Node$Dart = 1; |
| 4950 c.$implements$EventTarget$Dart = 1; |
| 4951 c.$implements$NodeSelector$Dart = 1; |
| 4952 c.$implements$ElementTraversal$Dart = 1; |
| 4953 c.$implements$SVGTests$Dart = 1; |
| 4954 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 4955 c.$implements$ElementTimeControl$Dart = 1; |
| 4956 } |
| 4957 function DOM$fixClass$SVGCircleElement(c) { |
| 4958 if (c.prototype) { |
| 4959 c.prototype.cx$getter = function() { return DOM$EnsureDartNull(this.cx); }; |
| 4960 c.prototype.cy$getter = function() { return DOM$EnsureDartNull(this.cy); }; |
| 4961 c.prototype.r$getter = function() { return DOM$EnsureDartNull(this.r); }; |
| 4962 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 4963 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 4964 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 4965 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 4966 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 4967 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 4968 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 4969 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 4970 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 4971 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 4972 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 4973 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 4974 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 4975 } |
| 4976 DOM$fixMembers(c, [ |
| 4977 'hasExtension', |
| 4978 'getPresentationAttribute', |
| 4979 'getBBox', |
| 4980 'getCTM', |
| 4981 'getScreenCTM', |
| 4982 'getTransformToElement']); |
| 4983 c.$implements$SVGCircleElement$Dart = 1; |
| 4984 c.$implements$SVGElement$Dart = 1; |
| 4985 c.$implements$Element$Dart = 1; |
| 4986 c.$implements$Node$Dart = 1; |
| 4987 c.$implements$EventTarget$Dart = 1; |
| 4988 c.$implements$NodeSelector$Dart = 1; |
| 4989 c.$implements$ElementTraversal$Dart = 1; |
| 4990 c.$implements$SVGTests$Dart = 1; |
| 4991 c.$implements$SVGLangSpace$Dart = 1; |
| 4992 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 4993 c.$implements$SVGStylable$Dart = 1; |
| 4994 c.$implements$SVGTransformable$Dart = 1; |
| 4995 c.$implements$SVGLocatable$Dart = 1; |
| 4996 } |
| 4997 function DOM$fixClass$SVGClipPathElement(c) { |
| 4998 if (c.prototype) { |
| 4999 c.prototype.clipPathUnits$getter = function() { return DOM$EnsureDartNull(th
is.clipPathUnits); }; |
| 5000 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 5001 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 5002 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 5003 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 5004 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 5005 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 5006 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 5007 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 5008 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5009 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5010 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 5011 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 5012 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 5013 } |
| 5014 DOM$fixMembers(c, [ |
| 5015 'hasExtension', |
| 5016 'getPresentationAttribute', |
| 5017 'getBBox', |
| 5018 'getCTM', |
| 5019 'getScreenCTM', |
| 5020 'getTransformToElement']); |
| 5021 c.$implements$SVGClipPathElement$Dart = 1; |
| 5022 c.$implements$SVGElement$Dart = 1; |
| 5023 c.$implements$Element$Dart = 1; |
| 5024 c.$implements$Node$Dart = 1; |
| 5025 c.$implements$EventTarget$Dart = 1; |
| 5026 c.$implements$NodeSelector$Dart = 1; |
| 5027 c.$implements$ElementTraversal$Dart = 1; |
| 5028 c.$implements$SVGTests$Dart = 1; |
| 5029 c.$implements$SVGLangSpace$Dart = 1; |
| 5030 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 5031 c.$implements$SVGStylable$Dart = 1; |
| 5032 c.$implements$SVGTransformable$Dart = 1; |
| 5033 c.$implements$SVGLocatable$Dart = 1; |
| 5034 } |
| 5035 function DOM$fixClass$SVGColor(c) { |
| 5036 if (c.prototype) { |
| 5037 c.prototype.colorType$getter = function() { return DOM$EnsureDartNull(this.c
olorType); }; |
| 5038 c.prototype.rgbColor$getter = function() { return DOM$EnsureDartNull(this.rg
bColor); }; |
| 5039 } |
| 5040 DOM$fixMembers(c, [ |
| 5041 'setColor', |
| 5042 'setRGBColor', |
| 5043 'setRGBColorICCColor']); |
| 5044 c.$implements$SVGColor$Dart = 1; |
| 5045 c.$implements$CSSValue$Dart = 1; |
| 5046 } |
| 5047 function DOM$fixClass$SVGComponentTransferFunctionElement(c) { |
| 5048 if (c.prototype) { |
| 5049 c.prototype.amplitude$getter = function() { return DOM$EnsureDartNull(this.a
mplitude); }; |
| 5050 c.prototype.exponent$getter = function() { return DOM$EnsureDartNull(this.ex
ponent); }; |
| 5051 c.prototype.intercept$getter = function() { return DOM$EnsureDartNull(this.i
ntercept); }; |
| 5052 c.prototype.offset$getter = function() { return DOM$EnsureDartNull(this.offs
et); }; |
| 5053 c.prototype.slope$getter = function() { return DOM$EnsureDartNull(this.slope
); }; |
| 5054 c.prototype.tableValues$getter = function() { return DOM$EnsureDartNull(this
.tableValues); }; |
| 5055 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 5056 } |
| 5057 c.$implements$SVGComponentTransferFunctionElement$Dart = 1; |
| 5058 c.$implements$SVGElement$Dart = 1; |
| 5059 c.$implements$Element$Dart = 1; |
| 5060 c.$implements$Node$Dart = 1; |
| 5061 c.$implements$EventTarget$Dart = 1; |
| 5062 c.$implements$NodeSelector$Dart = 1; |
| 5063 c.$implements$ElementTraversal$Dart = 1; |
| 5064 } |
| 5065 function DOM$fixClass$SVGCursorElement(c) { |
| 5066 if (c.prototype) { |
| 5067 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5068 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5069 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 5070 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 5071 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 5072 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 5073 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 5074 } |
| 5075 DOM$fixMembers(c, ['hasExtension']); |
| 5076 c.$implements$SVGCursorElement$Dart = 1; |
| 5077 c.$implements$SVGElement$Dart = 1; |
| 5078 c.$implements$Element$Dart = 1; |
| 5079 c.$implements$Node$Dart = 1; |
| 5080 c.$implements$EventTarget$Dart = 1; |
| 5081 c.$implements$NodeSelector$Dart = 1; |
| 5082 c.$implements$ElementTraversal$Dart = 1; |
| 5083 c.$implements$SVGURIReference$Dart = 1; |
| 5084 c.$implements$SVGTests$Dart = 1; |
| 5085 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 5086 } |
| 5087 function DOM$fixClass$SVGDefsElement(c) { |
| 5088 if (c.prototype) { |
| 5089 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 5090 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 5091 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 5092 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 5093 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 5094 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 5095 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 5096 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 5097 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5098 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5099 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 5100 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 5101 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 5102 } |
| 5103 DOM$fixMembers(c, [ |
| 5104 'hasExtension', |
| 5105 'getPresentationAttribute', |
| 5106 'getBBox', |
| 5107 'getCTM', |
| 5108 'getScreenCTM', |
| 5109 'getTransformToElement']); |
| 5110 c.$implements$SVGDefsElement$Dart = 1; |
| 5111 c.$implements$SVGElement$Dart = 1; |
| 5112 c.$implements$Element$Dart = 1; |
| 5113 c.$implements$Node$Dart = 1; |
| 5114 c.$implements$EventTarget$Dart = 1; |
| 5115 c.$implements$NodeSelector$Dart = 1; |
| 5116 c.$implements$ElementTraversal$Dart = 1; |
| 5117 c.$implements$SVGTests$Dart = 1; |
| 5118 c.$implements$SVGLangSpace$Dart = 1; |
| 5119 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 5120 c.$implements$SVGStylable$Dart = 1; |
| 5121 c.$implements$SVGTransformable$Dart = 1; |
| 5122 c.$implements$SVGLocatable$Dart = 1; |
| 5123 } |
| 5124 function DOM$fixClass$SVGDescElement(c) { |
| 5125 if (c.prototype) { |
| 5126 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 5127 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 5128 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 5129 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 5130 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5131 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5132 } |
| 5133 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5134 c.$implements$SVGDescElement$Dart = 1; |
| 5135 c.$implements$SVGElement$Dart = 1; |
| 5136 c.$implements$Element$Dart = 1; |
| 5137 c.$implements$Node$Dart = 1; |
| 5138 c.$implements$EventTarget$Dart = 1; |
| 5139 c.$implements$NodeSelector$Dart = 1; |
| 5140 c.$implements$ElementTraversal$Dart = 1; |
| 5141 c.$implements$SVGLangSpace$Dart = 1; |
| 5142 c.$implements$SVGStylable$Dart = 1; |
| 5143 } |
| 5144 function DOM$fixClass$SVGDocument(c) { |
| 5145 if (c.prototype) { |
| 5146 c.prototype.rootElement$getter = function() { return DOM$EnsureDartNull(this
.rootElement); }; |
| 5147 } |
| 5148 DOM$fixMembers(c, ['createEvent']); |
| 5149 c.$implements$SVGDocument$Dart = 1; |
| 5150 c.$implements$Document$Dart = 1; |
| 5151 c.$implements$Node$Dart = 1; |
| 5152 c.$implements$EventTarget$Dart = 1; |
| 5153 c.$implements$NodeSelector$Dart = 1; |
| 5154 } |
| 5155 function DOM$fixClass$SVGElement(c) { |
| 5156 if (c.prototype) { |
| 5157 c.prototype.id$getter = function() { return DOM$EnsureDartNull(this.id); }; |
| 5158 c.prototype.id$setter = function(value) { this.id = value; }; |
| 5159 c.prototype.ownerSVGElement$getter = function() { return DOM$EnsureDartNull(
this.ownerSVGElement); }; |
| 5160 c.prototype.viewportElement$getter = function() { return DOM$EnsureDartNull(
this.viewportElement); }; |
| 5161 c.prototype.xmlbase$getter = function() { return DOM$EnsureDartNull(this.xml
base); }; |
| 5162 c.prototype.xmlbase$setter = function(value) { this.xmlbase = value; }; |
| 5163 } |
| 5164 c.$implements$SVGElement$Dart = 1; |
| 5165 c.$implements$Element$Dart = 1; |
| 5166 c.$implements$Node$Dart = 1; |
| 5167 c.$implements$EventTarget$Dart = 1; |
| 5168 c.$implements$NodeSelector$Dart = 1; |
| 5169 c.$implements$ElementTraversal$Dart = 1; |
| 5170 } |
| 5171 function DOM$fixClass$SVGElementInstance(c) { |
| 5172 if (c.prototype) { |
| 5173 c.prototype.childNodes$getter = function() { return DOM$EnsureDartNull(this.
childNodes); }; |
| 5174 c.prototype.correspondingElement$getter = function() { return DOM$EnsureDart
Null(this.correspondingElement); }; |
| 5175 c.prototype.correspondingUseElement$getter = function() { return DOM$EnsureD
artNull(this.correspondingUseElement); }; |
| 5176 c.prototype.firstChild$getter = function() { return DOM$EnsureDartNull(this.
firstChild); }; |
| 5177 c.prototype.lastChild$getter = function() { return DOM$EnsureDartNull(this.l
astChild); }; |
| 5178 c.prototype.nextSibling$getter = function() { return DOM$EnsureDartNull(this
.nextSibling); }; |
| 5179 c.prototype.onabort$getter = function() { return DOM$EnsureDartNull(this.ona
bort); }; |
| 5180 c.prototype.onabort$setter = function(value) { this.onabort = value; }; |
| 5181 c.prototype.onbeforecopy$getter = function() { return DOM$EnsureDartNull(thi
s.onbeforecopy); }; |
| 5182 c.prototype.onbeforecopy$setter = function(value) { this.onbeforecopy = valu
e; }; |
| 5183 c.prototype.onbeforecut$getter = function() { return DOM$EnsureDartNull(this
.onbeforecut); }; |
| 5184 c.prototype.onbeforecut$setter = function(value) { this.onbeforecut = value;
}; |
| 5185 c.prototype.onbeforepaste$getter = function() { return DOM$EnsureDartNull(th
is.onbeforepaste); }; |
| 5186 c.prototype.onbeforepaste$setter = function(value) { this.onbeforepaste = va
lue; }; |
| 5187 c.prototype.onblur$getter = function() { return DOM$EnsureDartNull(this.onbl
ur); }; |
| 5188 c.prototype.onblur$setter = function(value) { this.onblur = value; }; |
| 5189 c.prototype.onchange$getter = function() { return DOM$EnsureDartNull(this.on
change); }; |
| 5190 c.prototype.onchange$setter = function(value) { this.onchange = value; }; |
| 5191 c.prototype.onclick$getter = function() { return DOM$EnsureDartNull(this.onc
lick); }; |
| 5192 c.prototype.onclick$setter = function(value) { this.onclick = value; }; |
| 5193 c.prototype.oncontextmenu$getter = function() { return DOM$EnsureDartNull(th
is.oncontextmenu); }; |
| 5194 c.prototype.oncontextmenu$setter = function(value) { this.oncontextmenu = va
lue; }; |
| 5195 c.prototype.oncopy$getter = function() { return DOM$EnsureDartNull(this.onco
py); }; |
| 5196 c.prototype.oncopy$setter = function(value) { this.oncopy = value; }; |
| 5197 c.prototype.oncut$getter = function() { return DOM$EnsureDartNull(this.oncut
); }; |
| 5198 c.prototype.oncut$setter = function(value) { this.oncut = value; }; |
| 5199 c.prototype.ondblclick$getter = function() { return DOM$EnsureDartNull(this.
ondblclick); }; |
| 5200 c.prototype.ondblclick$setter = function(value) { this.ondblclick = value; }
; |
| 5201 c.prototype.ondrag$getter = function() { return DOM$EnsureDartNull(this.ondr
ag); }; |
| 5202 c.prototype.ondrag$setter = function(value) { this.ondrag = value; }; |
| 5203 c.prototype.ondragend$getter = function() { return DOM$EnsureDartNull(this.o
ndragend); }; |
| 5204 c.prototype.ondragend$setter = function(value) { this.ondragend = value; }; |
| 5205 c.prototype.ondragenter$getter = function() { return DOM$EnsureDartNull(this
.ondragenter); }; |
| 5206 c.prototype.ondragenter$setter = function(value) { this.ondragenter = value;
}; |
| 5207 c.prototype.ondragleave$getter = function() { return DOM$EnsureDartNull(this
.ondragleave); }; |
| 5208 c.prototype.ondragleave$setter = function(value) { this.ondragleave = value;
}; |
| 5209 c.prototype.ondragover$getter = function() { return DOM$EnsureDartNull(this.
ondragover); }; |
| 5210 c.prototype.ondragover$setter = function(value) { this.ondragover = value; }
; |
| 5211 c.prototype.ondragstart$getter = function() { return DOM$EnsureDartNull(this
.ondragstart); }; |
| 5212 c.prototype.ondragstart$setter = function(value) { this.ondragstart = value;
}; |
| 5213 c.prototype.ondrop$getter = function() { return DOM$EnsureDartNull(this.ondr
op); }; |
| 5214 c.prototype.ondrop$setter = function(value) { this.ondrop = value; }; |
| 5215 c.prototype.onerror$getter = function() { return DOM$EnsureDartNull(this.one
rror); }; |
| 5216 c.prototype.onerror$setter = function(value) { this.onerror = value; }; |
| 5217 c.prototype.onfocus$getter = function() { return DOM$EnsureDartNull(this.onf
ocus); }; |
| 5218 c.prototype.onfocus$setter = function(value) { this.onfocus = value; }; |
| 5219 c.prototype.oninput$getter = function() { return DOM$EnsureDartNull(this.oni
nput); }; |
| 5220 c.prototype.oninput$setter = function(value) { this.oninput = value; }; |
| 5221 c.prototype.onkeydown$getter = function() { return DOM$EnsureDartNull(this.o
nkeydown); }; |
| 5222 c.prototype.onkeydown$setter = function(value) { this.onkeydown = value; }; |
| 5223 c.prototype.onkeypress$getter = function() { return DOM$EnsureDartNull(this.
onkeypress); }; |
| 5224 c.prototype.onkeypress$setter = function(value) { this.onkeypress = value; }
; |
| 5225 c.prototype.onkeyup$getter = function() { return DOM$EnsureDartNull(this.onk
eyup); }; |
| 5226 c.prototype.onkeyup$setter = function(value) { this.onkeyup = value; }; |
| 5227 c.prototype.onload$getter = function() { return DOM$EnsureDartNull(this.onlo
ad); }; |
| 5228 c.prototype.onload$setter = function(value) { this.onload = value; }; |
| 5229 c.prototype.onmousedown$getter = function() { return DOM$EnsureDartNull(this
.onmousedown); }; |
| 5230 c.prototype.onmousedown$setter = function(value) { this.onmousedown = value;
}; |
| 5231 c.prototype.onmousemove$getter = function() { return DOM$EnsureDartNull(this
.onmousemove); }; |
| 5232 c.prototype.onmousemove$setter = function(value) { this.onmousemove = value;
}; |
| 5233 c.prototype.onmouseout$getter = function() { return DOM$EnsureDartNull(this.
onmouseout); }; |
| 5234 c.prototype.onmouseout$setter = function(value) { this.onmouseout = value; }
; |
| 5235 c.prototype.onmouseover$getter = function() { return DOM$EnsureDartNull(this
.onmouseover); }; |
| 5236 c.prototype.onmouseover$setter = function(value) { this.onmouseover = value;
}; |
| 5237 c.prototype.onmouseup$getter = function() { return DOM$EnsureDartNull(this.o
nmouseup); }; |
| 5238 c.prototype.onmouseup$setter = function(value) { this.onmouseup = value; }; |
| 5239 c.prototype.onmousewheel$getter = function() { return DOM$EnsureDartNull(thi
s.onmousewheel); }; |
| 5240 c.prototype.onmousewheel$setter = function(value) { this.onmousewheel = valu
e; }; |
| 5241 c.prototype.onpaste$getter = function() { return DOM$EnsureDartNull(this.onp
aste); }; |
| 5242 c.prototype.onpaste$setter = function(value) { this.onpaste = value; }; |
| 5243 c.prototype.onreset$getter = function() { return DOM$EnsureDartNull(this.onr
eset); }; |
| 5244 c.prototype.onreset$setter = function(value) { this.onreset = value; }; |
| 5245 c.prototype.onresize$getter = function() { return DOM$EnsureDartNull(this.on
resize); }; |
| 5246 c.prototype.onresize$setter = function(value) { this.onresize = value; }; |
| 5247 c.prototype.onscroll$getter = function() { return DOM$EnsureDartNull(this.on
scroll); }; |
| 5248 c.prototype.onscroll$setter = function(value) { this.onscroll = value; }; |
| 5249 c.prototype.onsearch$getter = function() { return DOM$EnsureDartNull(this.on
search); }; |
| 5250 c.prototype.onsearch$setter = function(value) { this.onsearch = value; }; |
| 5251 c.prototype.onselect$getter = function() { return DOM$EnsureDartNull(this.on
select); }; |
| 5252 c.prototype.onselect$setter = function(value) { this.onselect = value; }; |
| 5253 c.prototype.onselectstart$getter = function() { return DOM$EnsureDartNull(th
is.onselectstart); }; |
| 5254 c.prototype.onselectstart$setter = function(value) { this.onselectstart = va
lue; }; |
| 5255 c.prototype.onsubmit$getter = function() { return DOM$EnsureDartNull(this.on
submit); }; |
| 5256 c.prototype.onsubmit$setter = function(value) { this.onsubmit = value; }; |
| 5257 c.prototype.onunload$getter = function() { return DOM$EnsureDartNull(this.on
unload); }; |
| 5258 c.prototype.onunload$setter = function(value) { this.onunload = value; }; |
| 5259 c.prototype.parentNode$getter = function() { return DOM$EnsureDartNull(this.
parentNode); }; |
| 5260 c.prototype.previousSibling$getter = function() { return DOM$EnsureDartNull(
this.previousSibling); }; |
| 5261 } |
| 5262 DOM$fixMembers(c, [ |
| 5263 'addEventListener', |
| 5264 'dispatchEvent', |
| 5265 'removeEventListener']); |
| 5266 c.$implements$SVGElementInstance$Dart = 1; |
| 5267 c.$implements$EventTarget$Dart = 1; |
| 5268 } |
| 5269 function DOM$fixClass$SVGElementInstanceList(c) { |
| 5270 if (c.prototype) { |
| 5271 c.prototype.length$getter = function() { return DOM$EnsureDartNull(this.leng
th); }; |
| 5272 } |
| 5273 DOM$fixMembers(c, ['item']); |
| 5274 c.$implements$SVGElementInstanceList$Dart = 1; |
| 5275 } |
| 5276 function DOM$fixClass$SVGEllipseElement(c) { |
| 5277 if (c.prototype) { |
| 5278 c.prototype.cx$getter = function() { return DOM$EnsureDartNull(this.cx); }; |
| 5279 c.prototype.cy$getter = function() { return DOM$EnsureDartNull(this.cy); }; |
| 5280 c.prototype.rx$getter = function() { return DOM$EnsureDartNull(this.rx); }; |
| 5281 c.prototype.ry$getter = function() { return DOM$EnsureDartNull(this.ry); }; |
| 5282 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 5283 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 5284 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 5285 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 5286 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 5287 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 5288 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 5289 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 5290 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5291 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5292 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 5293 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 5294 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 5295 } |
| 5296 DOM$fixMembers(c, [ |
| 5297 'hasExtension', |
| 5298 'getPresentationAttribute', |
| 5299 'getBBox', |
| 5300 'getCTM', |
| 5301 'getScreenCTM', |
| 5302 'getTransformToElement']); |
| 5303 c.$implements$SVGEllipseElement$Dart = 1; |
| 5304 c.$implements$SVGElement$Dart = 1; |
| 5305 c.$implements$Element$Dart = 1; |
| 5306 c.$implements$Node$Dart = 1; |
| 5307 c.$implements$EventTarget$Dart = 1; |
| 5308 c.$implements$NodeSelector$Dart = 1; |
| 5309 c.$implements$ElementTraversal$Dart = 1; |
| 5310 c.$implements$SVGTests$Dart = 1; |
| 5311 c.$implements$SVGLangSpace$Dart = 1; |
| 5312 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 5313 c.$implements$SVGStylable$Dart = 1; |
| 5314 c.$implements$SVGTransformable$Dart = 1; |
| 5315 c.$implements$SVGLocatable$Dart = 1; |
| 5316 } |
| 5317 function DOM$fixClass$SVGException(c) { |
| 5318 if (c.prototype) { |
| 5319 c.prototype.code$getter = function() { return DOM$EnsureDartNull(this.code);
}; |
| 5320 c.prototype.message$getter = function() { return DOM$EnsureDartNull(this.mes
sage); }; |
| 5321 c.prototype.name$getter = function() { return DOM$EnsureDartNull(this.name);
}; |
| 5322 } |
| 5323 DOM$fixMembers(c, ['toString']); |
| 5324 c.$implements$SVGException$Dart = 1; |
| 5325 } |
| 5326 function DOM$fixClass$SVGExternalResourcesRequired(c) { |
| 5327 if (c.prototype) { |
| 5328 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 5329 } |
| 5330 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 5331 } |
| 5332 function DOM$fixClass$SVGFEBlendElement(c) { |
| 5333 if (c.prototype) { |
| 5334 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5335 c.prototype.in2$getter = function() { return DOM$EnsureDartNull(this.in2); }
; |
| 5336 c.prototype.mode$getter = function() { return DOM$EnsureDartNull(this.mode);
}; |
| 5337 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5338 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5339 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5340 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5341 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5342 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5343 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5344 } |
| 5345 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5346 c.$implements$SVGFEBlendElement$Dart = 1; |
| 5347 c.$implements$SVGElement$Dart = 1; |
| 5348 c.$implements$Element$Dart = 1; |
| 5349 c.$implements$Node$Dart = 1; |
| 5350 c.$implements$EventTarget$Dart = 1; |
| 5351 c.$implements$NodeSelector$Dart = 1; |
| 5352 c.$implements$ElementTraversal$Dart = 1; |
| 5353 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5354 c.$implements$SVGStylable$Dart = 1; |
| 5355 } |
| 5356 function DOM$fixClass$SVGFEColorMatrixElement(c) { |
| 5357 if (c.prototype) { |
| 5358 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5359 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 5360 c.prototype.values$getter = function() { return DOM$EnsureDartNull(this.valu
es); }; |
| 5361 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5362 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5363 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5364 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5365 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5366 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5367 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5368 } |
| 5369 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5370 c.$implements$SVGFEColorMatrixElement$Dart = 1; |
| 5371 c.$implements$SVGElement$Dart = 1; |
| 5372 c.$implements$Element$Dart = 1; |
| 5373 c.$implements$Node$Dart = 1; |
| 5374 c.$implements$EventTarget$Dart = 1; |
| 5375 c.$implements$NodeSelector$Dart = 1; |
| 5376 c.$implements$ElementTraversal$Dart = 1; |
| 5377 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5378 c.$implements$SVGStylable$Dart = 1; |
| 5379 } |
| 5380 function DOM$fixClass$SVGFEComponentTransferElement(c) { |
| 5381 if (c.prototype) { |
| 5382 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5383 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5384 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5385 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5386 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5387 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5388 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5389 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5390 } |
| 5391 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5392 c.$implements$SVGFEComponentTransferElement$Dart = 1; |
| 5393 c.$implements$SVGElement$Dart = 1; |
| 5394 c.$implements$Element$Dart = 1; |
| 5395 c.$implements$Node$Dart = 1; |
| 5396 c.$implements$EventTarget$Dart = 1; |
| 5397 c.$implements$NodeSelector$Dart = 1; |
| 5398 c.$implements$ElementTraversal$Dart = 1; |
| 5399 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5400 c.$implements$SVGStylable$Dart = 1; |
| 5401 } |
| 5402 function DOM$fixClass$SVGFECompositeElement(c) { |
| 5403 if (c.prototype) { |
| 5404 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5405 c.prototype.in2$getter = function() { return DOM$EnsureDartNull(this.in2); }
; |
| 5406 c.prototype.k1$getter = function() { return DOM$EnsureDartNull(this.k1); }; |
| 5407 c.prototype.k2$getter = function() { return DOM$EnsureDartNull(this.k2); }; |
| 5408 c.prototype.k3$getter = function() { return DOM$EnsureDartNull(this.k3); }; |
| 5409 c.prototype.k4$getter = function() { return DOM$EnsureDartNull(this.k4); }; |
| 5410 c.prototype.operator$getter = function() { return DOM$EnsureDartNull(this.op
erator); }; |
| 5411 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5412 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5413 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5414 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5415 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5416 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5417 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5418 } |
| 5419 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5420 c.$implements$SVGFECompositeElement$Dart = 1; |
| 5421 c.$implements$SVGElement$Dart = 1; |
| 5422 c.$implements$Element$Dart = 1; |
| 5423 c.$implements$Node$Dart = 1; |
| 5424 c.$implements$EventTarget$Dart = 1; |
| 5425 c.$implements$NodeSelector$Dart = 1; |
| 5426 c.$implements$ElementTraversal$Dart = 1; |
| 5427 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5428 c.$implements$SVGStylable$Dart = 1; |
| 5429 } |
| 5430 function DOM$fixClass$SVGFEConvolveMatrixElement(c) { |
| 5431 if (c.prototype) { |
| 5432 c.prototype.bias$getter = function() { return DOM$EnsureDartNull(this.bias);
}; |
| 5433 c.prototype.divisor$getter = function() { return DOM$EnsureDartNull(this.div
isor); }; |
| 5434 c.prototype.edgeMode$getter = function() { return DOM$EnsureDartNull(this.ed
geMode); }; |
| 5435 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5436 c.prototype.kernelMatrix$getter = function() { return DOM$EnsureDartNull(thi
s.kernelMatrix); }; |
| 5437 c.prototype.kernelUnitLengthX$getter = function() { return DOM$EnsureDartNul
l(this.kernelUnitLengthX); }; |
| 5438 c.prototype.kernelUnitLengthY$getter = function() { return DOM$EnsureDartNul
l(this.kernelUnitLengthY); }; |
| 5439 c.prototype.orderX$getter = function() { return DOM$EnsureDartNull(this.orde
rX); }; |
| 5440 c.prototype.orderY$getter = function() { return DOM$EnsureDartNull(this.orde
rY); }; |
| 5441 c.prototype.preserveAlpha$getter = function() { return DOM$EnsureDartNull(th
is.preserveAlpha); }; |
| 5442 c.prototype.targetX$getter = function() { return DOM$EnsureDartNull(this.tar
getX); }; |
| 5443 c.prototype.targetY$getter = function() { return DOM$EnsureDartNull(this.tar
getY); }; |
| 5444 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5445 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5446 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5447 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5448 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5449 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5450 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5451 } |
| 5452 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5453 c.$implements$SVGFEConvolveMatrixElement$Dart = 1; |
| 5454 c.$implements$SVGElement$Dart = 1; |
| 5455 c.$implements$Element$Dart = 1; |
| 5456 c.$implements$Node$Dart = 1; |
| 5457 c.$implements$EventTarget$Dart = 1; |
| 5458 c.$implements$NodeSelector$Dart = 1; |
| 5459 c.$implements$ElementTraversal$Dart = 1; |
| 5460 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5461 c.$implements$SVGStylable$Dart = 1; |
| 5462 } |
| 5463 function DOM$fixClass$SVGFEDiffuseLightingElement(c) { |
| 5464 if (c.prototype) { |
| 5465 c.prototype.diffuseConstant$getter = function() { return DOM$EnsureDartNull(
this.diffuseConstant); }; |
| 5466 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5467 c.prototype.kernelUnitLengthX$getter = function() { return DOM$EnsureDartNul
l(this.kernelUnitLengthX); }; |
| 5468 c.prototype.kernelUnitLengthY$getter = function() { return DOM$EnsureDartNul
l(this.kernelUnitLengthY); }; |
| 5469 c.prototype.surfaceScale$getter = function() { return DOM$EnsureDartNull(thi
s.surfaceScale); }; |
| 5470 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5471 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5472 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5473 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5474 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5475 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5476 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5477 } |
| 5478 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5479 c.$implements$SVGFEDiffuseLightingElement$Dart = 1; |
| 5480 c.$implements$SVGElement$Dart = 1; |
| 5481 c.$implements$Element$Dart = 1; |
| 5482 c.$implements$Node$Dart = 1; |
| 5483 c.$implements$EventTarget$Dart = 1; |
| 5484 c.$implements$NodeSelector$Dart = 1; |
| 5485 c.$implements$ElementTraversal$Dart = 1; |
| 5486 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5487 c.$implements$SVGStylable$Dart = 1; |
| 5488 } |
| 5489 function DOM$fixClass$SVGFEDisplacementMapElement(c) { |
| 5490 if (c.prototype) { |
| 5491 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5492 c.prototype.in2$getter = function() { return DOM$EnsureDartNull(this.in2); }
; |
| 5493 c.prototype.scale$getter = function() { return DOM$EnsureDartNull(this.scale
); }; |
| 5494 c.prototype.xChannelSelector$getter = function() { return DOM$EnsureDartNull
(this.xChannelSelector); }; |
| 5495 c.prototype.yChannelSelector$getter = function() { return DOM$EnsureDartNull
(this.yChannelSelector); }; |
| 5496 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5497 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5498 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5499 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5500 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5501 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5502 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5503 } |
| 5504 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5505 c.$implements$SVGFEDisplacementMapElement$Dart = 1; |
| 5506 c.$implements$SVGElement$Dart = 1; |
| 5507 c.$implements$Element$Dart = 1; |
| 5508 c.$implements$Node$Dart = 1; |
| 5509 c.$implements$EventTarget$Dart = 1; |
| 5510 c.$implements$NodeSelector$Dart = 1; |
| 5511 c.$implements$ElementTraversal$Dart = 1; |
| 5512 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5513 c.$implements$SVGStylable$Dart = 1; |
| 5514 } |
| 5515 function DOM$fixClass$SVGFEDistantLightElement(c) { |
| 5516 if (c.prototype) { |
| 5517 c.prototype.azimuth$getter = function() { return DOM$EnsureDartNull(this.azi
muth); }; |
| 5518 c.prototype.elevation$getter = function() { return DOM$EnsureDartNull(this.e
levation); }; |
| 5519 } |
| 5520 c.$implements$SVGFEDistantLightElement$Dart = 1; |
| 5521 c.$implements$SVGElement$Dart = 1; |
| 5522 c.$implements$Element$Dart = 1; |
| 5523 c.$implements$Node$Dart = 1; |
| 5524 c.$implements$EventTarget$Dart = 1; |
| 5525 c.$implements$NodeSelector$Dart = 1; |
| 5526 c.$implements$ElementTraversal$Dart = 1; |
| 5527 } |
| 5528 function DOM$fixClass$SVGFEDropShadowElement(c) { |
| 5529 if (c.prototype) { |
| 5530 c.prototype.dx$getter = function() { return DOM$EnsureDartNull(this.dx); }; |
| 5531 c.prototype.dy$getter = function() { return DOM$EnsureDartNull(this.dy); }; |
| 5532 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5533 c.prototype.stdDeviationX$getter = function() { return DOM$EnsureDartNull(th
is.stdDeviationX); }; |
| 5534 c.prototype.stdDeviationY$getter = function() { return DOM$EnsureDartNull(th
is.stdDeviationY); }; |
| 5535 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5536 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5537 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5538 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5539 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5540 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5541 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5542 } |
| 5543 DOM$fixMembers(c, [ |
| 5544 'setStdDeviation', |
| 5545 'getPresentationAttribute']); |
| 5546 c.$implements$SVGFEDropShadowElement$Dart = 1; |
| 5547 c.$implements$SVGElement$Dart = 1; |
| 5548 c.$implements$Element$Dart = 1; |
| 5549 c.$implements$Node$Dart = 1; |
| 5550 c.$implements$EventTarget$Dart = 1; |
| 5551 c.$implements$NodeSelector$Dart = 1; |
| 5552 c.$implements$ElementTraversal$Dart = 1; |
| 5553 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5554 c.$implements$SVGStylable$Dart = 1; |
| 5555 } |
| 5556 function DOM$fixClass$SVGFEFloodElement(c) { |
| 5557 if (c.prototype) { |
| 5558 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5559 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5560 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5561 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5562 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5563 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5564 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5565 } |
| 5566 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5567 c.$implements$SVGFEFloodElement$Dart = 1; |
| 5568 c.$implements$SVGElement$Dart = 1; |
| 5569 c.$implements$Element$Dart = 1; |
| 5570 c.$implements$Node$Dart = 1; |
| 5571 c.$implements$EventTarget$Dart = 1; |
| 5572 c.$implements$NodeSelector$Dart = 1; |
| 5573 c.$implements$ElementTraversal$Dart = 1; |
| 5574 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5575 c.$implements$SVGStylable$Dart = 1; |
| 5576 } |
| 5577 function DOM$fixClass$SVGFEFuncAElement(c) { |
| 5578 if (c.prototype) { |
| 5579 } |
| 5580 c.$implements$SVGFEFuncAElement$Dart = 1; |
| 5581 c.$implements$SVGComponentTransferFunctionElement$Dart = 1; |
| 5582 c.$implements$SVGElement$Dart = 1; |
| 5583 c.$implements$Element$Dart = 1; |
| 5584 c.$implements$Node$Dart = 1; |
| 5585 c.$implements$EventTarget$Dart = 1; |
| 5586 c.$implements$NodeSelector$Dart = 1; |
| 5587 c.$implements$ElementTraversal$Dart = 1; |
| 5588 } |
| 5589 function DOM$fixClass$SVGFEFuncBElement(c) { |
| 5590 if (c.prototype) { |
| 5591 } |
| 5592 c.$implements$SVGFEFuncBElement$Dart = 1; |
| 5593 c.$implements$SVGComponentTransferFunctionElement$Dart = 1; |
| 5594 c.$implements$SVGElement$Dart = 1; |
| 5595 c.$implements$Element$Dart = 1; |
| 5596 c.$implements$Node$Dart = 1; |
| 5597 c.$implements$EventTarget$Dart = 1; |
| 5598 c.$implements$NodeSelector$Dart = 1; |
| 5599 c.$implements$ElementTraversal$Dart = 1; |
| 5600 } |
| 5601 function DOM$fixClass$SVGFEFuncGElement(c) { |
| 5602 if (c.prototype) { |
| 5603 } |
| 5604 c.$implements$SVGFEFuncGElement$Dart = 1; |
| 5605 c.$implements$SVGComponentTransferFunctionElement$Dart = 1; |
| 5606 c.$implements$SVGElement$Dart = 1; |
| 5607 c.$implements$Element$Dart = 1; |
| 5608 c.$implements$Node$Dart = 1; |
| 5609 c.$implements$EventTarget$Dart = 1; |
| 5610 c.$implements$NodeSelector$Dart = 1; |
| 5611 c.$implements$ElementTraversal$Dart = 1; |
| 5612 } |
| 5613 function DOM$fixClass$SVGFEFuncRElement(c) { |
| 5614 if (c.prototype) { |
| 5615 } |
| 5616 c.$implements$SVGFEFuncRElement$Dart = 1; |
| 5617 c.$implements$SVGComponentTransferFunctionElement$Dart = 1; |
| 5618 c.$implements$SVGElement$Dart = 1; |
| 5619 c.$implements$Element$Dart = 1; |
| 5620 c.$implements$Node$Dart = 1; |
| 5621 c.$implements$EventTarget$Dart = 1; |
| 5622 c.$implements$NodeSelector$Dart = 1; |
| 5623 c.$implements$ElementTraversal$Dart = 1; |
| 5624 } |
| 5625 function DOM$fixClass$SVGFEGaussianBlurElement(c) { |
| 5626 if (c.prototype) { |
| 5627 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5628 c.prototype.stdDeviationX$getter = function() { return DOM$EnsureDartNull(th
is.stdDeviationX); }; |
| 5629 c.prototype.stdDeviationY$getter = function() { return DOM$EnsureDartNull(th
is.stdDeviationY); }; |
| 5630 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5631 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5632 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5633 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5634 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5635 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5636 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5637 } |
| 5638 DOM$fixMembers(c, [ |
| 5639 'setStdDeviation', |
| 5640 'getPresentationAttribute']); |
| 5641 c.$implements$SVGFEGaussianBlurElement$Dart = 1; |
| 5642 c.$implements$SVGElement$Dart = 1; |
| 5643 c.$implements$Element$Dart = 1; |
| 5644 c.$implements$Node$Dart = 1; |
| 5645 c.$implements$EventTarget$Dart = 1; |
| 5646 c.$implements$NodeSelector$Dart = 1; |
| 5647 c.$implements$ElementTraversal$Dart = 1; |
| 5648 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5649 c.$implements$SVGStylable$Dart = 1; |
| 5650 } |
| 5651 function DOM$fixClass$SVGFEImageElement(c) { |
| 5652 if (c.prototype) { |
| 5653 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 5654 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 5655 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 5656 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 5657 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 5658 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 5659 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 5660 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5661 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5662 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5663 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5664 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5665 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5666 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5667 } |
| 5668 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5669 c.$implements$SVGFEImageElement$Dart = 1; |
| 5670 c.$implements$SVGElement$Dart = 1; |
| 5671 c.$implements$Element$Dart = 1; |
| 5672 c.$implements$Node$Dart = 1; |
| 5673 c.$implements$EventTarget$Dart = 1; |
| 5674 c.$implements$NodeSelector$Dart = 1; |
| 5675 c.$implements$ElementTraversal$Dart = 1; |
| 5676 c.$implements$SVGURIReference$Dart = 1; |
| 5677 c.$implements$SVGLangSpace$Dart = 1; |
| 5678 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 5679 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5680 c.$implements$SVGStylable$Dart = 1; |
| 5681 } |
| 5682 function DOM$fixClass$SVGFEMergeElement(c) { |
| 5683 if (c.prototype) { |
| 5684 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5685 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5686 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5687 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5688 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5689 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5690 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5691 } |
| 5692 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5693 c.$implements$SVGFEMergeElement$Dart = 1; |
| 5694 c.$implements$SVGElement$Dart = 1; |
| 5695 c.$implements$Element$Dart = 1; |
| 5696 c.$implements$Node$Dart = 1; |
| 5697 c.$implements$EventTarget$Dart = 1; |
| 5698 c.$implements$NodeSelector$Dart = 1; |
| 5699 c.$implements$ElementTraversal$Dart = 1; |
| 5700 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5701 c.$implements$SVGStylable$Dart = 1; |
| 5702 } |
| 5703 function DOM$fixClass$SVGFEMergeNodeElement(c) { |
| 5704 if (c.prototype) { |
| 5705 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5706 } |
| 5707 c.$implements$SVGFEMergeNodeElement$Dart = 1; |
| 5708 c.$implements$SVGElement$Dart = 1; |
| 5709 c.$implements$Element$Dart = 1; |
| 5710 c.$implements$Node$Dart = 1; |
| 5711 c.$implements$EventTarget$Dart = 1; |
| 5712 c.$implements$NodeSelector$Dart = 1; |
| 5713 c.$implements$ElementTraversal$Dart = 1; |
| 5714 } |
| 5715 function DOM$fixClass$SVGFEMorphologyElement(c) { |
| 5716 if (c.prototype) { |
| 5717 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5718 c.prototype.operator$getter = function() { return DOM$EnsureDartNull(this.op
erator); }; |
| 5719 c.prototype.radiusX$getter = function() { return DOM$EnsureDartNull(this.rad
iusX); }; |
| 5720 c.prototype.radiusY$getter = function() { return DOM$EnsureDartNull(this.rad
iusY); }; |
| 5721 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5722 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5723 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5724 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5725 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5726 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5727 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5728 } |
| 5729 DOM$fixMembers(c, [ |
| 5730 'setRadius', |
| 5731 'getPresentationAttribute']); |
| 5732 c.$implements$SVGFEMorphologyElement$Dart = 1; |
| 5733 c.$implements$SVGElement$Dart = 1; |
| 5734 c.$implements$Element$Dart = 1; |
| 5735 c.$implements$Node$Dart = 1; |
| 5736 c.$implements$EventTarget$Dart = 1; |
| 5737 c.$implements$NodeSelector$Dart = 1; |
| 5738 c.$implements$ElementTraversal$Dart = 1; |
| 5739 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5740 c.$implements$SVGStylable$Dart = 1; |
| 5741 } |
| 5742 function DOM$fixClass$SVGFEOffsetElement(c) { |
| 5743 if (c.prototype) { |
| 5744 c.prototype.dx$getter = function() { return DOM$EnsureDartNull(this.dx); }; |
| 5745 c.prototype.dy$getter = function() { return DOM$EnsureDartNull(this.dy); }; |
| 5746 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5747 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5748 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5749 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5750 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5751 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5752 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5753 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5754 } |
| 5755 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5756 c.$implements$SVGFEOffsetElement$Dart = 1; |
| 5757 c.$implements$SVGElement$Dart = 1; |
| 5758 c.$implements$Element$Dart = 1; |
| 5759 c.$implements$Node$Dart = 1; |
| 5760 c.$implements$EventTarget$Dart = 1; |
| 5761 c.$implements$NodeSelector$Dart = 1; |
| 5762 c.$implements$ElementTraversal$Dart = 1; |
| 5763 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5764 c.$implements$SVGStylable$Dart = 1; |
| 5765 } |
| 5766 function DOM$fixClass$SVGFEPointLightElement(c) { |
| 5767 if (c.prototype) { |
| 5768 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5769 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5770 c.prototype.z$getter = function() { return DOM$EnsureDartNull(this.z); }; |
| 5771 } |
| 5772 c.$implements$SVGFEPointLightElement$Dart = 1; |
| 5773 c.$implements$SVGElement$Dart = 1; |
| 5774 c.$implements$Element$Dart = 1; |
| 5775 c.$implements$Node$Dart = 1; |
| 5776 c.$implements$EventTarget$Dart = 1; |
| 5777 c.$implements$NodeSelector$Dart = 1; |
| 5778 c.$implements$ElementTraversal$Dart = 1; |
| 5779 } |
| 5780 function DOM$fixClass$SVGFESpecularLightingElement(c) { |
| 5781 if (c.prototype) { |
| 5782 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5783 c.prototype.specularConstant$getter = function() { return DOM$EnsureDartNull
(this.specularConstant); }; |
| 5784 c.prototype.specularExponent$getter = function() { return DOM$EnsureDartNull
(this.specularExponent); }; |
| 5785 c.prototype.surfaceScale$getter = function() { return DOM$EnsureDartNull(thi
s.surfaceScale); }; |
| 5786 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5787 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5788 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5789 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5790 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5791 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5792 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5793 } |
| 5794 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5795 c.$implements$SVGFESpecularLightingElement$Dart = 1; |
| 5796 c.$implements$SVGElement$Dart = 1; |
| 5797 c.$implements$Element$Dart = 1; |
| 5798 c.$implements$Node$Dart = 1; |
| 5799 c.$implements$EventTarget$Dart = 1; |
| 5800 c.$implements$NodeSelector$Dart = 1; |
| 5801 c.$implements$ElementTraversal$Dart = 1; |
| 5802 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5803 c.$implements$SVGStylable$Dart = 1; |
| 5804 } |
| 5805 function DOM$fixClass$SVGFESpotLightElement(c) { |
| 5806 if (c.prototype) { |
| 5807 c.prototype.limitingConeAngle$getter = function() { return DOM$EnsureDartNul
l(this.limitingConeAngle); }; |
| 5808 c.prototype.pointsAtX$getter = function() { return DOM$EnsureDartNull(this.p
ointsAtX); }; |
| 5809 c.prototype.pointsAtY$getter = function() { return DOM$EnsureDartNull(this.p
ointsAtY); }; |
| 5810 c.prototype.pointsAtZ$getter = function() { return DOM$EnsureDartNull(this.p
ointsAtZ); }; |
| 5811 c.prototype.specularExponent$getter = function() { return DOM$EnsureDartNull
(this.specularExponent); }; |
| 5812 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5813 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5814 c.prototype.z$getter = function() { return DOM$EnsureDartNull(this.z); }; |
| 5815 } |
| 5816 c.$implements$SVGFESpotLightElement$Dart = 1; |
| 5817 c.$implements$SVGElement$Dart = 1; |
| 5818 c.$implements$Element$Dart = 1; |
| 5819 c.$implements$Node$Dart = 1; |
| 5820 c.$implements$EventTarget$Dart = 1; |
| 5821 c.$implements$NodeSelector$Dart = 1; |
| 5822 c.$implements$ElementTraversal$Dart = 1; |
| 5823 } |
| 5824 function DOM$fixClass$SVGFETileElement(c) { |
| 5825 if (c.prototype) { |
| 5826 c.prototype.in1$getter = function() { return DOM$EnsureDartNull(this.in1); }
; |
| 5827 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5828 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5829 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5830 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5831 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5832 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5833 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5834 } |
| 5835 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5836 c.$implements$SVGFETileElement$Dart = 1; |
| 5837 c.$implements$SVGElement$Dart = 1; |
| 5838 c.$implements$Element$Dart = 1; |
| 5839 c.$implements$Node$Dart = 1; |
| 5840 c.$implements$EventTarget$Dart = 1; |
| 5841 c.$implements$NodeSelector$Dart = 1; |
| 5842 c.$implements$ElementTraversal$Dart = 1; |
| 5843 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5844 c.$implements$SVGStylable$Dart = 1; |
| 5845 } |
| 5846 function DOM$fixClass$SVGFETurbulenceElement(c) { |
| 5847 if (c.prototype) { |
| 5848 c.prototype.baseFrequencyX$getter = function() { return DOM$EnsureDartNull(t
his.baseFrequencyX); }; |
| 5849 c.prototype.baseFrequencyY$getter = function() { return DOM$EnsureDartNull(t
his.baseFrequencyY); }; |
| 5850 c.prototype.numOctaves$getter = function() { return DOM$EnsureDartNull(this.
numOctaves); }; |
| 5851 c.prototype.seed$getter = function() { return DOM$EnsureDartNull(this.seed);
}; |
| 5852 c.prototype.stitchTiles$getter = function() { return DOM$EnsureDartNull(this
.stitchTiles); }; |
| 5853 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 5854 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5855 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5856 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5857 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5858 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5859 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5860 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5861 } |
| 5862 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 5863 c.$implements$SVGFETurbulenceElement$Dart = 1; |
| 5864 c.$implements$SVGElement$Dart = 1; |
| 5865 c.$implements$Element$Dart = 1; |
| 5866 c.$implements$Node$Dart = 1; |
| 5867 c.$implements$EventTarget$Dart = 1; |
| 5868 c.$implements$NodeSelector$Dart = 1; |
| 5869 c.$implements$ElementTraversal$Dart = 1; |
| 5870 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5871 c.$implements$SVGStylable$Dart = 1; |
| 5872 } |
| 5873 function DOM$fixClass$SVGFilterElement(c) { |
| 5874 if (c.prototype) { |
| 5875 c.prototype.filterResX$getter = function() { return DOM$EnsureDartNull(this.
filterResX); }; |
| 5876 c.prototype.filterResY$getter = function() { return DOM$EnsureDartNull(this.
filterResY); }; |
| 5877 c.prototype.filterUnits$getter = function() { return DOM$EnsureDartNull(this
.filterUnits); }; |
| 5878 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5879 c.prototype.primitiveUnits$getter = function() { return DOM$EnsureDartNull(t
his.primitiveUnits); }; |
| 5880 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5881 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5882 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5883 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 5884 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 5885 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 5886 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 5887 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 5888 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 5889 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 5890 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 5891 } |
| 5892 DOM$fixMembers(c, [ |
| 5893 'setFilterRes', |
| 5894 'getPresentationAttribute']); |
| 5895 c.$implements$SVGFilterElement$Dart = 1; |
| 5896 c.$implements$SVGElement$Dart = 1; |
| 5897 c.$implements$Element$Dart = 1; |
| 5898 c.$implements$Node$Dart = 1; |
| 5899 c.$implements$EventTarget$Dart = 1; |
| 5900 c.$implements$NodeSelector$Dart = 1; |
| 5901 c.$implements$ElementTraversal$Dart = 1; |
| 5902 c.$implements$SVGURIReference$Dart = 1; |
| 5903 c.$implements$SVGLangSpace$Dart = 1; |
| 5904 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 5905 c.$implements$SVGStylable$Dart = 1; |
| 5906 } |
| 5907 function DOM$fixClass$SVGFilterPrimitiveStandardAttributes(c) { |
| 5908 if (c.prototype) { |
| 5909 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5910 c.prototype.result$getter = function() { return DOM$EnsureDartNull(this.resu
lt); }; |
| 5911 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5912 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5913 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5914 } |
| 5915 c.$implements$SVGFilterPrimitiveStandardAttributes$Dart = 1; |
| 5916 c.$implements$SVGStylable$Dart = 1; |
| 5917 } |
| 5918 function DOM$fixClass$SVGFitToViewBox(c) { |
| 5919 if (c.prototype) { |
| 5920 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 5921 c.prototype.viewBox$getter = function() { return DOM$EnsureDartNull(this.vie
wBox); }; |
| 5922 } |
| 5923 c.$implements$SVGFitToViewBox$Dart = 1; |
| 5924 } |
| 5925 function DOM$fixClass$SVGFontElement(c) { |
| 5926 if (c.prototype) { |
| 5927 } |
| 5928 c.$implements$SVGFontElement$Dart = 1; |
| 5929 c.$implements$SVGElement$Dart = 1; |
| 5930 c.$implements$Element$Dart = 1; |
| 5931 c.$implements$Node$Dart = 1; |
| 5932 c.$implements$EventTarget$Dart = 1; |
| 5933 c.$implements$NodeSelector$Dart = 1; |
| 5934 c.$implements$ElementTraversal$Dart = 1; |
| 5935 } |
| 5936 function DOM$fixClass$SVGFontFaceElement(c) { |
| 5937 if (c.prototype) { |
| 5938 } |
| 5939 c.$implements$SVGFontFaceElement$Dart = 1; |
| 5940 c.$implements$SVGElement$Dart = 1; |
| 5941 c.$implements$Element$Dart = 1; |
| 5942 c.$implements$Node$Dart = 1; |
| 5943 c.$implements$EventTarget$Dart = 1; |
| 5944 c.$implements$NodeSelector$Dart = 1; |
| 5945 c.$implements$ElementTraversal$Dart = 1; |
| 5946 } |
| 5947 function DOM$fixClass$SVGFontFaceFormatElement(c) { |
| 5948 if (c.prototype) { |
| 5949 } |
| 5950 c.$implements$SVGFontFaceFormatElement$Dart = 1; |
| 5951 c.$implements$SVGElement$Dart = 1; |
| 5952 c.$implements$Element$Dart = 1; |
| 5953 c.$implements$Node$Dart = 1; |
| 5954 c.$implements$EventTarget$Dart = 1; |
| 5955 c.$implements$NodeSelector$Dart = 1; |
| 5956 c.$implements$ElementTraversal$Dart = 1; |
| 5957 } |
| 5958 function DOM$fixClass$SVGFontFaceNameElement(c) { |
| 5959 if (c.prototype) { |
| 5960 } |
| 5961 c.$implements$SVGFontFaceNameElement$Dart = 1; |
| 5962 c.$implements$SVGElement$Dart = 1; |
| 5963 c.$implements$Element$Dart = 1; |
| 5964 c.$implements$Node$Dart = 1; |
| 5965 c.$implements$EventTarget$Dart = 1; |
| 5966 c.$implements$NodeSelector$Dart = 1; |
| 5967 c.$implements$ElementTraversal$Dart = 1; |
| 5968 } |
| 5969 function DOM$fixClass$SVGFontFaceSrcElement(c) { |
| 5970 if (c.prototype) { |
| 5971 } |
| 5972 c.$implements$SVGFontFaceSrcElement$Dart = 1; |
| 5973 c.$implements$SVGElement$Dart = 1; |
| 5974 c.$implements$Element$Dart = 1; |
| 5975 c.$implements$Node$Dart = 1; |
| 5976 c.$implements$EventTarget$Dart = 1; |
| 5977 c.$implements$NodeSelector$Dart = 1; |
| 5978 c.$implements$ElementTraversal$Dart = 1; |
| 5979 } |
| 5980 function DOM$fixClass$SVGFontFaceUriElement(c) { |
| 5981 if (c.prototype) { |
| 5982 } |
| 5983 c.$implements$SVGFontFaceUriElement$Dart = 1; |
| 5984 c.$implements$SVGElement$Dart = 1; |
| 5985 c.$implements$Element$Dart = 1; |
| 5986 c.$implements$Node$Dart = 1; |
| 5987 c.$implements$EventTarget$Dart = 1; |
| 5988 c.$implements$NodeSelector$Dart = 1; |
| 5989 c.$implements$ElementTraversal$Dart = 1; |
| 5990 } |
| 5991 function DOM$fixClass$SVGForeignObjectElement(c) { |
| 5992 if (c.prototype) { |
| 5993 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 5994 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 5995 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 5996 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 5997 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 5998 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 5999 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6000 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6001 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6002 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6003 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6004 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6005 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6006 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6007 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 6008 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6009 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6010 } |
| 6011 DOM$fixMembers(c, [ |
| 6012 'hasExtension', |
| 6013 'getPresentationAttribute', |
| 6014 'getBBox', |
| 6015 'getCTM', |
| 6016 'getScreenCTM', |
| 6017 'getTransformToElement']); |
| 6018 c.$implements$SVGForeignObjectElement$Dart = 1; |
| 6019 c.$implements$SVGElement$Dart = 1; |
| 6020 c.$implements$Element$Dart = 1; |
| 6021 c.$implements$Node$Dart = 1; |
| 6022 c.$implements$EventTarget$Dart = 1; |
| 6023 c.$implements$NodeSelector$Dart = 1; |
| 6024 c.$implements$ElementTraversal$Dart = 1; |
| 6025 c.$implements$SVGTests$Dart = 1; |
| 6026 c.$implements$SVGLangSpace$Dart = 1; |
| 6027 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6028 c.$implements$SVGStylable$Dart = 1; |
| 6029 c.$implements$SVGTransformable$Dart = 1; |
| 6030 c.$implements$SVGLocatable$Dart = 1; |
| 6031 } |
| 6032 function DOM$fixClass$SVGGElement(c) { |
| 6033 if (c.prototype) { |
| 6034 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6035 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6036 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6037 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6038 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6039 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6040 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6041 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6042 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6043 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6044 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 6045 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6046 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6047 } |
| 6048 DOM$fixMembers(c, [ |
| 6049 'hasExtension', |
| 6050 'getPresentationAttribute', |
| 6051 'getBBox', |
| 6052 'getCTM', |
| 6053 'getScreenCTM', |
| 6054 'getTransformToElement']); |
| 6055 c.$implements$SVGGElement$Dart = 1; |
| 6056 c.$implements$SVGElement$Dart = 1; |
| 6057 c.$implements$Element$Dart = 1; |
| 6058 c.$implements$Node$Dart = 1; |
| 6059 c.$implements$EventTarget$Dart = 1; |
| 6060 c.$implements$NodeSelector$Dart = 1; |
| 6061 c.$implements$ElementTraversal$Dart = 1; |
| 6062 c.$implements$SVGTests$Dart = 1; |
| 6063 c.$implements$SVGLangSpace$Dart = 1; |
| 6064 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6065 c.$implements$SVGStylable$Dart = 1; |
| 6066 c.$implements$SVGTransformable$Dart = 1; |
| 6067 c.$implements$SVGLocatable$Dart = 1; |
| 6068 } |
| 6069 function DOM$fixClass$SVGGlyphElement(c) { |
| 6070 if (c.prototype) { |
| 6071 } |
| 6072 c.$implements$SVGGlyphElement$Dart = 1; |
| 6073 c.$implements$SVGElement$Dart = 1; |
| 6074 c.$implements$Element$Dart = 1; |
| 6075 c.$implements$Node$Dart = 1; |
| 6076 c.$implements$EventTarget$Dart = 1; |
| 6077 c.$implements$NodeSelector$Dart = 1; |
| 6078 c.$implements$ElementTraversal$Dart = 1; |
| 6079 } |
| 6080 function DOM$fixClass$SVGGlyphRefElement(c) { |
| 6081 if (c.prototype) { |
| 6082 c.prototype.dx$getter = function() { return DOM$EnsureDartNull(this.dx); }; |
| 6083 c.prototype.dx$setter = function(value) { this.dx = value; }; |
| 6084 c.prototype.dy$getter = function() { return DOM$EnsureDartNull(this.dy); }; |
| 6085 c.prototype.dy$setter = function(value) { this.dy = value; }; |
| 6086 c.prototype.format$getter = function() { return DOM$EnsureDartNull(this.form
at); }; |
| 6087 c.prototype.format$setter = function(value) { this.format = value; }; |
| 6088 c.prototype.glyphRef$getter = function() { return DOM$EnsureDartNull(this.gl
yphRef); }; |
| 6089 c.prototype.glyphRef$setter = function(value) { this.glyphRef = value; }; |
| 6090 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6091 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6092 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6093 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6094 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 6095 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6096 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6097 } |
| 6098 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 6099 c.$implements$SVGGlyphRefElement$Dart = 1; |
| 6100 c.$implements$SVGElement$Dart = 1; |
| 6101 c.$implements$Element$Dart = 1; |
| 6102 c.$implements$Node$Dart = 1; |
| 6103 c.$implements$EventTarget$Dart = 1; |
| 6104 c.$implements$NodeSelector$Dart = 1; |
| 6105 c.$implements$ElementTraversal$Dart = 1; |
| 6106 c.$implements$SVGURIReference$Dart = 1; |
| 6107 c.$implements$SVGStylable$Dart = 1; |
| 6108 } |
| 6109 function DOM$fixClass$SVGGradientElement(c) { |
| 6110 if (c.prototype) { |
| 6111 c.prototype.gradientTransform$getter = function() { return DOM$EnsureDartNul
l(this.gradientTransform); }; |
| 6112 c.prototype.gradientUnits$getter = function() { return DOM$EnsureDartNull(th
is.gradientUnits); }; |
| 6113 c.prototype.spreadMethod$getter = function() { return DOM$EnsureDartNull(thi
s.spreadMethod); }; |
| 6114 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 6115 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6116 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6117 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6118 } |
| 6119 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 6120 c.$implements$SVGGradientElement$Dart = 1; |
| 6121 c.$implements$SVGElement$Dart = 1; |
| 6122 c.$implements$Element$Dart = 1; |
| 6123 c.$implements$Node$Dart = 1; |
| 6124 c.$implements$EventTarget$Dart = 1; |
| 6125 c.$implements$NodeSelector$Dart = 1; |
| 6126 c.$implements$ElementTraversal$Dart = 1; |
| 6127 c.$implements$SVGURIReference$Dart = 1; |
| 6128 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6129 c.$implements$SVGStylable$Dart = 1; |
| 6130 } |
| 6131 function DOM$fixClass$SVGHKernElement(c) { |
| 6132 if (c.prototype) { |
| 6133 } |
| 6134 c.$implements$SVGHKernElement$Dart = 1; |
| 6135 c.$implements$SVGElement$Dart = 1; |
| 6136 c.$implements$Element$Dart = 1; |
| 6137 c.$implements$Node$Dart = 1; |
| 6138 c.$implements$EventTarget$Dart = 1; |
| 6139 c.$implements$NodeSelector$Dart = 1; |
| 6140 c.$implements$ElementTraversal$Dart = 1; |
| 6141 } |
| 6142 function DOM$fixClass$SVGImageElement(c) { |
| 6143 if (c.prototype) { |
| 6144 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 6145 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 6146 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 6147 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6148 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6149 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 6150 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6151 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6152 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6153 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6154 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6155 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6156 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6157 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6158 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6159 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6160 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 6161 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6162 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6163 } |
| 6164 DOM$fixMembers(c, [ |
| 6165 'hasExtension', |
| 6166 'getPresentationAttribute', |
| 6167 'getBBox', |
| 6168 'getCTM', |
| 6169 'getScreenCTM', |
| 6170 'getTransformToElement']); |
| 6171 c.$implements$SVGImageElement$Dart = 1; |
| 6172 c.$implements$SVGElement$Dart = 1; |
| 6173 c.$implements$Element$Dart = 1; |
| 6174 c.$implements$Node$Dart = 1; |
| 6175 c.$implements$EventTarget$Dart = 1; |
| 6176 c.$implements$NodeSelector$Dart = 1; |
| 6177 c.$implements$ElementTraversal$Dart = 1; |
| 6178 c.$implements$SVGURIReference$Dart = 1; |
| 6179 c.$implements$SVGTests$Dart = 1; |
| 6180 c.$implements$SVGLangSpace$Dart = 1; |
| 6181 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6182 c.$implements$SVGStylable$Dart = 1; |
| 6183 c.$implements$SVGTransformable$Dart = 1; |
| 6184 c.$implements$SVGLocatable$Dart = 1; |
| 6185 } |
| 6186 function DOM$fixClass$SVGLangSpace(c) { |
| 6187 if (c.prototype) { |
| 6188 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6189 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6190 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6191 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6192 } |
| 6193 c.$implements$SVGLangSpace$Dart = 1; |
| 6194 } |
| 6195 function DOM$fixClass$SVGLength(c) { |
| 6196 if (c.prototype) { |
| 6197 c.prototype.unitType$getter = function() { return DOM$EnsureDartNull(this.un
itType); }; |
| 6198 c.prototype.value$getter = function() { return DOM$EnsureDartNull(this.value
); }; |
| 6199 c.prototype.value$setter = function(value) { this.value = value; }; |
| 6200 c.prototype.valueAsString$getter = function() { return DOM$EnsureDartNull(th
is.valueAsString); }; |
| 6201 c.prototype.valueAsString$setter = function(value) { this.valueAsString = va
lue; }; |
| 6202 c.prototype.valueInSpecifiedUnits$getter = function() { return DOM$EnsureDar
tNull(this.valueInSpecifiedUnits); }; |
| 6203 c.prototype.valueInSpecifiedUnits$setter = function(value) { this.valueInSpe
cifiedUnits = value; }; |
| 6204 } |
| 6205 DOM$fixMembers(c, [ |
| 6206 'convertToSpecifiedUnits', |
| 6207 'newValueSpecifiedUnits']); |
| 6208 c.$implements$SVGLength$Dart = 1; |
| 6209 } |
| 6210 function DOM$fixClass$SVGLengthList(c) { |
| 6211 if (c.prototype) { |
| 6212 c.prototype.numberOfItems$getter = function() { return DOM$EnsureDartNull(th
is.numberOfItems); }; |
| 6213 } |
| 6214 DOM$fixMembers(c, [ |
| 6215 'appendItem', |
| 6216 'clear', |
| 6217 'getItem', |
| 6218 'initialize', |
| 6219 'insertItemBefore', |
| 6220 'removeItem', |
| 6221 'replaceItem']); |
| 6222 c.$implements$SVGLengthList$Dart = 1; |
| 6223 } |
| 6224 function DOM$fixClass$SVGLineElement(c) { |
| 6225 if (c.prototype) { |
| 6226 c.prototype.x1$getter = function() { return DOM$EnsureDartNull(this.x1); }; |
| 6227 c.prototype.x2$getter = function() { return DOM$EnsureDartNull(this.x2); }; |
| 6228 c.prototype.y1$getter = function() { return DOM$EnsureDartNull(this.y1); }; |
| 6229 c.prototype.y2$getter = function() { return DOM$EnsureDartNull(this.y2); }; |
| 6230 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6231 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6232 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6233 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6234 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6235 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6236 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6237 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6238 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6239 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6240 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 6241 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6242 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6243 } |
| 6244 DOM$fixMembers(c, [ |
| 6245 'hasExtension', |
| 6246 'getPresentationAttribute', |
| 6247 'getBBox', |
| 6248 'getCTM', |
| 6249 'getScreenCTM', |
| 6250 'getTransformToElement']); |
| 6251 c.$implements$SVGLineElement$Dart = 1; |
| 6252 c.$implements$SVGElement$Dart = 1; |
| 6253 c.$implements$Element$Dart = 1; |
| 6254 c.$implements$Node$Dart = 1; |
| 6255 c.$implements$EventTarget$Dart = 1; |
| 6256 c.$implements$NodeSelector$Dart = 1; |
| 6257 c.$implements$ElementTraversal$Dart = 1; |
| 6258 c.$implements$SVGTests$Dart = 1; |
| 6259 c.$implements$SVGLangSpace$Dart = 1; |
| 6260 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6261 c.$implements$SVGStylable$Dart = 1; |
| 6262 c.$implements$SVGTransformable$Dart = 1; |
| 6263 c.$implements$SVGLocatable$Dart = 1; |
| 6264 } |
| 6265 function DOM$fixClass$SVGLinearGradientElement(c) { |
| 6266 if (c.prototype) { |
| 6267 c.prototype.x1$getter = function() { return DOM$EnsureDartNull(this.x1); }; |
| 6268 c.prototype.x2$getter = function() { return DOM$EnsureDartNull(this.x2); }; |
| 6269 c.prototype.y1$getter = function() { return DOM$EnsureDartNull(this.y1); }; |
| 6270 c.prototype.y2$getter = function() { return DOM$EnsureDartNull(this.y2); }; |
| 6271 } |
| 6272 c.$implements$SVGLinearGradientElement$Dart = 1; |
| 6273 c.$implements$SVGGradientElement$Dart = 1; |
| 6274 c.$implements$SVGElement$Dart = 1; |
| 6275 c.$implements$Element$Dart = 1; |
| 6276 c.$implements$Node$Dart = 1; |
| 6277 c.$implements$EventTarget$Dart = 1; |
| 6278 c.$implements$NodeSelector$Dart = 1; |
| 6279 c.$implements$ElementTraversal$Dart = 1; |
| 6280 c.$implements$SVGURIReference$Dart = 1; |
| 6281 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6282 c.$implements$SVGStylable$Dart = 1; |
| 6283 } |
| 6284 function DOM$fixClass$SVGLocatable(c) { |
| 6285 if (c.prototype) { |
| 6286 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6287 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6288 } |
| 6289 DOM$fixMembers(c, [ |
| 6290 'getBBox', |
| 6291 'getCTM', |
| 6292 'getScreenCTM', |
| 6293 'getTransformToElement']); |
| 6294 c.$implements$SVGLocatable$Dart = 1; |
| 6295 } |
| 6296 function DOM$fixClass$SVGMPathElement(c) { |
| 6297 if (c.prototype) { |
| 6298 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 6299 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6300 } |
| 6301 c.$implements$SVGMPathElement$Dart = 1; |
| 6302 c.$implements$SVGElement$Dart = 1; |
| 6303 c.$implements$Element$Dart = 1; |
| 6304 c.$implements$Node$Dart = 1; |
| 6305 c.$implements$EventTarget$Dart = 1; |
| 6306 c.$implements$NodeSelector$Dart = 1; |
| 6307 c.$implements$ElementTraversal$Dart = 1; |
| 6308 c.$implements$SVGURIReference$Dart = 1; |
| 6309 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6310 } |
| 6311 function DOM$fixClass$SVGMarkerElement(c) { |
| 6312 if (c.prototype) { |
| 6313 c.prototype.markerHeight$getter = function() { return DOM$EnsureDartNull(thi
s.markerHeight); }; |
| 6314 c.prototype.markerUnits$getter = function() { return DOM$EnsureDartNull(this
.markerUnits); }; |
| 6315 c.prototype.markerWidth$getter = function() { return DOM$EnsureDartNull(this
.markerWidth); }; |
| 6316 c.prototype.orientAngle$getter = function() { return DOM$EnsureDartNull(this
.orientAngle); }; |
| 6317 c.prototype.orientType$getter = function() { return DOM$EnsureDartNull(this.
orientType); }; |
| 6318 c.prototype.refX$getter = function() { return DOM$EnsureDartNull(this.refX);
}; |
| 6319 c.prototype.refY$getter = function() { return DOM$EnsureDartNull(this.refY);
}; |
| 6320 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6321 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6322 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6323 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6324 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6325 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6326 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6327 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 6328 c.prototype.viewBox$getter = function() { return DOM$EnsureDartNull(this.vie
wBox); }; |
| 6329 } |
| 6330 DOM$fixMembers(c, [ |
| 6331 'setOrientToAngle', |
| 6332 'setOrientToAuto', |
| 6333 'getPresentationAttribute']); |
| 6334 c.$implements$SVGMarkerElement$Dart = 1; |
| 6335 c.$implements$SVGElement$Dart = 1; |
| 6336 c.$implements$Element$Dart = 1; |
| 6337 c.$implements$Node$Dart = 1; |
| 6338 c.$implements$EventTarget$Dart = 1; |
| 6339 c.$implements$NodeSelector$Dart = 1; |
| 6340 c.$implements$ElementTraversal$Dart = 1; |
| 6341 c.$implements$SVGLangSpace$Dart = 1; |
| 6342 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6343 c.$implements$SVGStylable$Dart = 1; |
| 6344 c.$implements$SVGFitToViewBox$Dart = 1; |
| 6345 } |
| 6346 function DOM$fixClass$SVGMaskElement(c) { |
| 6347 if (c.prototype) { |
| 6348 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 6349 c.prototype.maskContentUnits$getter = function() { return DOM$EnsureDartNull
(this.maskContentUnits); }; |
| 6350 c.prototype.maskUnits$getter = function() { return DOM$EnsureDartNull(this.m
askUnits); }; |
| 6351 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 6352 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6353 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6354 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6355 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6356 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6357 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6358 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6359 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6360 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6361 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6362 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6363 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6364 } |
| 6365 DOM$fixMembers(c, [ |
| 6366 'hasExtension', |
| 6367 'getPresentationAttribute']); |
| 6368 c.$implements$SVGMaskElement$Dart = 1; |
| 6369 c.$implements$SVGElement$Dart = 1; |
| 6370 c.$implements$Element$Dart = 1; |
| 6371 c.$implements$Node$Dart = 1; |
| 6372 c.$implements$EventTarget$Dart = 1; |
| 6373 c.$implements$NodeSelector$Dart = 1; |
| 6374 c.$implements$ElementTraversal$Dart = 1; |
| 6375 c.$implements$SVGTests$Dart = 1; |
| 6376 c.$implements$SVGLangSpace$Dart = 1; |
| 6377 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6378 c.$implements$SVGStylable$Dart = 1; |
| 6379 } |
| 6380 function DOM$fixClass$SVGMatrix(c) { |
| 6381 if (c.prototype) { |
| 6382 c.prototype.a$getter = function() { return DOM$EnsureDartNull(this.a); }; |
| 6383 c.prototype.a$setter = function(value) { this.a = value; }; |
| 6384 c.prototype.b$getter = function() { return DOM$EnsureDartNull(this.b); }; |
| 6385 c.prototype.b$setter = function(value) { this.b = value; }; |
| 6386 c.prototype.c$getter = function() { return DOM$EnsureDartNull(this.c); }; |
| 6387 c.prototype.c$setter = function(value) { this.c = value; }; |
| 6388 c.prototype.d$getter = function() { return DOM$EnsureDartNull(this.d); }; |
| 6389 c.prototype.d$setter = function(value) { this.d = value; }; |
| 6390 c.prototype.e$getter = function() { return DOM$EnsureDartNull(this.e); }; |
| 6391 c.prototype.e$setter = function(value) { this.e = value; }; |
| 6392 c.prototype.f$getter = function() { return DOM$EnsureDartNull(this.f); }; |
| 6393 c.prototype.f$setter = function(value) { this.f = value; }; |
| 6394 } |
| 6395 DOM$fixMembers(c, [ |
| 6396 'flipX', |
| 6397 'flipY', |
| 6398 'inverse', |
| 6399 'multiply', |
| 6400 'rotate', |
| 6401 'rotateFromVector', |
| 6402 'scale', |
| 6403 'scaleNonUniform', |
| 6404 'skewX', |
| 6405 'skewY', |
| 6406 'translate']); |
| 6407 c.$implements$SVGMatrix$Dart = 1; |
| 6408 } |
| 6409 function DOM$fixClass$SVGMetadataElement(c) { |
| 6410 if (c.prototype) { |
| 6411 } |
| 6412 c.$implements$SVGMetadataElement$Dart = 1; |
| 6413 c.$implements$SVGElement$Dart = 1; |
| 6414 c.$implements$Element$Dart = 1; |
| 6415 c.$implements$Node$Dart = 1; |
| 6416 c.$implements$EventTarget$Dart = 1; |
| 6417 c.$implements$NodeSelector$Dart = 1; |
| 6418 c.$implements$ElementTraversal$Dart = 1; |
| 6419 } |
| 6420 function DOM$fixClass$SVGMissingGlyphElement(c) { |
| 6421 if (c.prototype) { |
| 6422 } |
| 6423 c.$implements$SVGMissingGlyphElement$Dart = 1; |
| 6424 c.$implements$SVGElement$Dart = 1; |
| 6425 c.$implements$Element$Dart = 1; |
| 6426 c.$implements$Node$Dart = 1; |
| 6427 c.$implements$EventTarget$Dart = 1; |
| 6428 c.$implements$NodeSelector$Dart = 1; |
| 6429 c.$implements$ElementTraversal$Dart = 1; |
| 6430 } |
| 6431 function DOM$fixClass$SVGNumber(c) { |
| 6432 if (c.prototype) { |
| 6433 c.prototype.value$getter = function() { return DOM$EnsureDartNull(this.value
); }; |
| 6434 c.prototype.value$setter = function(value) { this.value = value; }; |
| 6435 } |
| 6436 c.$implements$SVGNumber$Dart = 1; |
| 6437 } |
| 6438 function DOM$fixClass$SVGNumberList(c) { |
| 6439 if (c.prototype) { |
| 6440 c.prototype.numberOfItems$getter = function() { return DOM$EnsureDartNull(th
is.numberOfItems); }; |
| 6441 } |
| 6442 DOM$fixMembers(c, [ |
| 6443 'appendItem', |
| 6444 'clear', |
| 6445 'getItem', |
| 6446 'initialize', |
| 6447 'insertItemBefore', |
| 6448 'removeItem', |
| 6449 'replaceItem']); |
| 6450 c.$implements$SVGNumberList$Dart = 1; |
| 6451 } |
| 6452 function DOM$fixClass$SVGPaint(c) { |
| 6453 if (c.prototype) { |
| 6454 c.prototype.paintType$getter = function() { return DOM$EnsureDartNull(this.p
aintType); }; |
| 6455 c.prototype.uri$getter = function() { return DOM$EnsureDartNull(this.uri); }
; |
| 6456 } |
| 6457 DOM$fixMembers(c, [ |
| 6458 'setPaint', |
| 6459 'setUri']); |
| 6460 c.$implements$SVGPaint$Dart = 1; |
| 6461 c.$implements$SVGColor$Dart = 1; |
| 6462 c.$implements$CSSValue$Dart = 1; |
| 6463 } |
| 6464 function DOM$fixClass$SVGPathElement(c) { |
| 6465 if (c.prototype) { |
| 6466 c.prototype.animatedNormalizedPathSegList$getter = function() { return DOM$E
nsureDartNull(this.animatedNormalizedPathSegList); }; |
| 6467 c.prototype.animatedPathSegList$getter = function() { return DOM$EnsureDartN
ull(this.animatedPathSegList); }; |
| 6468 c.prototype.normalizedPathSegList$getter = function() { return DOM$EnsureDar
tNull(this.normalizedPathSegList); }; |
| 6469 c.prototype.pathLength$getter = function() { return DOM$EnsureDartNull(this.
pathLength); }; |
| 6470 c.prototype.pathSegList$getter = function() { return DOM$EnsureDartNull(this
.pathSegList); }; |
| 6471 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6472 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6473 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6474 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6475 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6476 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6477 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6478 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6479 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6480 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6481 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 6482 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6483 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6484 } |
| 6485 DOM$fixMembers(c, [ |
| 6486 'createSVGPathSegArcAbs', |
| 6487 'createSVGPathSegArcRel', |
| 6488 'createSVGPathSegClosePath', |
| 6489 'createSVGPathSegCurvetoCubicAbs', |
| 6490 'createSVGPathSegCurvetoCubicRel', |
| 6491 'createSVGPathSegCurvetoCubicSmoothAbs', |
| 6492 'createSVGPathSegCurvetoCubicSmoothRel', |
| 6493 'createSVGPathSegCurvetoQuadraticAbs', |
| 6494 'createSVGPathSegCurvetoQuadraticRel', |
| 6495 'createSVGPathSegCurvetoQuadraticSmoothAbs', |
| 6496 'createSVGPathSegCurvetoQuadraticSmoothRel', |
| 6497 'createSVGPathSegLinetoAbs', |
| 6498 'createSVGPathSegLinetoHorizontalAbs', |
| 6499 'createSVGPathSegLinetoHorizontalRel', |
| 6500 'createSVGPathSegLinetoRel', |
| 6501 'createSVGPathSegLinetoVerticalAbs', |
| 6502 'createSVGPathSegLinetoVerticalRel', |
| 6503 'createSVGPathSegMovetoAbs', |
| 6504 'createSVGPathSegMovetoRel', |
| 6505 'getPathSegAtLength', |
| 6506 'getPointAtLength', |
| 6507 'getTotalLength', |
| 6508 'hasExtension', |
| 6509 'getPresentationAttribute', |
| 6510 'getBBox', |
| 6511 'getCTM', |
| 6512 'getScreenCTM', |
| 6513 'getTransformToElement']); |
| 6514 c.$implements$SVGPathElement$Dart = 1; |
| 6515 c.$implements$SVGElement$Dart = 1; |
| 6516 c.$implements$Element$Dart = 1; |
| 6517 c.$implements$Node$Dart = 1; |
| 6518 c.$implements$EventTarget$Dart = 1; |
| 6519 c.$implements$NodeSelector$Dart = 1; |
| 6520 c.$implements$ElementTraversal$Dart = 1; |
| 6521 c.$implements$SVGTests$Dart = 1; |
| 6522 c.$implements$SVGLangSpace$Dart = 1; |
| 6523 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6524 c.$implements$SVGStylable$Dart = 1; |
| 6525 c.$implements$SVGTransformable$Dart = 1; |
| 6526 c.$implements$SVGLocatable$Dart = 1; |
| 6527 } |
| 6528 function DOM$fixClass$SVGPathSeg(c) { |
| 6529 if (c.prototype) { |
| 6530 c.prototype.pathSegType$getter = function() { return DOM$EnsureDartNull(this
.pathSegType); }; |
| 6531 c.prototype.pathSegTypeAsLetter$getter = function() { return DOM$EnsureDartN
ull(this.pathSegTypeAsLetter); }; |
| 6532 } |
| 6533 c.$implements$SVGPathSeg$Dart = 1; |
| 6534 } |
| 6535 function DOM$fixClass$SVGPathSegArcAbs(c) { |
| 6536 if (c.prototype) { |
| 6537 c.prototype.angle$getter = function() { return DOM$EnsureDartNull(this.angle
); }; |
| 6538 c.prototype.angle$setter = function(value) { this.angle = value; }; |
| 6539 c.prototype.largeArcFlag$getter = function() { return DOM$EnsureDartNull(thi
s.largeArcFlag); }; |
| 6540 c.prototype.largeArcFlag$setter = function(value) { this.largeArcFlag = valu
e; }; |
| 6541 c.prototype.r1$getter = function() { return DOM$EnsureDartNull(this.r1); }; |
| 6542 c.prototype.r1$setter = function(value) { this.r1 = value; }; |
| 6543 c.prototype.r2$getter = function() { return DOM$EnsureDartNull(this.r2); }; |
| 6544 c.prototype.r2$setter = function(value) { this.r2 = value; }; |
| 6545 c.prototype.sweepFlag$getter = function() { return DOM$EnsureDartNull(this.s
weepFlag); }; |
| 6546 c.prototype.sweepFlag$setter = function(value) { this.sweepFlag = value; }; |
| 6547 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6548 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6549 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6550 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6551 } |
| 6552 c.$implements$SVGPathSegArcAbs$Dart = 1; |
| 6553 c.$implements$SVGPathSeg$Dart = 1; |
| 6554 } |
| 6555 function DOM$fixClass$SVGPathSegArcRel(c) { |
| 6556 if (c.prototype) { |
| 6557 c.prototype.angle$getter = function() { return DOM$EnsureDartNull(this.angle
); }; |
| 6558 c.prototype.angle$setter = function(value) { this.angle = value; }; |
| 6559 c.prototype.largeArcFlag$getter = function() { return DOM$EnsureDartNull(thi
s.largeArcFlag); }; |
| 6560 c.prototype.largeArcFlag$setter = function(value) { this.largeArcFlag = valu
e; }; |
| 6561 c.prototype.r1$getter = function() { return DOM$EnsureDartNull(this.r1); }; |
| 6562 c.prototype.r1$setter = function(value) { this.r1 = value; }; |
| 6563 c.prototype.r2$getter = function() { return DOM$EnsureDartNull(this.r2); }; |
| 6564 c.prototype.r2$setter = function(value) { this.r2 = value; }; |
| 6565 c.prototype.sweepFlag$getter = function() { return DOM$EnsureDartNull(this.s
weepFlag); }; |
| 6566 c.prototype.sweepFlag$setter = function(value) { this.sweepFlag = value; }; |
| 6567 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6568 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6569 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6570 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6571 } |
| 6572 c.$implements$SVGPathSegArcRel$Dart = 1; |
| 6573 c.$implements$SVGPathSeg$Dart = 1; |
| 6574 } |
| 6575 function DOM$fixClass$SVGPathSegClosePath(c) { |
| 6576 if (c.prototype) { |
| 6577 } |
| 6578 c.$implements$SVGPathSegClosePath$Dart = 1; |
| 6579 c.$implements$SVGPathSeg$Dart = 1; |
| 6580 } |
| 6581 function DOM$fixClass$SVGPathSegCurvetoCubicAbs(c) { |
| 6582 if (c.prototype) { |
| 6583 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6584 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6585 c.prototype.x1$getter = function() { return DOM$EnsureDartNull(this.x1); }; |
| 6586 c.prototype.x1$setter = function(value) { this.x1 = value; }; |
| 6587 c.prototype.x2$getter = function() { return DOM$EnsureDartNull(this.x2); }; |
| 6588 c.prototype.x2$setter = function(value) { this.x2 = value; }; |
| 6589 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6590 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6591 c.prototype.y1$getter = function() { return DOM$EnsureDartNull(this.y1); }; |
| 6592 c.prototype.y1$setter = function(value) { this.y1 = value; }; |
| 6593 c.prototype.y2$getter = function() { return DOM$EnsureDartNull(this.y2); }; |
| 6594 c.prototype.y2$setter = function(value) { this.y2 = value; }; |
| 6595 } |
| 6596 c.$implements$SVGPathSegCurvetoCubicAbs$Dart = 1; |
| 6597 c.$implements$SVGPathSeg$Dart = 1; |
| 6598 } |
| 6599 function DOM$fixClass$SVGPathSegCurvetoCubicRel(c) { |
| 6600 if (c.prototype) { |
| 6601 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6602 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6603 c.prototype.x1$getter = function() { return DOM$EnsureDartNull(this.x1); }; |
| 6604 c.prototype.x1$setter = function(value) { this.x1 = value; }; |
| 6605 c.prototype.x2$getter = function() { return DOM$EnsureDartNull(this.x2); }; |
| 6606 c.prototype.x2$setter = function(value) { this.x2 = value; }; |
| 6607 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6608 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6609 c.prototype.y1$getter = function() { return DOM$EnsureDartNull(this.y1); }; |
| 6610 c.prototype.y1$setter = function(value) { this.y1 = value; }; |
| 6611 c.prototype.y2$getter = function() { return DOM$EnsureDartNull(this.y2); }; |
| 6612 c.prototype.y2$setter = function(value) { this.y2 = value; }; |
| 6613 } |
| 6614 c.$implements$SVGPathSegCurvetoCubicRel$Dart = 1; |
| 6615 c.$implements$SVGPathSeg$Dart = 1; |
| 6616 } |
| 6617 function DOM$fixClass$SVGPathSegCurvetoCubicSmoothAbs(c) { |
| 6618 if (c.prototype) { |
| 6619 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6620 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6621 c.prototype.x2$getter = function() { return DOM$EnsureDartNull(this.x2); }; |
| 6622 c.prototype.x2$setter = function(value) { this.x2 = value; }; |
| 6623 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6624 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6625 c.prototype.y2$getter = function() { return DOM$EnsureDartNull(this.y2); }; |
| 6626 c.prototype.y2$setter = function(value) { this.y2 = value; }; |
| 6627 } |
| 6628 c.$implements$SVGPathSegCurvetoCubicSmoothAbs$Dart = 1; |
| 6629 c.$implements$SVGPathSeg$Dart = 1; |
| 6630 } |
| 6631 function DOM$fixClass$SVGPathSegCurvetoCubicSmoothRel(c) { |
| 6632 if (c.prototype) { |
| 6633 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6634 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6635 c.prototype.x2$getter = function() { return DOM$EnsureDartNull(this.x2); }; |
| 6636 c.prototype.x2$setter = function(value) { this.x2 = value; }; |
| 6637 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6638 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6639 c.prototype.y2$getter = function() { return DOM$EnsureDartNull(this.y2); }; |
| 6640 c.prototype.y2$setter = function(value) { this.y2 = value; }; |
| 6641 } |
| 6642 c.$implements$SVGPathSegCurvetoCubicSmoothRel$Dart = 1; |
| 6643 c.$implements$SVGPathSeg$Dart = 1; |
| 6644 } |
| 6645 function DOM$fixClass$SVGPathSegCurvetoQuadraticAbs(c) { |
| 6646 if (c.prototype) { |
| 6647 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6648 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6649 c.prototype.x1$getter = function() { return DOM$EnsureDartNull(this.x1); }; |
| 6650 c.prototype.x1$setter = function(value) { this.x1 = value; }; |
| 6651 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6652 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6653 c.prototype.y1$getter = function() { return DOM$EnsureDartNull(this.y1); }; |
| 6654 c.prototype.y1$setter = function(value) { this.y1 = value; }; |
| 6655 } |
| 6656 c.$implements$SVGPathSegCurvetoQuadraticAbs$Dart = 1; |
| 6657 c.$implements$SVGPathSeg$Dart = 1; |
| 6658 } |
| 6659 function DOM$fixClass$SVGPathSegCurvetoQuadraticRel(c) { |
| 6660 if (c.prototype) { |
| 6661 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6662 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6663 c.prototype.x1$getter = function() { return DOM$EnsureDartNull(this.x1); }; |
| 6664 c.prototype.x1$setter = function(value) { this.x1 = value; }; |
| 6665 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6666 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6667 c.prototype.y1$getter = function() { return DOM$EnsureDartNull(this.y1); }; |
| 6668 c.prototype.y1$setter = function(value) { this.y1 = value; }; |
| 6669 } |
| 6670 c.$implements$SVGPathSegCurvetoQuadraticRel$Dart = 1; |
| 6671 c.$implements$SVGPathSeg$Dart = 1; |
| 6672 } |
| 6673 function DOM$fixClass$SVGPathSegCurvetoQuadraticSmoothAbs(c) { |
| 6674 if (c.prototype) { |
| 6675 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6676 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6677 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6678 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6679 } |
| 6680 c.$implements$SVGPathSegCurvetoQuadraticSmoothAbs$Dart = 1; |
| 6681 c.$implements$SVGPathSeg$Dart = 1; |
| 6682 } |
| 6683 function DOM$fixClass$SVGPathSegCurvetoQuadraticSmoothRel(c) { |
| 6684 if (c.prototype) { |
| 6685 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6686 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6687 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6688 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6689 } |
| 6690 c.$implements$SVGPathSegCurvetoQuadraticSmoothRel$Dart = 1; |
| 6691 c.$implements$SVGPathSeg$Dart = 1; |
| 6692 } |
| 6693 function DOM$fixClass$SVGPathSegLinetoAbs(c) { |
| 6694 if (c.prototype) { |
| 6695 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6696 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6697 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6698 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6699 } |
| 6700 c.$implements$SVGPathSegLinetoAbs$Dart = 1; |
| 6701 c.$implements$SVGPathSeg$Dart = 1; |
| 6702 } |
| 6703 function DOM$fixClass$SVGPathSegLinetoHorizontalAbs(c) { |
| 6704 if (c.prototype) { |
| 6705 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6706 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6707 } |
| 6708 c.$implements$SVGPathSegLinetoHorizontalAbs$Dart = 1; |
| 6709 c.$implements$SVGPathSeg$Dart = 1; |
| 6710 } |
| 6711 function DOM$fixClass$SVGPathSegLinetoHorizontalRel(c) { |
| 6712 if (c.prototype) { |
| 6713 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6714 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6715 } |
| 6716 c.$implements$SVGPathSegLinetoHorizontalRel$Dart = 1; |
| 6717 c.$implements$SVGPathSeg$Dart = 1; |
| 6718 } |
| 6719 function DOM$fixClass$SVGPathSegLinetoRel(c) { |
| 6720 if (c.prototype) { |
| 6721 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6722 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6723 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6724 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6725 } |
| 6726 c.$implements$SVGPathSegLinetoRel$Dart = 1; |
| 6727 c.$implements$SVGPathSeg$Dart = 1; |
| 6728 } |
| 6729 function DOM$fixClass$SVGPathSegLinetoVerticalAbs(c) { |
| 6730 if (c.prototype) { |
| 6731 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6732 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6733 } |
| 6734 c.$implements$SVGPathSegLinetoVerticalAbs$Dart = 1; |
| 6735 c.$implements$SVGPathSeg$Dart = 1; |
| 6736 } |
| 6737 function DOM$fixClass$SVGPathSegLinetoVerticalRel(c) { |
| 6738 if (c.prototype) { |
| 6739 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6740 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6741 } |
| 6742 c.$implements$SVGPathSegLinetoVerticalRel$Dart = 1; |
| 6743 c.$implements$SVGPathSeg$Dart = 1; |
| 6744 } |
| 6745 function DOM$fixClass$SVGPathSegList(c) { |
| 6746 if (c.prototype) { |
| 6747 c.prototype.numberOfItems$getter = function() { return DOM$EnsureDartNull(th
is.numberOfItems); }; |
| 6748 } |
| 6749 DOM$fixMembers(c, [ |
| 6750 'appendItem', |
| 6751 'clear', |
| 6752 'getItem', |
| 6753 'initialize', |
| 6754 'insertItemBefore', |
| 6755 'removeItem', |
| 6756 'replaceItem']); |
| 6757 c.$implements$SVGPathSegList$Dart = 1; |
| 6758 } |
| 6759 function DOM$fixClass$SVGPathSegMovetoAbs(c) { |
| 6760 if (c.prototype) { |
| 6761 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6762 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6763 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6764 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6765 } |
| 6766 c.$implements$SVGPathSegMovetoAbs$Dart = 1; |
| 6767 c.$implements$SVGPathSeg$Dart = 1; |
| 6768 } |
| 6769 function DOM$fixClass$SVGPathSegMovetoRel(c) { |
| 6770 if (c.prototype) { |
| 6771 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6772 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6773 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6774 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6775 } |
| 6776 c.$implements$SVGPathSegMovetoRel$Dart = 1; |
| 6777 c.$implements$SVGPathSeg$Dart = 1; |
| 6778 } |
| 6779 function DOM$fixClass$SVGPatternElement(c) { |
| 6780 if (c.prototype) { |
| 6781 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 6782 c.prototype.patternContentUnits$getter = function() { return DOM$EnsureDartN
ull(this.patternContentUnits); }; |
| 6783 c.prototype.patternTransform$getter = function() { return DOM$EnsureDartNull
(this.patternTransform); }; |
| 6784 c.prototype.patternUnits$getter = function() { return DOM$EnsureDartNull(thi
s.patternUnits); }; |
| 6785 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 6786 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6787 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6788 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 6789 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6790 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6791 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6792 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6793 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6794 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6795 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6796 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6797 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6798 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6799 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 6800 c.prototype.viewBox$getter = function() { return DOM$EnsureDartNull(this.vie
wBox); }; |
| 6801 } |
| 6802 DOM$fixMembers(c, [ |
| 6803 'hasExtension', |
| 6804 'getPresentationAttribute']); |
| 6805 c.$implements$SVGPatternElement$Dart = 1; |
| 6806 c.$implements$SVGElement$Dart = 1; |
| 6807 c.$implements$Element$Dart = 1; |
| 6808 c.$implements$Node$Dart = 1; |
| 6809 c.$implements$EventTarget$Dart = 1; |
| 6810 c.$implements$NodeSelector$Dart = 1; |
| 6811 c.$implements$ElementTraversal$Dart = 1; |
| 6812 c.$implements$SVGURIReference$Dart = 1; |
| 6813 c.$implements$SVGTests$Dart = 1; |
| 6814 c.$implements$SVGLangSpace$Dart = 1; |
| 6815 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6816 c.$implements$SVGStylable$Dart = 1; |
| 6817 c.$implements$SVGFitToViewBox$Dart = 1; |
| 6818 } |
| 6819 function DOM$fixClass$SVGPoint(c) { |
| 6820 if (c.prototype) { |
| 6821 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6822 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6823 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6824 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6825 } |
| 6826 DOM$fixMembers(c, ['matrixTransform']); |
| 6827 c.$implements$SVGPoint$Dart = 1; |
| 6828 } |
| 6829 function DOM$fixClass$SVGPointList(c) { |
| 6830 if (c.prototype) { |
| 6831 c.prototype.numberOfItems$getter = function() { return DOM$EnsureDartNull(th
is.numberOfItems); }; |
| 6832 } |
| 6833 DOM$fixMembers(c, [ |
| 6834 'appendItem', |
| 6835 'clear', |
| 6836 'getItem', |
| 6837 'initialize', |
| 6838 'insertItemBefore', |
| 6839 'removeItem', |
| 6840 'replaceItem']); |
| 6841 c.$implements$SVGPointList$Dart = 1; |
| 6842 } |
| 6843 function DOM$fixClass$SVGPolygonElement(c) { |
| 6844 if (c.prototype) { |
| 6845 c.prototype.animatedPoints$getter = function() { return DOM$EnsureDartNull(t
his.animatedPoints); }; |
| 6846 c.prototype.points$getter = function() { return DOM$EnsureDartNull(this.poin
ts); }; |
| 6847 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6848 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6849 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6850 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6851 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6852 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6853 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6854 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6855 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6856 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6857 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 6858 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6859 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6860 } |
| 6861 DOM$fixMembers(c, [ |
| 6862 'hasExtension', |
| 6863 'getPresentationAttribute', |
| 6864 'getBBox', |
| 6865 'getCTM', |
| 6866 'getScreenCTM', |
| 6867 'getTransformToElement']); |
| 6868 c.$implements$SVGPolygonElement$Dart = 1; |
| 6869 c.$implements$SVGElement$Dart = 1; |
| 6870 c.$implements$Element$Dart = 1; |
| 6871 c.$implements$Node$Dart = 1; |
| 6872 c.$implements$EventTarget$Dart = 1; |
| 6873 c.$implements$NodeSelector$Dart = 1; |
| 6874 c.$implements$ElementTraversal$Dart = 1; |
| 6875 c.$implements$SVGTests$Dart = 1; |
| 6876 c.$implements$SVGLangSpace$Dart = 1; |
| 6877 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6878 c.$implements$SVGStylable$Dart = 1; |
| 6879 c.$implements$SVGTransformable$Dart = 1; |
| 6880 c.$implements$SVGLocatable$Dart = 1; |
| 6881 } |
| 6882 function DOM$fixClass$SVGPolylineElement(c) { |
| 6883 if (c.prototype) { |
| 6884 c.prototype.animatedPoints$getter = function() { return DOM$EnsureDartNull(t
his.animatedPoints); }; |
| 6885 c.prototype.points$getter = function() { return DOM$EnsureDartNull(this.poin
ts); }; |
| 6886 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6887 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6888 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6889 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6890 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6891 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6892 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6893 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6894 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6895 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6896 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 6897 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6898 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6899 } |
| 6900 DOM$fixMembers(c, [ |
| 6901 'hasExtension', |
| 6902 'getPresentationAttribute', |
| 6903 'getBBox', |
| 6904 'getCTM', |
| 6905 'getScreenCTM', |
| 6906 'getTransformToElement']); |
| 6907 c.$implements$SVGPolylineElement$Dart = 1; |
| 6908 c.$implements$SVGElement$Dart = 1; |
| 6909 c.$implements$Element$Dart = 1; |
| 6910 c.$implements$Node$Dart = 1; |
| 6911 c.$implements$EventTarget$Dart = 1; |
| 6912 c.$implements$NodeSelector$Dart = 1; |
| 6913 c.$implements$ElementTraversal$Dart = 1; |
| 6914 c.$implements$SVGTests$Dart = 1; |
| 6915 c.$implements$SVGLangSpace$Dart = 1; |
| 6916 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6917 c.$implements$SVGStylable$Dart = 1; |
| 6918 c.$implements$SVGTransformable$Dart = 1; |
| 6919 c.$implements$SVGLocatable$Dart = 1; |
| 6920 } |
| 6921 function DOM$fixClass$SVGPreserveAspectRatio(c) { |
| 6922 if (c.prototype) { |
| 6923 c.prototype.align$getter = function() { return DOM$EnsureDartNull(this.align
); }; |
| 6924 c.prototype.align$setter = function(value) { this.align = value; }; |
| 6925 c.prototype.meetOrSlice$getter = function() { return DOM$EnsureDartNull(this
.meetOrSlice); }; |
| 6926 c.prototype.meetOrSlice$setter = function(value) { this.meetOrSlice = value;
}; |
| 6927 } |
| 6928 c.$implements$SVGPreserveAspectRatio$Dart = 1; |
| 6929 } |
| 6930 function DOM$fixClass$SVGRadialGradientElement(c) { |
| 6931 if (c.prototype) { |
| 6932 c.prototype.cx$getter = function() { return DOM$EnsureDartNull(this.cx); }; |
| 6933 c.prototype.cy$getter = function() { return DOM$EnsureDartNull(this.cy); }; |
| 6934 c.prototype.fx$getter = function() { return DOM$EnsureDartNull(this.fx); }; |
| 6935 c.prototype.fy$getter = function() { return DOM$EnsureDartNull(this.fy); }; |
| 6936 c.prototype.r$getter = function() { return DOM$EnsureDartNull(this.r); }; |
| 6937 } |
| 6938 c.$implements$SVGRadialGradientElement$Dart = 1; |
| 6939 c.$implements$SVGGradientElement$Dart = 1; |
| 6940 c.$implements$SVGElement$Dart = 1; |
| 6941 c.$implements$Element$Dart = 1; |
| 6942 c.$implements$Node$Dart = 1; |
| 6943 c.$implements$EventTarget$Dart = 1; |
| 6944 c.$implements$NodeSelector$Dart = 1; |
| 6945 c.$implements$ElementTraversal$Dart = 1; |
| 6946 c.$implements$SVGURIReference$Dart = 1; |
| 6947 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 6948 c.$implements$SVGStylable$Dart = 1; |
| 6949 } |
| 6950 function DOM$fixClass$SVGRect(c) { |
| 6951 if (c.prototype) { |
| 6952 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 6953 c.prototype.height$setter = function(value) { this.height = value; }; |
| 6954 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 6955 c.prototype.width$setter = function(value) { this.width = value; }; |
| 6956 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6957 c.prototype.x$setter = function(value) { this.x = value; }; |
| 6958 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6959 c.prototype.y$setter = function(value) { this.y = value; }; |
| 6960 } |
| 6961 c.$implements$SVGRect$Dart = 1; |
| 6962 } |
| 6963 function DOM$fixClass$SVGRectElement(c) { |
| 6964 if (c.prototype) { |
| 6965 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 6966 c.prototype.rx$getter = function() { return DOM$EnsureDartNull(this.rx); }; |
| 6967 c.prototype.ry$getter = function() { return DOM$EnsureDartNull(this.ry); }; |
| 6968 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 6969 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 6970 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 6971 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 6972 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 6973 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 6974 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 6975 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 6976 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 6977 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 6978 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 6979 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 6980 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 6981 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 6982 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 6983 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 6984 } |
| 6985 DOM$fixMembers(c, [ |
| 6986 'hasExtension', |
| 6987 'getPresentationAttribute', |
| 6988 'getBBox', |
| 6989 'getCTM', |
| 6990 'getScreenCTM', |
| 6991 'getTransformToElement']); |
| 6992 c.$implements$SVGRectElement$Dart = 1; |
| 6993 c.$implements$SVGElement$Dart = 1; |
| 6994 c.$implements$Element$Dart = 1; |
| 6995 c.$implements$Node$Dart = 1; |
| 6996 c.$implements$EventTarget$Dart = 1; |
| 6997 c.$implements$NodeSelector$Dart = 1; |
| 6998 c.$implements$ElementTraversal$Dart = 1; |
| 6999 c.$implements$SVGTests$Dart = 1; |
| 7000 c.$implements$SVGLangSpace$Dart = 1; |
| 7001 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7002 c.$implements$SVGStylable$Dart = 1; |
| 7003 c.$implements$SVGTransformable$Dart = 1; |
| 7004 c.$implements$SVGLocatable$Dart = 1; |
| 7005 } |
| 7006 function DOM$fixClass$SVGRenderingIntent(c) { |
| 7007 if (c.prototype) { |
| 7008 } |
| 7009 c.$implements$SVGRenderingIntent$Dart = 1; |
| 7010 } |
| 7011 function DOM$fixClass$SVGSVGElement(c) { |
| 7012 if (c.prototype) { |
| 7013 c.prototype.contentScriptType$getter = function() { return DOM$EnsureDartNul
l(this.contentScriptType); }; |
| 7014 c.prototype.contentScriptType$setter = function(value) { this.contentScriptT
ype = value; }; |
| 7015 c.prototype.contentStyleType$getter = function() { return DOM$EnsureDartNull
(this.contentStyleType); }; |
| 7016 c.prototype.contentStyleType$setter = function(value) { this.contentStyleTyp
e = value; }; |
| 7017 c.prototype.currentScale$getter = function() { return DOM$EnsureDartNull(thi
s.currentScale); }; |
| 7018 c.prototype.currentScale$setter = function(value) { this.currentScale = valu
e; }; |
| 7019 c.prototype.currentTranslate$getter = function() { return DOM$EnsureDartNull
(this.currentTranslate); }; |
| 7020 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 7021 c.prototype.pixelUnitToMillimeterX$getter = function() { return DOM$EnsureDa
rtNull(this.pixelUnitToMillimeterX); }; |
| 7022 c.prototype.pixelUnitToMillimeterY$getter = function() { return DOM$EnsureDa
rtNull(this.pixelUnitToMillimeterY); }; |
| 7023 c.prototype.screenPixelToMillimeterX$getter = function() { return DOM$Ensure
DartNull(this.screenPixelToMillimeterX); }; |
| 7024 c.prototype.screenPixelToMillimeterY$getter = function() { return DOM$Ensure
DartNull(this.screenPixelToMillimeterY); }; |
| 7025 c.prototype.useCurrentView$getter = function() { return DOM$EnsureDartNull(t
his.useCurrentView); }; |
| 7026 c.prototype.useCurrentView$setter = function(value) { this.useCurrentView =
value; }; |
| 7027 c.prototype.viewport$getter = function() { return DOM$EnsureDartNull(this.vi
ewport); }; |
| 7028 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 7029 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 7030 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 7031 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 7032 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 7033 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 7034 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 7035 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 7036 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 7037 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 7038 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 7039 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 7040 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 7041 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 7042 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 7043 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 7044 c.prototype.viewBox$getter = function() { return DOM$EnsureDartNull(this.vie
wBox); }; |
| 7045 c.prototype.zoomAndPan$getter = function() { return DOM$EnsureDartNull(this.
zoomAndPan); }; |
| 7046 c.prototype.zoomAndPan$setter = function(value) { this.zoomAndPan = value; }
; |
| 7047 } |
| 7048 DOM$fixMembers(c, [ |
| 7049 'animationsPaused', |
| 7050 'checkEnclosure', |
| 7051 'checkIntersection', |
| 7052 'createSVGAngle', |
| 7053 'createSVGLength', |
| 7054 'createSVGMatrix', |
| 7055 'createSVGNumber', |
| 7056 'createSVGPoint', |
| 7057 'createSVGRect', |
| 7058 'createSVGTransform', |
| 7059 'createSVGTransformFromMatrix', |
| 7060 'deselectAll', |
| 7061 'forceRedraw', |
| 7062 'getCurrentTime', |
| 7063 'getElementById', |
| 7064 'getEnclosureList', |
| 7065 'getIntersectionList', |
| 7066 'pauseAnimations', |
| 7067 'setCurrentTime', |
| 7068 'suspendRedraw', |
| 7069 'unpauseAnimations', |
| 7070 'unsuspendRedraw', |
| 7071 'unsuspendRedrawAll', |
| 7072 'hasExtension', |
| 7073 'getPresentationAttribute', |
| 7074 'getBBox', |
| 7075 'getCTM', |
| 7076 'getScreenCTM', |
| 7077 'getTransformToElement']); |
| 7078 c.$implements$SVGSVGElement$Dart = 1; |
| 7079 c.$implements$SVGElement$Dart = 1; |
| 7080 c.$implements$Element$Dart = 1; |
| 7081 c.$implements$Node$Dart = 1; |
| 7082 c.$implements$EventTarget$Dart = 1; |
| 7083 c.$implements$NodeSelector$Dart = 1; |
| 7084 c.$implements$ElementTraversal$Dart = 1; |
| 7085 c.$implements$SVGTests$Dart = 1; |
| 7086 c.$implements$SVGLangSpace$Dart = 1; |
| 7087 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7088 c.$implements$SVGStylable$Dart = 1; |
| 7089 c.$implements$SVGLocatable$Dart = 1; |
| 7090 c.$implements$SVGFitToViewBox$Dart = 1; |
| 7091 c.$implements$SVGZoomAndPan$Dart = 1; |
| 7092 } |
| 7093 function DOM$fixClass$SVGScriptElement(c) { |
| 7094 if (c.prototype) { |
| 7095 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 7096 c.prototype.type$setter = function(value) { this.type = value; }; |
| 7097 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 7098 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 7099 } |
| 7100 c.$implements$SVGScriptElement$Dart = 1; |
| 7101 c.$implements$SVGElement$Dart = 1; |
| 7102 c.$implements$Element$Dart = 1; |
| 7103 c.$implements$Node$Dart = 1; |
| 7104 c.$implements$EventTarget$Dart = 1; |
| 7105 c.$implements$NodeSelector$Dart = 1; |
| 7106 c.$implements$ElementTraversal$Dart = 1; |
| 7107 c.$implements$SVGURIReference$Dart = 1; |
| 7108 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7109 } |
| 7110 function DOM$fixClass$SVGSetElement(c) { |
| 7111 if (c.prototype) { |
| 7112 } |
| 7113 c.$implements$SVGSetElement$Dart = 1; |
| 7114 c.$implements$SVGAnimationElement$Dart = 1; |
| 7115 c.$implements$SVGElement$Dart = 1; |
| 7116 c.$implements$Element$Dart = 1; |
| 7117 c.$implements$Node$Dart = 1; |
| 7118 c.$implements$EventTarget$Dart = 1; |
| 7119 c.$implements$NodeSelector$Dart = 1; |
| 7120 c.$implements$ElementTraversal$Dart = 1; |
| 7121 c.$implements$SVGTests$Dart = 1; |
| 7122 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7123 c.$implements$ElementTimeControl$Dart = 1; |
| 7124 } |
| 7125 function DOM$fixClass$SVGStopElement(c) { |
| 7126 if (c.prototype) { |
| 7127 c.prototype.offset$getter = function() { return DOM$EnsureDartNull(this.offs
et); }; |
| 7128 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 7129 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 7130 } |
| 7131 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 7132 c.$implements$SVGStopElement$Dart = 1; |
| 7133 c.$implements$SVGElement$Dart = 1; |
| 7134 c.$implements$Element$Dart = 1; |
| 7135 c.$implements$Node$Dart = 1; |
| 7136 c.$implements$EventTarget$Dart = 1; |
| 7137 c.$implements$NodeSelector$Dart = 1; |
| 7138 c.$implements$ElementTraversal$Dart = 1; |
| 7139 c.$implements$SVGStylable$Dart = 1; |
| 7140 } |
| 7141 function DOM$fixClass$SVGStringList(c) { |
| 7142 if (c.prototype) { |
| 7143 c.prototype.numberOfItems$getter = function() { return DOM$EnsureDartNull(th
is.numberOfItems); }; |
| 7144 } |
| 7145 DOM$fixMembers(c, [ |
| 7146 'appendItem', |
| 7147 'clear', |
| 7148 'getItem', |
| 7149 'initialize', |
| 7150 'insertItemBefore', |
| 7151 'removeItem', |
| 7152 'replaceItem']); |
| 7153 c.$implements$SVGStringList$Dart = 1; |
| 7154 } |
| 7155 function DOM$fixClass$SVGStylable(c) { |
| 7156 if (c.prototype) { |
| 7157 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 7158 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 7159 } |
| 7160 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 7161 c.$implements$SVGStylable$Dart = 1; |
| 7162 } |
| 7163 function DOM$fixClass$SVGStyleElement(c) { |
| 7164 if (c.prototype) { |
| 7165 c.prototype.media$getter = function() { return DOM$EnsureDartNull(this.media
); }; |
| 7166 c.prototype.media$setter = function(value) { this.media = value; }; |
| 7167 c.prototype.title$getter = function() { return DOM$EnsureDartNull(this.title
); }; |
| 7168 c.prototype.title$setter = function(value) { this.title = value; }; |
| 7169 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 7170 c.prototype.type$setter = function(value) { this.type = value; }; |
| 7171 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 7172 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 7173 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 7174 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 7175 } |
| 7176 c.$implements$SVGStyleElement$Dart = 1; |
| 7177 c.$implements$SVGElement$Dart = 1; |
| 7178 c.$implements$Element$Dart = 1; |
| 7179 c.$implements$Node$Dart = 1; |
| 7180 c.$implements$EventTarget$Dart = 1; |
| 7181 c.$implements$NodeSelector$Dart = 1; |
| 7182 c.$implements$ElementTraversal$Dart = 1; |
| 7183 c.$implements$SVGLangSpace$Dart = 1; |
| 7184 } |
| 7185 function DOM$fixClass$SVGSwitchElement(c) { |
| 7186 if (c.prototype) { |
| 7187 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 7188 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 7189 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 7190 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 7191 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 7192 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 7193 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 7194 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 7195 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 7196 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 7197 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 7198 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 7199 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 7200 } |
| 7201 DOM$fixMembers(c, [ |
| 7202 'hasExtension', |
| 7203 'getPresentationAttribute', |
| 7204 'getBBox', |
| 7205 'getCTM', |
| 7206 'getScreenCTM', |
| 7207 'getTransformToElement']); |
| 7208 c.$implements$SVGSwitchElement$Dart = 1; |
| 7209 c.$implements$SVGElement$Dart = 1; |
| 7210 c.$implements$Element$Dart = 1; |
| 7211 c.$implements$Node$Dart = 1; |
| 7212 c.$implements$EventTarget$Dart = 1; |
| 7213 c.$implements$NodeSelector$Dart = 1; |
| 7214 c.$implements$ElementTraversal$Dart = 1; |
| 7215 c.$implements$SVGTests$Dart = 1; |
| 7216 c.$implements$SVGLangSpace$Dart = 1; |
| 7217 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7218 c.$implements$SVGStylable$Dart = 1; |
| 7219 c.$implements$SVGTransformable$Dart = 1; |
| 7220 c.$implements$SVGLocatable$Dart = 1; |
| 7221 } |
| 7222 function DOM$fixClass$SVGSymbolElement(c) { |
| 7223 if (c.prototype) { |
| 7224 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 7225 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 7226 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 7227 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 7228 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 7229 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 7230 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 7231 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 7232 c.prototype.viewBox$getter = function() { return DOM$EnsureDartNull(this.vie
wBox); }; |
| 7233 } |
| 7234 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 7235 c.$implements$SVGSymbolElement$Dart = 1; |
| 7236 c.$implements$SVGElement$Dart = 1; |
| 7237 c.$implements$Element$Dart = 1; |
| 7238 c.$implements$Node$Dart = 1; |
| 7239 c.$implements$EventTarget$Dart = 1; |
| 7240 c.$implements$NodeSelector$Dart = 1; |
| 7241 c.$implements$ElementTraversal$Dart = 1; |
| 7242 c.$implements$SVGLangSpace$Dart = 1; |
| 7243 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7244 c.$implements$SVGStylable$Dart = 1; |
| 7245 c.$implements$SVGFitToViewBox$Dart = 1; |
| 7246 } |
| 7247 function DOM$fixClass$SVGTRefElement(c) { |
| 7248 if (c.prototype) { |
| 7249 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 7250 } |
| 7251 c.$implements$SVGTRefElement$Dart = 1; |
| 7252 c.$implements$SVGTextPositioningElement$Dart = 1; |
| 7253 c.$implements$SVGTextContentElement$Dart = 1; |
| 7254 c.$implements$SVGElement$Dart = 1; |
| 7255 c.$implements$Element$Dart = 1; |
| 7256 c.$implements$Node$Dart = 1; |
| 7257 c.$implements$EventTarget$Dart = 1; |
| 7258 c.$implements$NodeSelector$Dart = 1; |
| 7259 c.$implements$ElementTraversal$Dart = 1; |
| 7260 c.$implements$SVGTests$Dart = 1; |
| 7261 c.$implements$SVGLangSpace$Dart = 1; |
| 7262 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7263 c.$implements$SVGStylable$Dart = 1; |
| 7264 c.$implements$SVGURIReference$Dart = 1; |
| 7265 } |
| 7266 function DOM$fixClass$SVGTSpanElement(c) { |
| 7267 if (c.prototype) { |
| 7268 } |
| 7269 c.$implements$SVGTSpanElement$Dart = 1; |
| 7270 c.$implements$SVGTextPositioningElement$Dart = 1; |
| 7271 c.$implements$SVGTextContentElement$Dart = 1; |
| 7272 c.$implements$SVGElement$Dart = 1; |
| 7273 c.$implements$Element$Dart = 1; |
| 7274 c.$implements$Node$Dart = 1; |
| 7275 c.$implements$EventTarget$Dart = 1; |
| 7276 c.$implements$NodeSelector$Dart = 1; |
| 7277 c.$implements$ElementTraversal$Dart = 1; |
| 7278 c.$implements$SVGTests$Dart = 1; |
| 7279 c.$implements$SVGLangSpace$Dart = 1; |
| 7280 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7281 c.$implements$SVGStylable$Dart = 1; |
| 7282 } |
| 7283 function DOM$fixClass$SVGTests(c) { |
| 7284 if (c.prototype) { |
| 7285 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 7286 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 7287 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 7288 } |
| 7289 DOM$fixMembers(c, ['hasExtension']); |
| 7290 c.$implements$SVGTests$Dart = 1; |
| 7291 } |
| 7292 function DOM$fixClass$SVGTextContentElement(c) { |
| 7293 if (c.prototype) { |
| 7294 c.prototype.lengthAdjust$getter = function() { return DOM$EnsureDartNull(thi
s.lengthAdjust); }; |
| 7295 c.prototype.textLength$getter = function() { return DOM$EnsureDartNull(this.
textLength); }; |
| 7296 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 7297 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 7298 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 7299 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 7300 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 7301 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 7302 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 7303 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 7304 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 7305 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 7306 } |
| 7307 DOM$fixMembers(c, [ |
| 7308 'getCharNumAtPosition', |
| 7309 'getComputedTextLength', |
| 7310 'getEndPositionOfChar', |
| 7311 'getExtentOfChar', |
| 7312 'getNumberOfChars', |
| 7313 'getRotationOfChar', |
| 7314 'getStartPositionOfChar', |
| 7315 'getSubStringLength', |
| 7316 'selectSubString', |
| 7317 'hasExtension', |
| 7318 'getPresentationAttribute']); |
| 7319 c.$implements$SVGTextContentElement$Dart = 1; |
| 7320 c.$implements$SVGElement$Dart = 1; |
| 7321 c.$implements$Element$Dart = 1; |
| 7322 c.$implements$Node$Dart = 1; |
| 7323 c.$implements$EventTarget$Dart = 1; |
| 7324 c.$implements$NodeSelector$Dart = 1; |
| 7325 c.$implements$ElementTraversal$Dart = 1; |
| 7326 c.$implements$SVGTests$Dart = 1; |
| 7327 c.$implements$SVGLangSpace$Dart = 1; |
| 7328 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7329 c.$implements$SVGStylable$Dart = 1; |
| 7330 } |
| 7331 function DOM$fixClass$SVGTextElement(c) { |
| 7332 if (c.prototype) { |
| 7333 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 7334 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 7335 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 7336 } |
| 7337 DOM$fixMembers(c, [ |
| 7338 'getBBox', |
| 7339 'getCTM', |
| 7340 'getScreenCTM', |
| 7341 'getTransformToElement']); |
| 7342 c.$implements$SVGTextElement$Dart = 1; |
| 7343 c.$implements$SVGTextPositioningElement$Dart = 1; |
| 7344 c.$implements$SVGTextContentElement$Dart = 1; |
| 7345 c.$implements$SVGElement$Dart = 1; |
| 7346 c.$implements$Element$Dart = 1; |
| 7347 c.$implements$Node$Dart = 1; |
| 7348 c.$implements$EventTarget$Dart = 1; |
| 7349 c.$implements$NodeSelector$Dart = 1; |
| 7350 c.$implements$ElementTraversal$Dart = 1; |
| 7351 c.$implements$SVGTests$Dart = 1; |
| 7352 c.$implements$SVGLangSpace$Dart = 1; |
| 7353 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7354 c.$implements$SVGStylable$Dart = 1; |
| 7355 c.$implements$SVGTransformable$Dart = 1; |
| 7356 c.$implements$SVGLocatable$Dart = 1; |
| 7357 } |
| 7358 function DOM$fixClass$SVGTextPathElement(c) { |
| 7359 if (c.prototype) { |
| 7360 c.prototype.method$getter = function() { return DOM$EnsureDartNull(this.meth
od); }; |
| 7361 c.prototype.spacing$getter = function() { return DOM$EnsureDartNull(this.spa
cing); }; |
| 7362 c.prototype.startOffset$getter = function() { return DOM$EnsureDartNull(this
.startOffset); }; |
| 7363 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 7364 } |
| 7365 c.$implements$SVGTextPathElement$Dart = 1; |
| 7366 c.$implements$SVGTextContentElement$Dart = 1; |
| 7367 c.$implements$SVGElement$Dart = 1; |
| 7368 c.$implements$Element$Dart = 1; |
| 7369 c.$implements$Node$Dart = 1; |
| 7370 c.$implements$EventTarget$Dart = 1; |
| 7371 c.$implements$NodeSelector$Dart = 1; |
| 7372 c.$implements$ElementTraversal$Dart = 1; |
| 7373 c.$implements$SVGTests$Dart = 1; |
| 7374 c.$implements$SVGLangSpace$Dart = 1; |
| 7375 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7376 c.$implements$SVGStylable$Dart = 1; |
| 7377 c.$implements$SVGURIReference$Dart = 1; |
| 7378 } |
| 7379 function DOM$fixClass$SVGTextPositioningElement(c) { |
| 7380 if (c.prototype) { |
| 7381 c.prototype.dx$getter = function() { return DOM$EnsureDartNull(this.dx); }; |
| 7382 c.prototype.dy$getter = function() { return DOM$EnsureDartNull(this.dy); }; |
| 7383 c.prototype.rotate$getter = function() { return DOM$EnsureDartNull(this.rota
te); }; |
| 7384 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 7385 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 7386 } |
| 7387 c.$implements$SVGTextPositioningElement$Dart = 1; |
| 7388 c.$implements$SVGTextContentElement$Dart = 1; |
| 7389 c.$implements$SVGElement$Dart = 1; |
| 7390 c.$implements$Element$Dart = 1; |
| 7391 c.$implements$Node$Dart = 1; |
| 7392 c.$implements$EventTarget$Dart = 1; |
| 7393 c.$implements$NodeSelector$Dart = 1; |
| 7394 c.$implements$ElementTraversal$Dart = 1; |
| 7395 c.$implements$SVGTests$Dart = 1; |
| 7396 c.$implements$SVGLangSpace$Dart = 1; |
| 7397 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7398 c.$implements$SVGStylable$Dart = 1; |
| 7399 } |
| 7400 function DOM$fixClass$SVGTitleElement(c) { |
| 7401 if (c.prototype) { |
| 7402 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 7403 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 7404 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 7405 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 7406 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 7407 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 7408 } |
| 7409 DOM$fixMembers(c, ['getPresentationAttribute']); |
| 7410 c.$implements$SVGTitleElement$Dart = 1; |
| 7411 c.$implements$SVGElement$Dart = 1; |
| 7412 c.$implements$Element$Dart = 1; |
| 7413 c.$implements$Node$Dart = 1; |
| 7414 c.$implements$EventTarget$Dart = 1; |
| 7415 c.$implements$NodeSelector$Dart = 1; |
| 7416 c.$implements$ElementTraversal$Dart = 1; |
| 7417 c.$implements$SVGLangSpace$Dart = 1; |
| 7418 c.$implements$SVGStylable$Dart = 1; |
| 7419 } |
| 7420 function DOM$fixClass$SVGTransform(c) { |
| 7421 if (c.prototype) { |
| 7422 c.prototype.angle$getter = function() { return DOM$EnsureDartNull(this.angle
); }; |
| 7423 c.prototype.matrix$getter = function() { return DOM$EnsureDartNull(this.matr
ix); }; |
| 7424 c.prototype.type$getter = function() { return DOM$EnsureDartNull(this.type);
}; |
| 7425 } |
| 7426 DOM$fixMembers(c, [ |
| 7427 'setMatrix', |
| 7428 'setRotate', |
| 7429 'setScale', |
| 7430 'setSkewX', |
| 7431 'setSkewY', |
| 7432 'setTranslate']); |
| 7433 c.$implements$SVGTransform$Dart = 1; |
| 7434 } |
| 7435 function DOM$fixClass$SVGTransformList(c) { |
| 7436 if (c.prototype) { |
| 7437 c.prototype.numberOfItems$getter = function() { return DOM$EnsureDartNull(th
is.numberOfItems); }; |
| 7438 } |
| 7439 DOM$fixMembers(c, [ |
| 7440 'appendItem', |
| 7441 'clear', |
| 7442 'consolidate', |
| 7443 'createSVGTransformFromMatrix', |
| 7444 'getItem', |
| 7445 'initialize', |
| 7446 'insertItemBefore', |
| 7447 'removeItem', |
| 7448 'replaceItem']); |
| 7449 c.$implements$SVGTransformList$Dart = 1; |
| 7450 } |
| 7451 function DOM$fixClass$SVGTransformable(c) { |
| 7452 if (c.prototype) { |
| 7453 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 7454 } |
| 7455 c.$implements$SVGTransformable$Dart = 1; |
| 7456 c.$implements$SVGLocatable$Dart = 1; |
| 7457 } |
| 7458 function DOM$fixClass$SVGURIReference(c) { |
| 7459 if (c.prototype) { |
| 7460 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 7461 } |
| 7462 c.$implements$SVGURIReference$Dart = 1; |
| 7463 } |
| 7464 function DOM$fixClass$SVGUnitTypes(c) { |
| 7465 if (c.prototype) { |
| 7466 } |
| 7467 c.$implements$SVGUnitTypes$Dart = 1; |
| 7468 } |
| 7469 function DOM$fixClass$SVGUseElement(c) { |
| 7470 if (c.prototype) { |
| 7471 c.prototype.animatedInstanceRoot$getter = function() { return DOM$EnsureDart
Null(this.animatedInstanceRoot); }; |
| 7472 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 7473 c.prototype.instanceRoot$getter = function() { return DOM$EnsureDartNull(thi
s.instanceRoot); }; |
| 7474 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| 7475 c.prototype.x$getter = function() { return DOM$EnsureDartNull(this.x); }; |
| 7476 c.prototype.y$getter = function() { return DOM$EnsureDartNull(this.y); }; |
| 7477 c.prototype.href$getter = function() { return DOM$EnsureDartNull(this.href);
}; |
| 7478 c.prototype.requiredExtensions$getter = function() { return DOM$EnsureDartNu
ll(this.requiredExtensions); }; |
| 7479 c.prototype.requiredFeatures$getter = function() { return DOM$EnsureDartNull
(this.requiredFeatures); }; |
| 7480 c.prototype.systemLanguage$getter = function() { return DOM$EnsureDartNull(t
his.systemLanguage); }; |
| 7481 c.prototype.xmllang$getter = function() { return DOM$EnsureDartNull(this.xml
lang); }; |
| 7482 c.prototype.xmllang$setter = function(value) { this.xmllang = value; }; |
| 7483 c.prototype.xmlspace$getter = function() { return DOM$EnsureDartNull(this.xm
lspace); }; |
| 7484 c.prototype.xmlspace$setter = function(value) { this.xmlspace = value; }; |
| 7485 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 7486 c.prototype.className$getter = function() { return DOM$EnsureDartNull(this.c
lassName); }; |
| 7487 c.prototype.style$getter = function() { return DOM$EnsureDartNull(this.style
); }; |
| 7488 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 7489 c.prototype.farthestViewportElement$getter = function() { return DOM$EnsureD
artNull(this.farthestViewportElement); }; |
| 7490 c.prototype.nearestViewportElement$getter = function() { return DOM$EnsureDa
rtNull(this.nearestViewportElement); }; |
| 7491 } |
| 7492 DOM$fixMembers(c, [ |
| 7493 'hasExtension', |
| 7494 'getPresentationAttribute', |
| 7495 'getBBox', |
| 7496 'getCTM', |
| 7497 'getScreenCTM', |
| 7498 'getTransformToElement']); |
| 7499 c.$implements$SVGUseElement$Dart = 1; |
| 7500 c.$implements$SVGElement$Dart = 1; |
| 7501 c.$implements$Element$Dart = 1; |
| 7502 c.$implements$Node$Dart = 1; |
| 7503 c.$implements$EventTarget$Dart = 1; |
| 7504 c.$implements$NodeSelector$Dart = 1; |
| 7505 c.$implements$ElementTraversal$Dart = 1; |
| 7506 c.$implements$SVGURIReference$Dart = 1; |
| 7507 c.$implements$SVGTests$Dart = 1; |
| 7508 c.$implements$SVGLangSpace$Dart = 1; |
| 7509 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7510 c.$implements$SVGStylable$Dart = 1; |
| 7511 c.$implements$SVGTransformable$Dart = 1; |
| 7512 c.$implements$SVGLocatable$Dart = 1; |
| 7513 } |
| 7514 function DOM$fixClass$SVGVKernElement(c) { |
| 7515 if (c.prototype) { |
| 7516 } |
| 7517 c.$implements$SVGVKernElement$Dart = 1; |
| 7518 c.$implements$SVGElement$Dart = 1; |
| 7519 c.$implements$Element$Dart = 1; |
| 7520 c.$implements$Node$Dart = 1; |
| 7521 c.$implements$EventTarget$Dart = 1; |
| 7522 c.$implements$NodeSelector$Dart = 1; |
| 7523 c.$implements$ElementTraversal$Dart = 1; |
| 7524 } |
| 7525 function DOM$fixClass$SVGViewElement(c) { |
| 7526 if (c.prototype) { |
| 7527 c.prototype.viewTarget$getter = function() { return DOM$EnsureDartNull(this.
viewTarget); }; |
| 7528 c.prototype.externalResourcesRequired$getter = function() { return DOM$Ensur
eDartNull(this.externalResourcesRequired); }; |
| 7529 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 7530 c.prototype.viewBox$getter = function() { return DOM$EnsureDartNull(this.vie
wBox); }; |
| 7531 c.prototype.zoomAndPan$getter = function() { return DOM$EnsureDartNull(this.
zoomAndPan); }; |
| 7532 c.prototype.zoomAndPan$setter = function(value) { this.zoomAndPan = value; }
; |
| 7533 } |
| 7534 c.$implements$SVGViewElement$Dart = 1; |
| 7535 c.$implements$SVGElement$Dart = 1; |
| 7536 c.$implements$Element$Dart = 1; |
| 7537 c.$implements$Node$Dart = 1; |
| 7538 c.$implements$EventTarget$Dart = 1; |
| 7539 c.$implements$NodeSelector$Dart = 1; |
| 7540 c.$implements$ElementTraversal$Dart = 1; |
| 7541 c.$implements$SVGExternalResourcesRequired$Dart = 1; |
| 7542 c.$implements$SVGFitToViewBox$Dart = 1; |
| 7543 c.$implements$SVGZoomAndPan$Dart = 1; |
| 7544 } |
| 7545 function DOM$fixClass$SVGViewSpec(c) { |
| 7546 if (c.prototype) { |
| 7547 c.prototype.preserveAspectRatioString$getter = function() { return DOM$Ensur
eDartNull(this.preserveAspectRatioString); }; |
| 7548 c.prototype.transform$getter = function() { return DOM$EnsureDartNull(this.t
ransform); }; |
| 7549 c.prototype.transformString$getter = function() { return DOM$EnsureDartNull(
this.transformString); }; |
| 7550 c.prototype.viewBoxString$getter = function() { return DOM$EnsureDartNull(th
is.viewBoxString); }; |
| 7551 c.prototype.viewTarget$getter = function() { return DOM$EnsureDartNull(this.
viewTarget); }; |
| 7552 c.prototype.viewTargetString$getter = function() { return DOM$EnsureDartNull
(this.viewTargetString); }; |
| 7553 c.prototype.preserveAspectRatio$getter = function() { return DOM$EnsureDartN
ull(this.preserveAspectRatio); }; |
| 7554 c.prototype.viewBox$getter = function() { return DOM$EnsureDartNull(this.vie
wBox); }; |
| 7555 } |
| 7556 c.$implements$SVGViewSpec$Dart = 1; |
| 7557 c.$implements$SVGZoomAndPan$Dart = 1; |
| 7558 c.$implements$SVGFitToViewBox$Dart = 1; |
| 7559 } |
| 7560 function DOM$fixClass$SVGZoomAndPan(c) { |
| 7561 if (c.prototype) { |
| 7562 c.prototype.zoomAndPan$getter = function() { return DOM$EnsureDartNull(this.
zoomAndPan); }; |
| 7563 c.prototype.zoomAndPan$setter = function(value) { this.zoomAndPan = value; }
; |
| 7564 } |
| 7565 c.$implements$SVGZoomAndPan$Dart = 1; |
| 7566 } |
| 7567 function DOM$fixClass$SVGZoomEvent(c) { |
| 7568 if (c.prototype) { |
| 7569 c.prototype.newScale$getter = function() { return DOM$EnsureDartNull(this.ne
wScale); }; |
| 7570 c.prototype.newTranslate$getter = function() { return DOM$EnsureDartNull(thi
s.newTranslate); }; |
| 7571 c.prototype.previousScale$getter = function() { return DOM$EnsureDartNull(th
is.previousScale); }; |
| 7572 c.prototype.previousTranslate$getter = function() { return DOM$EnsureDartNul
l(this.previousTranslate); }; |
| 7573 c.prototype.zoomRectScreen$getter = function() { return DOM$EnsureDartNull(t
his.zoomRectScreen); }; |
| 7574 } |
| 7575 c.$implements$SVGZoomEvent$Dart = 1; |
| 7576 c.$implements$UIEvent$Dart = 1; |
| 7577 c.$implements$Event$Dart = 1; |
| 7578 } |
| 4670 function DOM$fixClass$Screen(c) { | 7579 function DOM$fixClass$Screen(c) { |
| 4671 if (c.prototype) { | 7580 if (c.prototype) { |
| 4672 c.prototype.availHeight$getter = function() { return DOM$EnsureDartNull(this
.availHeight); }; | 7581 c.prototype.availHeight$getter = function() { return DOM$EnsureDartNull(this
.availHeight); }; |
| 4673 c.prototype.availLeft$getter = function() { return DOM$EnsureDartNull(this.a
vailLeft); }; | 7582 c.prototype.availLeft$getter = function() { return DOM$EnsureDartNull(this.a
vailLeft); }; |
| 4674 c.prototype.availTop$getter = function() { return DOM$EnsureDartNull(this.av
ailTop); }; | 7583 c.prototype.availTop$getter = function() { return DOM$EnsureDartNull(this.av
ailTop); }; |
| 4675 c.prototype.availWidth$getter = function() { return DOM$EnsureDartNull(this.
availWidth); }; | 7584 c.prototype.availWidth$getter = function() { return DOM$EnsureDartNull(this.
availWidth); }; |
| 4676 c.prototype.colorDepth$getter = function() { return DOM$EnsureDartNull(this.
colorDepth); }; | 7585 c.prototype.colorDepth$getter = function() { return DOM$EnsureDartNull(this.
colorDepth); }; |
| 4677 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; | 7586 c.prototype.height$getter = function() { return DOM$EnsureDartNull(this.heig
ht); }; |
| 4678 c.prototype.pixelDepth$getter = function() { return DOM$EnsureDartNull(this.
pixelDepth); }; | 7587 c.prototype.pixelDepth$getter = function() { return DOM$EnsureDartNull(this.
pixelDepth); }; |
| 4679 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; | 7588 c.prototype.width$getter = function() { return DOM$EnsureDartNull(this.width
); }; |
| (...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6061 w.DocumentType$Dart = _; | 8970 w.DocumentType$Dart = _; |
| 6062 DOM$fixClass$DocumentType(_); | 8971 DOM$fixClass$DocumentType(_); |
| 6063 } | 8972 } |
| 6064 if (!w.Element && (_ = w.frameElement) && (_ = _.__proto__) && (_ = {prototype
: _})) { | 8973 if (!w.Element && (_ = w.frameElement) && (_ = _.__proto__) && (_ = {prototype
: _})) { |
| 6065 w.Element = _; | 8974 w.Element = _; |
| 6066 } | 8975 } |
| 6067 if ((_ = w.Element)) { | 8976 if ((_ = w.Element)) { |
| 6068 w.Element$Dart = _; | 8977 w.Element$Dart = _; |
| 6069 DOM$fixClass$Element(_); | 8978 DOM$fixClass$Element(_); |
| 6070 } | 8979 } |
| 8980 if ((_ = w.ElementTimeControl)) { |
| 8981 w.ElementTimeControl$Dart = _; |
| 8982 DOM$fixClass$ElementTimeControl(_); |
| 8983 } |
| 6071 if ((_ = w.ElementTraversal)) { | 8984 if ((_ = w.ElementTraversal)) { |
| 6072 w.ElementTraversal$Dart = _; | 8985 w.ElementTraversal$Dart = _; |
| 6073 DOM$fixClass$ElementTraversal(_); | 8986 DOM$fixClass$ElementTraversal(_); |
| 6074 } | 8987 } |
| 6075 if ((_ = w.Entity)) { | 8988 if ((_ = w.Entity)) { |
| 6076 w.Entity$Dart = _; | 8989 w.Entity$Dart = _; |
| 6077 DOM$fixClass$Entity(_); | 8990 DOM$fixClass$Entity(_); |
| 6078 } | 8991 } |
| 6079 if ((_ = w.EntityReference)) { | 8992 if ((_ = w.EntityReference)) { |
| 6080 w.EntityReference$Dart = _; | 8993 w.EntityReference$Dart = _; |
| (...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6837 DOM$fixClass$SQLTransactionErrorCallback(_); | 9750 DOM$fixClass$SQLTransactionErrorCallback(_); |
| 6838 } | 9751 } |
| 6839 if ((_ = w.SQLTransactionSync)) { | 9752 if ((_ = w.SQLTransactionSync)) { |
| 6840 w.SQLTransactionSync$Dart = _; | 9753 w.SQLTransactionSync$Dart = _; |
| 6841 DOM$fixClass$SQLTransactionSync(_); | 9754 DOM$fixClass$SQLTransactionSync(_); |
| 6842 } | 9755 } |
| 6843 if ((_ = w.SQLTransactionSyncCallback)) { | 9756 if ((_ = w.SQLTransactionSyncCallback)) { |
| 6844 w.SQLTransactionSyncCallback$Dart = _; | 9757 w.SQLTransactionSyncCallback$Dart = _; |
| 6845 DOM$fixClass$SQLTransactionSyncCallback(_); | 9758 DOM$fixClass$SQLTransactionSyncCallback(_); |
| 6846 } | 9759 } |
| 9760 if ((_ = w.SVGAElement)) { |
| 9761 w.SVGAElement$Dart = _; |
| 9762 DOM$fixClass$SVGAElement(_); |
| 9763 } |
| 9764 if ((_ = w.SVGAltGlyphDefElement)) { |
| 9765 w.SVGAltGlyphDefElement$Dart = _; |
| 9766 DOM$fixClass$SVGAltGlyphDefElement(_); |
| 9767 } |
| 9768 if ((_ = w.SVGAltGlyphElement)) { |
| 9769 w.SVGAltGlyphElement$Dart = _; |
| 9770 DOM$fixClass$SVGAltGlyphElement(_); |
| 9771 } |
| 9772 if ((_ = w.SVGAltGlyphItemElement)) { |
| 9773 w.SVGAltGlyphItemElement$Dart = _; |
| 9774 DOM$fixClass$SVGAltGlyphItemElement(_); |
| 9775 } |
| 9776 if ((_ = w.SVGAngle)) { |
| 9777 w.SVGAngle$Dart = _; |
| 9778 DOM$fixClass$SVGAngle(_); |
| 9779 } |
| 9780 if ((_ = w.SVGAnimateColorElement)) { |
| 9781 w.SVGAnimateColorElement$Dart = _; |
| 9782 DOM$fixClass$SVGAnimateColorElement(_); |
| 9783 } |
| 9784 if ((_ = w.SVGAnimateElement)) { |
| 9785 w.SVGAnimateElement$Dart = _; |
| 9786 DOM$fixClass$SVGAnimateElement(_); |
| 9787 } |
| 9788 if ((_ = w.SVGAnimateMotionElement)) { |
| 9789 w.SVGAnimateMotionElement$Dart = _; |
| 9790 DOM$fixClass$SVGAnimateMotionElement(_); |
| 9791 } |
| 9792 if ((_ = w.SVGAnimateTransformElement)) { |
| 9793 w.SVGAnimateTransformElement$Dart = _; |
| 9794 DOM$fixClass$SVGAnimateTransformElement(_); |
| 9795 } |
| 9796 if ((_ = w.SVGAnimatedAngle)) { |
| 9797 w.SVGAnimatedAngle$Dart = _; |
| 9798 DOM$fixClass$SVGAnimatedAngle(_); |
| 9799 } |
| 9800 if ((_ = w.SVGAnimatedBoolean)) { |
| 9801 w.SVGAnimatedBoolean$Dart = _; |
| 9802 DOM$fixClass$SVGAnimatedBoolean(_); |
| 9803 } |
| 9804 if ((_ = w.SVGAnimatedEnumeration)) { |
| 9805 w.SVGAnimatedEnumeration$Dart = _; |
| 9806 DOM$fixClass$SVGAnimatedEnumeration(_); |
| 9807 } |
| 9808 if ((_ = w.SVGAnimatedInteger)) { |
| 9809 w.SVGAnimatedInteger$Dart = _; |
| 9810 DOM$fixClass$SVGAnimatedInteger(_); |
| 9811 } |
| 9812 if ((_ = w.SVGAnimatedLength)) { |
| 9813 w.SVGAnimatedLength$Dart = _; |
| 9814 DOM$fixClass$SVGAnimatedLength(_); |
| 9815 } |
| 9816 if ((_ = w.SVGAnimatedLengthList)) { |
| 9817 w.SVGAnimatedLengthList$Dart = _; |
| 9818 DOM$fixClass$SVGAnimatedLengthList(_); |
| 9819 } |
| 9820 if ((_ = w.SVGAnimatedNumber)) { |
| 9821 w.SVGAnimatedNumber$Dart = _; |
| 9822 DOM$fixClass$SVGAnimatedNumber(_); |
| 9823 } |
| 9824 if ((_ = w.SVGAnimatedNumberList)) { |
| 9825 w.SVGAnimatedNumberList$Dart = _; |
| 9826 DOM$fixClass$SVGAnimatedNumberList(_); |
| 9827 } |
| 9828 if ((_ = w.SVGAnimatedPreserveAspectRatio)) { |
| 9829 w.SVGAnimatedPreserveAspectRatio$Dart = _; |
| 9830 DOM$fixClass$SVGAnimatedPreserveAspectRatio(_); |
| 9831 } |
| 9832 if ((_ = w.SVGAnimatedRect)) { |
| 9833 w.SVGAnimatedRect$Dart = _; |
| 9834 DOM$fixClass$SVGAnimatedRect(_); |
| 9835 } |
| 9836 if ((_ = w.SVGAnimatedString)) { |
| 9837 w.SVGAnimatedString$Dart = _; |
| 9838 DOM$fixClass$SVGAnimatedString(_); |
| 9839 } |
| 9840 if ((_ = w.SVGAnimatedTransformList)) { |
| 9841 w.SVGAnimatedTransformList$Dart = _; |
| 9842 DOM$fixClass$SVGAnimatedTransformList(_); |
| 9843 } |
| 9844 if ((_ = w.SVGAnimationElement)) { |
| 9845 w.SVGAnimationElement$Dart = _; |
| 9846 DOM$fixClass$SVGAnimationElement(_); |
| 9847 } |
| 9848 if ((_ = w.SVGCircleElement)) { |
| 9849 w.SVGCircleElement$Dart = _; |
| 9850 DOM$fixClass$SVGCircleElement(_); |
| 9851 } |
| 9852 if ((_ = w.SVGClipPathElement)) { |
| 9853 w.SVGClipPathElement$Dart = _; |
| 9854 DOM$fixClass$SVGClipPathElement(_); |
| 9855 } |
| 9856 if ((_ = w.SVGColor)) { |
| 9857 w.SVGColor$Dart = _; |
| 9858 DOM$fixClass$SVGColor(_); |
| 9859 } |
| 9860 if ((_ = w.SVGComponentTransferFunctionElement)) { |
| 9861 w.SVGComponentTransferFunctionElement$Dart = _; |
| 9862 DOM$fixClass$SVGComponentTransferFunctionElement(_); |
| 9863 } |
| 9864 if ((_ = w.SVGCursorElement)) { |
| 9865 w.SVGCursorElement$Dart = _; |
| 9866 DOM$fixClass$SVGCursorElement(_); |
| 9867 } |
| 9868 if ((_ = w.SVGDefsElement)) { |
| 9869 w.SVGDefsElement$Dart = _; |
| 9870 DOM$fixClass$SVGDefsElement(_); |
| 9871 } |
| 9872 if ((_ = w.SVGDescElement)) { |
| 9873 w.SVGDescElement$Dart = _; |
| 9874 DOM$fixClass$SVGDescElement(_); |
| 9875 } |
| 9876 if ((_ = w.SVGDocument)) { |
| 9877 w.SVGDocument$Dart = _; |
| 9878 DOM$fixClass$SVGDocument(_); |
| 9879 } |
| 9880 if ((_ = w.SVGElement)) { |
| 9881 w.SVGElement$Dart = _; |
| 9882 DOM$fixClass$SVGElement(_); |
| 9883 } |
| 9884 if ((_ = w.SVGElementInstance)) { |
| 9885 w.SVGElementInstance$Dart = _; |
| 9886 DOM$fixClass$SVGElementInstance(_); |
| 9887 } |
| 9888 if ((_ = w.SVGElementInstanceList)) { |
| 9889 w.SVGElementInstanceList$Dart = _; |
| 9890 DOM$fixClass$SVGElementInstanceList(_); |
| 9891 } |
| 9892 if ((_ = w.SVGEllipseElement)) { |
| 9893 w.SVGEllipseElement$Dart = _; |
| 9894 DOM$fixClass$SVGEllipseElement(_); |
| 9895 } |
| 9896 if ((_ = w.SVGException)) { |
| 9897 w.SVGException$Dart = _; |
| 9898 DOM$fixClass$SVGException(_); |
| 9899 } |
| 9900 if ((_ = w.SVGExternalResourcesRequired)) { |
| 9901 w.SVGExternalResourcesRequired$Dart = _; |
| 9902 DOM$fixClass$SVGExternalResourcesRequired(_); |
| 9903 } |
| 9904 if ((_ = w.SVGFEBlendElement)) { |
| 9905 w.SVGFEBlendElement$Dart = _; |
| 9906 DOM$fixClass$SVGFEBlendElement(_); |
| 9907 } |
| 9908 if ((_ = w.SVGFEColorMatrixElement)) { |
| 9909 w.SVGFEColorMatrixElement$Dart = _; |
| 9910 DOM$fixClass$SVGFEColorMatrixElement(_); |
| 9911 } |
| 9912 if ((_ = w.SVGFEComponentTransferElement)) { |
| 9913 w.SVGFEComponentTransferElement$Dart = _; |
| 9914 DOM$fixClass$SVGFEComponentTransferElement(_); |
| 9915 } |
| 9916 if ((_ = w.SVGFECompositeElement)) { |
| 9917 w.SVGFECompositeElement$Dart = _; |
| 9918 DOM$fixClass$SVGFECompositeElement(_); |
| 9919 } |
| 9920 if ((_ = w.SVGFEConvolveMatrixElement)) { |
| 9921 w.SVGFEConvolveMatrixElement$Dart = _; |
| 9922 DOM$fixClass$SVGFEConvolveMatrixElement(_); |
| 9923 } |
| 9924 if ((_ = w.SVGFEDiffuseLightingElement)) { |
| 9925 w.SVGFEDiffuseLightingElement$Dart = _; |
| 9926 DOM$fixClass$SVGFEDiffuseLightingElement(_); |
| 9927 } |
| 9928 if ((_ = w.SVGFEDisplacementMapElement)) { |
| 9929 w.SVGFEDisplacementMapElement$Dart = _; |
| 9930 DOM$fixClass$SVGFEDisplacementMapElement(_); |
| 9931 } |
| 9932 if ((_ = w.SVGFEDistantLightElement)) { |
| 9933 w.SVGFEDistantLightElement$Dart = _; |
| 9934 DOM$fixClass$SVGFEDistantLightElement(_); |
| 9935 } |
| 9936 if ((_ = w.SVGFEDropShadowElement)) { |
| 9937 w.SVGFEDropShadowElement$Dart = _; |
| 9938 DOM$fixClass$SVGFEDropShadowElement(_); |
| 9939 } |
| 9940 if ((_ = w.SVGFEFloodElement)) { |
| 9941 w.SVGFEFloodElement$Dart = _; |
| 9942 DOM$fixClass$SVGFEFloodElement(_); |
| 9943 } |
| 9944 if ((_ = w.SVGFEFuncAElement)) { |
| 9945 w.SVGFEFuncAElement$Dart = _; |
| 9946 DOM$fixClass$SVGFEFuncAElement(_); |
| 9947 } |
| 9948 if ((_ = w.SVGFEFuncBElement)) { |
| 9949 w.SVGFEFuncBElement$Dart = _; |
| 9950 DOM$fixClass$SVGFEFuncBElement(_); |
| 9951 } |
| 9952 if ((_ = w.SVGFEFuncGElement)) { |
| 9953 w.SVGFEFuncGElement$Dart = _; |
| 9954 DOM$fixClass$SVGFEFuncGElement(_); |
| 9955 } |
| 9956 if ((_ = w.SVGFEFuncRElement)) { |
| 9957 w.SVGFEFuncRElement$Dart = _; |
| 9958 DOM$fixClass$SVGFEFuncRElement(_); |
| 9959 } |
| 9960 if ((_ = w.SVGFEGaussianBlurElement)) { |
| 9961 w.SVGFEGaussianBlurElement$Dart = _; |
| 9962 DOM$fixClass$SVGFEGaussianBlurElement(_); |
| 9963 } |
| 9964 if ((_ = w.SVGFEImageElement)) { |
| 9965 w.SVGFEImageElement$Dart = _; |
| 9966 DOM$fixClass$SVGFEImageElement(_); |
| 9967 } |
| 9968 if ((_ = w.SVGFEMergeElement)) { |
| 9969 w.SVGFEMergeElement$Dart = _; |
| 9970 DOM$fixClass$SVGFEMergeElement(_); |
| 9971 } |
| 9972 if ((_ = w.SVGFEMergeNodeElement)) { |
| 9973 w.SVGFEMergeNodeElement$Dart = _; |
| 9974 DOM$fixClass$SVGFEMergeNodeElement(_); |
| 9975 } |
| 9976 if ((_ = w.SVGFEMorphologyElement)) { |
| 9977 w.SVGFEMorphologyElement$Dart = _; |
| 9978 DOM$fixClass$SVGFEMorphologyElement(_); |
| 9979 } |
| 9980 if ((_ = w.SVGFEOffsetElement)) { |
| 9981 w.SVGFEOffsetElement$Dart = _; |
| 9982 DOM$fixClass$SVGFEOffsetElement(_); |
| 9983 } |
| 9984 if ((_ = w.SVGFEPointLightElement)) { |
| 9985 w.SVGFEPointLightElement$Dart = _; |
| 9986 DOM$fixClass$SVGFEPointLightElement(_); |
| 9987 } |
| 9988 if ((_ = w.SVGFESpecularLightingElement)) { |
| 9989 w.SVGFESpecularLightingElement$Dart = _; |
| 9990 DOM$fixClass$SVGFESpecularLightingElement(_); |
| 9991 } |
| 9992 if ((_ = w.SVGFESpotLightElement)) { |
| 9993 w.SVGFESpotLightElement$Dart = _; |
| 9994 DOM$fixClass$SVGFESpotLightElement(_); |
| 9995 } |
| 9996 if ((_ = w.SVGFETileElement)) { |
| 9997 w.SVGFETileElement$Dart = _; |
| 9998 DOM$fixClass$SVGFETileElement(_); |
| 9999 } |
| 10000 if ((_ = w.SVGFETurbulenceElement)) { |
| 10001 w.SVGFETurbulenceElement$Dart = _; |
| 10002 DOM$fixClass$SVGFETurbulenceElement(_); |
| 10003 } |
| 10004 if ((_ = w.SVGFilterElement)) { |
| 10005 w.SVGFilterElement$Dart = _; |
| 10006 DOM$fixClass$SVGFilterElement(_); |
| 10007 } |
| 10008 if ((_ = w.SVGFilterPrimitiveStandardAttributes)) { |
| 10009 w.SVGFilterPrimitiveStandardAttributes$Dart = _; |
| 10010 DOM$fixClass$SVGFilterPrimitiveStandardAttributes(_); |
| 10011 } |
| 10012 if ((_ = w.SVGFitToViewBox)) { |
| 10013 w.SVGFitToViewBox$Dart = _; |
| 10014 DOM$fixClass$SVGFitToViewBox(_); |
| 10015 } |
| 10016 if ((_ = w.SVGFontElement)) { |
| 10017 w.SVGFontElement$Dart = _; |
| 10018 DOM$fixClass$SVGFontElement(_); |
| 10019 } |
| 10020 if ((_ = w.SVGFontFaceElement)) { |
| 10021 w.SVGFontFaceElement$Dart = _; |
| 10022 DOM$fixClass$SVGFontFaceElement(_); |
| 10023 } |
| 10024 if ((_ = w.SVGFontFaceFormatElement)) { |
| 10025 w.SVGFontFaceFormatElement$Dart = _; |
| 10026 DOM$fixClass$SVGFontFaceFormatElement(_); |
| 10027 } |
| 10028 if ((_ = w.SVGFontFaceNameElement)) { |
| 10029 w.SVGFontFaceNameElement$Dart = _; |
| 10030 DOM$fixClass$SVGFontFaceNameElement(_); |
| 10031 } |
| 10032 if ((_ = w.SVGFontFaceSrcElement)) { |
| 10033 w.SVGFontFaceSrcElement$Dart = _; |
| 10034 DOM$fixClass$SVGFontFaceSrcElement(_); |
| 10035 } |
| 10036 if ((_ = w.SVGFontFaceUriElement)) { |
| 10037 w.SVGFontFaceUriElement$Dart = _; |
| 10038 DOM$fixClass$SVGFontFaceUriElement(_); |
| 10039 } |
| 10040 if ((_ = w.SVGForeignObjectElement)) { |
| 10041 w.SVGForeignObjectElement$Dart = _; |
| 10042 DOM$fixClass$SVGForeignObjectElement(_); |
| 10043 } |
| 10044 if ((_ = w.SVGGElement)) { |
| 10045 w.SVGGElement$Dart = _; |
| 10046 DOM$fixClass$SVGGElement(_); |
| 10047 } |
| 10048 if ((_ = w.SVGGlyphElement)) { |
| 10049 w.SVGGlyphElement$Dart = _; |
| 10050 DOM$fixClass$SVGGlyphElement(_); |
| 10051 } |
| 10052 if ((_ = w.SVGGlyphRefElement)) { |
| 10053 w.SVGGlyphRefElement$Dart = _; |
| 10054 DOM$fixClass$SVGGlyphRefElement(_); |
| 10055 } |
| 10056 if ((_ = w.SVGGradientElement)) { |
| 10057 w.SVGGradientElement$Dart = _; |
| 10058 DOM$fixClass$SVGGradientElement(_); |
| 10059 } |
| 10060 if ((_ = w.SVGHKernElement)) { |
| 10061 w.SVGHKernElement$Dart = _; |
| 10062 DOM$fixClass$SVGHKernElement(_); |
| 10063 } |
| 10064 if ((_ = w.SVGImageElement)) { |
| 10065 w.SVGImageElement$Dart = _; |
| 10066 DOM$fixClass$SVGImageElement(_); |
| 10067 } |
| 10068 if ((_ = w.SVGLangSpace)) { |
| 10069 w.SVGLangSpace$Dart = _; |
| 10070 DOM$fixClass$SVGLangSpace(_); |
| 10071 } |
| 10072 if ((_ = w.SVGLength)) { |
| 10073 w.SVGLength$Dart = _; |
| 10074 DOM$fixClass$SVGLength(_); |
| 10075 } |
| 10076 if ((_ = w.SVGLengthList)) { |
| 10077 w.SVGLengthList$Dart = _; |
| 10078 DOM$fixClass$SVGLengthList(_); |
| 10079 } |
| 10080 if ((_ = w.SVGLineElement)) { |
| 10081 w.SVGLineElement$Dart = _; |
| 10082 DOM$fixClass$SVGLineElement(_); |
| 10083 } |
| 10084 if ((_ = w.SVGLinearGradientElement)) { |
| 10085 w.SVGLinearGradientElement$Dart = _; |
| 10086 DOM$fixClass$SVGLinearGradientElement(_); |
| 10087 } |
| 10088 if ((_ = w.SVGLocatable)) { |
| 10089 w.SVGLocatable$Dart = _; |
| 10090 DOM$fixClass$SVGLocatable(_); |
| 10091 } |
| 10092 if ((_ = w.SVGMPathElement)) { |
| 10093 w.SVGMPathElement$Dart = _; |
| 10094 DOM$fixClass$SVGMPathElement(_); |
| 10095 } |
| 10096 if ((_ = w.SVGMarkerElement)) { |
| 10097 w.SVGMarkerElement$Dart = _; |
| 10098 DOM$fixClass$SVGMarkerElement(_); |
| 10099 } |
| 10100 if ((_ = w.SVGMaskElement)) { |
| 10101 w.SVGMaskElement$Dart = _; |
| 10102 DOM$fixClass$SVGMaskElement(_); |
| 10103 } |
| 10104 if ((_ = w.SVGMatrix)) { |
| 10105 w.SVGMatrix$Dart = _; |
| 10106 DOM$fixClass$SVGMatrix(_); |
| 10107 } |
| 10108 if ((_ = w.SVGMetadataElement)) { |
| 10109 w.SVGMetadataElement$Dart = _; |
| 10110 DOM$fixClass$SVGMetadataElement(_); |
| 10111 } |
| 10112 if ((_ = w.SVGMissingGlyphElement)) { |
| 10113 w.SVGMissingGlyphElement$Dart = _; |
| 10114 DOM$fixClass$SVGMissingGlyphElement(_); |
| 10115 } |
| 10116 if ((_ = w.SVGNumber)) { |
| 10117 w.SVGNumber$Dart = _; |
| 10118 DOM$fixClass$SVGNumber(_); |
| 10119 } |
| 10120 if ((_ = w.SVGNumberList)) { |
| 10121 w.SVGNumberList$Dart = _; |
| 10122 DOM$fixClass$SVGNumberList(_); |
| 10123 } |
| 10124 if ((_ = w.SVGPaint)) { |
| 10125 w.SVGPaint$Dart = _; |
| 10126 DOM$fixClass$SVGPaint(_); |
| 10127 } |
| 10128 if ((_ = w.SVGPathElement)) { |
| 10129 w.SVGPathElement$Dart = _; |
| 10130 DOM$fixClass$SVGPathElement(_); |
| 10131 } |
| 10132 if ((_ = w.SVGPathSeg)) { |
| 10133 w.SVGPathSeg$Dart = _; |
| 10134 DOM$fixClass$SVGPathSeg(_); |
| 10135 } |
| 10136 if ((_ = w.SVGPathSegArcAbs)) { |
| 10137 w.SVGPathSegArcAbs$Dart = _; |
| 10138 DOM$fixClass$SVGPathSegArcAbs(_); |
| 10139 } |
| 10140 if ((_ = w.SVGPathSegArcRel)) { |
| 10141 w.SVGPathSegArcRel$Dart = _; |
| 10142 DOM$fixClass$SVGPathSegArcRel(_); |
| 10143 } |
| 10144 if ((_ = w.SVGPathSegClosePath)) { |
| 10145 w.SVGPathSegClosePath$Dart = _; |
| 10146 DOM$fixClass$SVGPathSegClosePath(_); |
| 10147 } |
| 10148 if ((_ = w.SVGPathSegCurvetoCubicAbs)) { |
| 10149 w.SVGPathSegCurvetoCubicAbs$Dart = _; |
| 10150 DOM$fixClass$SVGPathSegCurvetoCubicAbs(_); |
| 10151 } |
| 10152 if ((_ = w.SVGPathSegCurvetoCubicRel)) { |
| 10153 w.SVGPathSegCurvetoCubicRel$Dart = _; |
| 10154 DOM$fixClass$SVGPathSegCurvetoCubicRel(_); |
| 10155 } |
| 10156 if ((_ = w.SVGPathSegCurvetoCubicSmoothAbs)) { |
| 10157 w.SVGPathSegCurvetoCubicSmoothAbs$Dart = _; |
| 10158 DOM$fixClass$SVGPathSegCurvetoCubicSmoothAbs(_); |
| 10159 } |
| 10160 if ((_ = w.SVGPathSegCurvetoCubicSmoothRel)) { |
| 10161 w.SVGPathSegCurvetoCubicSmoothRel$Dart = _; |
| 10162 DOM$fixClass$SVGPathSegCurvetoCubicSmoothRel(_); |
| 10163 } |
| 10164 if ((_ = w.SVGPathSegCurvetoQuadraticAbs)) { |
| 10165 w.SVGPathSegCurvetoQuadraticAbs$Dart = _; |
| 10166 DOM$fixClass$SVGPathSegCurvetoQuadraticAbs(_); |
| 10167 } |
| 10168 if ((_ = w.SVGPathSegCurvetoQuadraticRel)) { |
| 10169 w.SVGPathSegCurvetoQuadraticRel$Dart = _; |
| 10170 DOM$fixClass$SVGPathSegCurvetoQuadraticRel(_); |
| 10171 } |
| 10172 if ((_ = w.SVGPathSegCurvetoQuadraticSmoothAbs)) { |
| 10173 w.SVGPathSegCurvetoQuadraticSmoothAbs$Dart = _; |
| 10174 DOM$fixClass$SVGPathSegCurvetoQuadraticSmoothAbs(_); |
| 10175 } |
| 10176 if ((_ = w.SVGPathSegCurvetoQuadraticSmoothRel)) { |
| 10177 w.SVGPathSegCurvetoQuadraticSmoothRel$Dart = _; |
| 10178 DOM$fixClass$SVGPathSegCurvetoQuadraticSmoothRel(_); |
| 10179 } |
| 10180 if ((_ = w.SVGPathSegLinetoAbs)) { |
| 10181 w.SVGPathSegLinetoAbs$Dart = _; |
| 10182 DOM$fixClass$SVGPathSegLinetoAbs(_); |
| 10183 } |
| 10184 if ((_ = w.SVGPathSegLinetoHorizontalAbs)) { |
| 10185 w.SVGPathSegLinetoHorizontalAbs$Dart = _; |
| 10186 DOM$fixClass$SVGPathSegLinetoHorizontalAbs(_); |
| 10187 } |
| 10188 if ((_ = w.SVGPathSegLinetoHorizontalRel)) { |
| 10189 w.SVGPathSegLinetoHorizontalRel$Dart = _; |
| 10190 DOM$fixClass$SVGPathSegLinetoHorizontalRel(_); |
| 10191 } |
| 10192 if ((_ = w.SVGPathSegLinetoRel)) { |
| 10193 w.SVGPathSegLinetoRel$Dart = _; |
| 10194 DOM$fixClass$SVGPathSegLinetoRel(_); |
| 10195 } |
| 10196 if ((_ = w.SVGPathSegLinetoVerticalAbs)) { |
| 10197 w.SVGPathSegLinetoVerticalAbs$Dart = _; |
| 10198 DOM$fixClass$SVGPathSegLinetoVerticalAbs(_); |
| 10199 } |
| 10200 if ((_ = w.SVGPathSegLinetoVerticalRel)) { |
| 10201 w.SVGPathSegLinetoVerticalRel$Dart = _; |
| 10202 DOM$fixClass$SVGPathSegLinetoVerticalRel(_); |
| 10203 } |
| 10204 if ((_ = w.SVGPathSegList)) { |
| 10205 w.SVGPathSegList$Dart = _; |
| 10206 DOM$fixClass$SVGPathSegList(_); |
| 10207 } |
| 10208 if ((_ = w.SVGPathSegMovetoAbs)) { |
| 10209 w.SVGPathSegMovetoAbs$Dart = _; |
| 10210 DOM$fixClass$SVGPathSegMovetoAbs(_); |
| 10211 } |
| 10212 if ((_ = w.SVGPathSegMovetoRel)) { |
| 10213 w.SVGPathSegMovetoRel$Dart = _; |
| 10214 DOM$fixClass$SVGPathSegMovetoRel(_); |
| 10215 } |
| 10216 if ((_ = w.SVGPatternElement)) { |
| 10217 w.SVGPatternElement$Dart = _; |
| 10218 DOM$fixClass$SVGPatternElement(_); |
| 10219 } |
| 10220 if ((_ = w.SVGPoint)) { |
| 10221 w.SVGPoint$Dart = _; |
| 10222 DOM$fixClass$SVGPoint(_); |
| 10223 } |
| 10224 if ((_ = w.SVGPointList)) { |
| 10225 w.SVGPointList$Dart = _; |
| 10226 DOM$fixClass$SVGPointList(_); |
| 10227 } |
| 10228 if ((_ = w.SVGPolygonElement)) { |
| 10229 w.SVGPolygonElement$Dart = _; |
| 10230 DOM$fixClass$SVGPolygonElement(_); |
| 10231 } |
| 10232 if ((_ = w.SVGPolylineElement)) { |
| 10233 w.SVGPolylineElement$Dart = _; |
| 10234 DOM$fixClass$SVGPolylineElement(_); |
| 10235 } |
| 10236 if ((_ = w.SVGPreserveAspectRatio)) { |
| 10237 w.SVGPreserveAspectRatio$Dart = _; |
| 10238 DOM$fixClass$SVGPreserveAspectRatio(_); |
| 10239 } |
| 10240 if ((_ = w.SVGRadialGradientElement)) { |
| 10241 w.SVGRadialGradientElement$Dart = _; |
| 10242 DOM$fixClass$SVGRadialGradientElement(_); |
| 10243 } |
| 10244 if ((_ = w.SVGRect)) { |
| 10245 w.SVGRect$Dart = _; |
| 10246 DOM$fixClass$SVGRect(_); |
| 10247 } |
| 10248 if ((_ = w.SVGRectElement)) { |
| 10249 w.SVGRectElement$Dart = _; |
| 10250 DOM$fixClass$SVGRectElement(_); |
| 10251 } |
| 10252 if ((_ = w.SVGRenderingIntent)) { |
| 10253 w.SVGRenderingIntent$Dart = _; |
| 10254 DOM$fixClass$SVGRenderingIntent(_); |
| 10255 } |
| 10256 if ((_ = w.SVGSVGElement)) { |
| 10257 w.SVGSVGElement$Dart = _; |
| 10258 DOM$fixClass$SVGSVGElement(_); |
| 10259 } |
| 10260 if ((_ = w.SVGScriptElement)) { |
| 10261 w.SVGScriptElement$Dart = _; |
| 10262 DOM$fixClass$SVGScriptElement(_); |
| 10263 } |
| 10264 if ((_ = w.SVGSetElement)) { |
| 10265 w.SVGSetElement$Dart = _; |
| 10266 DOM$fixClass$SVGSetElement(_); |
| 10267 } |
| 10268 if ((_ = w.SVGStopElement)) { |
| 10269 w.SVGStopElement$Dart = _; |
| 10270 DOM$fixClass$SVGStopElement(_); |
| 10271 } |
| 10272 if ((_ = w.SVGStringList)) { |
| 10273 w.SVGStringList$Dart = _; |
| 10274 DOM$fixClass$SVGStringList(_); |
| 10275 } |
| 10276 if ((_ = w.SVGStylable)) { |
| 10277 w.SVGStylable$Dart = _; |
| 10278 DOM$fixClass$SVGStylable(_); |
| 10279 } |
| 10280 if ((_ = w.SVGStyleElement)) { |
| 10281 w.SVGStyleElement$Dart = _; |
| 10282 DOM$fixClass$SVGStyleElement(_); |
| 10283 } |
| 10284 if ((_ = w.SVGSwitchElement)) { |
| 10285 w.SVGSwitchElement$Dart = _; |
| 10286 DOM$fixClass$SVGSwitchElement(_); |
| 10287 } |
| 10288 if ((_ = w.SVGSymbolElement)) { |
| 10289 w.SVGSymbolElement$Dart = _; |
| 10290 DOM$fixClass$SVGSymbolElement(_); |
| 10291 } |
| 10292 if ((_ = w.SVGTRefElement)) { |
| 10293 w.SVGTRefElement$Dart = _; |
| 10294 DOM$fixClass$SVGTRefElement(_); |
| 10295 } |
| 10296 if ((_ = w.SVGTSpanElement)) { |
| 10297 w.SVGTSpanElement$Dart = _; |
| 10298 DOM$fixClass$SVGTSpanElement(_); |
| 10299 } |
| 10300 if ((_ = w.SVGTests)) { |
| 10301 w.SVGTests$Dart = _; |
| 10302 DOM$fixClass$SVGTests(_); |
| 10303 } |
| 10304 if ((_ = w.SVGTextContentElement)) { |
| 10305 w.SVGTextContentElement$Dart = _; |
| 10306 DOM$fixClass$SVGTextContentElement(_); |
| 10307 } |
| 10308 if ((_ = w.SVGTextElement)) { |
| 10309 w.SVGTextElement$Dart = _; |
| 10310 DOM$fixClass$SVGTextElement(_); |
| 10311 } |
| 10312 if ((_ = w.SVGTextPathElement)) { |
| 10313 w.SVGTextPathElement$Dart = _; |
| 10314 DOM$fixClass$SVGTextPathElement(_); |
| 10315 } |
| 10316 if ((_ = w.SVGTextPositioningElement)) { |
| 10317 w.SVGTextPositioningElement$Dart = _; |
| 10318 DOM$fixClass$SVGTextPositioningElement(_); |
| 10319 } |
| 10320 if ((_ = w.SVGTitleElement)) { |
| 10321 w.SVGTitleElement$Dart = _; |
| 10322 DOM$fixClass$SVGTitleElement(_); |
| 10323 } |
| 10324 if ((_ = w.SVGTransform)) { |
| 10325 w.SVGTransform$Dart = _; |
| 10326 DOM$fixClass$SVGTransform(_); |
| 10327 } |
| 10328 if ((_ = w.SVGTransformList)) { |
| 10329 w.SVGTransformList$Dart = _; |
| 10330 DOM$fixClass$SVGTransformList(_); |
| 10331 } |
| 10332 if ((_ = w.SVGTransformable)) { |
| 10333 w.SVGTransformable$Dart = _; |
| 10334 DOM$fixClass$SVGTransformable(_); |
| 10335 } |
| 10336 if ((_ = w.SVGURIReference)) { |
| 10337 w.SVGURIReference$Dart = _; |
| 10338 DOM$fixClass$SVGURIReference(_); |
| 10339 } |
| 10340 if ((_ = w.SVGUnitTypes)) { |
| 10341 w.SVGUnitTypes$Dart = _; |
| 10342 DOM$fixClass$SVGUnitTypes(_); |
| 10343 } |
| 10344 if ((_ = w.SVGUseElement)) { |
| 10345 w.SVGUseElement$Dart = _; |
| 10346 DOM$fixClass$SVGUseElement(_); |
| 10347 } |
| 10348 if ((_ = w.SVGVKernElement)) { |
| 10349 w.SVGVKernElement$Dart = _; |
| 10350 DOM$fixClass$SVGVKernElement(_); |
| 10351 } |
| 10352 if ((_ = w.SVGViewElement)) { |
| 10353 w.SVGViewElement$Dart = _; |
| 10354 DOM$fixClass$SVGViewElement(_); |
| 10355 } |
| 10356 if ((_ = w.SVGViewSpec)) { |
| 10357 w.SVGViewSpec$Dart = _; |
| 10358 DOM$fixClass$SVGViewSpec(_); |
| 10359 } |
| 10360 if ((_ = w.SVGZoomAndPan)) { |
| 10361 w.SVGZoomAndPan$Dart = _; |
| 10362 DOM$fixClass$SVGZoomAndPan(_); |
| 10363 } |
| 10364 if ((_ = w.SVGZoomEvent)) { |
| 10365 w.SVGZoomEvent$Dart = _; |
| 10366 DOM$fixClass$SVGZoomEvent(_); |
| 10367 } |
| 6847 if (!w.Screen && (_ = w.screen) && (_ = _.__proto__) && (_ = {prototype: _}))
{ | 10368 if (!w.Screen && (_ = w.screen) && (_ = _.__proto__) && (_ = {prototype: _}))
{ |
| 6848 w.Screen = _; | 10369 w.Screen = _; |
| 6849 } | 10370 } |
| 6850 if ((_ = w.Screen)) { | 10371 if ((_ = w.Screen)) { |
| 6851 w.Screen$Dart = _; | 10372 w.Screen$Dart = _; |
| 6852 DOM$fixClass$Screen(_); | 10373 DOM$fixClass$Screen(_); |
| 6853 } | 10374 } |
| 6854 if ((_ = w.ScriptProfile)) { | 10375 if ((_ = w.ScriptProfile)) { |
| 6855 w.ScriptProfile$Dart = _; | 10376 w.ScriptProfile$Dart = _; |
| 6856 DOM$fixClass$ScriptProfile(_); | 10377 DOM$fixClass$ScriptProfile(_); |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7216 function native__NativeDomGlobalProperties_getWindow() { | 10737 function native__NativeDomGlobalProperties_getWindow() { |
| 7217 // TODO: Should the window be obtained from an isolate? | 10738 // TODO: Should the window be obtained from an isolate? |
| 7218 return window; | 10739 return window; |
| 7219 } | 10740 } |
| 7220 | 10741 |
| 7221 // Declared in src/GlobalProperties.dart | 10742 // Declared in src/GlobalProperties.dart |
| 7222 function native__NativeDomGlobalProperties_getDocument() { | 10743 function native__NativeDomGlobalProperties_getDocument() { |
| 7223 // TODO: Should the window be obtained from an isolate? | 10744 // TODO: Should the window be obtained from an isolate? |
| 7224 return window.document; | 10745 return window.document; |
| 7225 } | 10746 } |
| OLD | NEW |