OLD | NEW |
1 #library('dom'); | 1 #library('dom'); |
2 | 2 |
3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
4 // for details. All rights reserved. Use of this source code is governed by a | 4 // for details. All rights reserved. Use of this source code is governed by a |
5 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
6 | 6 |
7 // DO NOT EDIT | 7 // DO NOT EDIT |
8 // Auto-generated Dart DOM library. | 8 // Auto-generated Dart DOM library. |
9 | 9 |
10 | 10 |
(...skipping 2726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2737 class _HTMLDocumentJs extends _DocumentJs implements HTMLDocument native "*HTMLD
ocument" { | 2737 class _HTMLDocumentJs extends _DocumentJs implements HTMLDocument native "*HTMLD
ocument" { |
2738 | 2738 |
2739 final _ElementJs activeElement; | 2739 final _ElementJs activeElement; |
2740 | 2740 |
2741 String alinkColor; | 2741 String alinkColor; |
2742 | 2742 |
2743 _HTMLAllCollectionJs all; | 2743 _HTMLAllCollectionJs all; |
2744 | 2744 |
2745 String bgColor; | 2745 String bgColor; |
2746 | 2746 |
2747 final String compatMode; | 2747 // Use implementation from Document. |
| 2748 // final String compatMode; |
2748 | 2749 |
2749 String designMode; | 2750 String designMode; |
2750 | 2751 |
2751 String dir; | 2752 String dir; |
2752 | 2753 |
2753 final _HTMLCollectionJs embeds; | 2754 final _HTMLCollectionJs embeds; |
2754 | 2755 |
2755 String fgColor; | 2756 String fgColor; |
2756 | 2757 |
2757 String linkColor; | 2758 String linkColor; |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3140 | 3141 |
3141 void setSelectionRange(int start, int end, [String direction = null]) native; | 3142 void setSelectionRange(int start, int end, [String direction = null]) native; |
3142 | 3143 |
3143 void stepDown([int n = null]) native; | 3144 void stepDown([int n = null]) native; |
3144 | 3145 |
3145 void stepUp([int n = null]) native; | 3146 void stepUp([int n = null]) native; |
3146 } | 3147 } |
3147 | 3148 |
3148 class _HTMLIsIndexElementJs extends _HTMLInputElementJs implements HTMLIsIndexEl
ement native "*HTMLIsIndexElement" { | 3149 class _HTMLIsIndexElementJs extends _HTMLInputElementJs implements HTMLIsIndexEl
ement native "*HTMLIsIndexElement" { |
3149 | 3150 |
3150 final _HTMLFormElementJs form; | 3151 // Use implementation from HTMLInputElement. |
| 3152 // final _HTMLFormElementJs form; |
3151 | 3153 |
3152 String prompt; | 3154 String prompt; |
3153 } | 3155 } |
3154 | 3156 |
3155 class _HTMLKeygenElementJs extends _HTMLElementJs implements HTMLKeygenElement n
ative "*HTMLKeygenElement" { | 3157 class _HTMLKeygenElementJs extends _HTMLElementJs implements HTMLKeygenElement n
ative "*HTMLKeygenElement" { |
3156 | 3158 |
3157 bool autofocus; | 3159 bool autofocus; |
3158 | 3160 |
3159 String challenge; | 3161 String challenge; |
3160 | 3162 |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3505 | 3507 |
3506 bool selected; | 3508 bool selected; |
3507 | 3509 |
3508 String text; | 3510 String text; |
3509 | 3511 |
3510 String value; | 3512 String value; |
3511 } | 3513 } |
3512 | 3514 |
3513 class _HTMLOptionsCollectionJs extends _HTMLCollectionJs implements HTMLOptionsC
ollection native "*HTMLOptionsCollection" { | 3515 class _HTMLOptionsCollectionJs extends _HTMLCollectionJs implements HTMLOptionsC
ollection native "*HTMLOptionsCollection" { |
3514 | 3516 |
3515 int length; | 3517 // Shadowing definition. |
| 3518 int get length() native "return this.length;"; |
| 3519 void set length(int value) native "this.length = value;"; |
3516 | 3520 |
3517 int selectedIndex; | 3521 int selectedIndex; |
3518 | 3522 |
3519 void remove(int index) native; | 3523 void remove(int index) native; |
3520 } | 3524 } |
3521 | 3525 |
3522 class _HTMLOutputElementJs extends _HTMLElementJs implements HTMLOutputElement n
ative "*HTMLOutputElement" { | 3526 class _HTMLOutputElementJs extends _HTMLElementJs implements HTMLOutputElement n
ative "*HTMLOutputElement" { |
3523 | 3527 |
3524 String defaultValue; | 3528 String defaultValue; |
3525 | 3529 |
(...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5688 String xmlspace; | 5692 String xmlspace; |
5689 | 5693 |
5690 // From SVGExternalResourcesRequired | 5694 // From SVGExternalResourcesRequired |
5691 | 5695 |
5692 final _SVGAnimatedBooleanJs externalResourcesRequired; | 5696 final _SVGAnimatedBooleanJs externalResourcesRequired; |
5693 | 5697 |
5694 // From SVGStylable | 5698 // From SVGStylable |
5695 | 5699 |
5696 final _SVGAnimatedStringJs className; | 5700 final _SVGAnimatedStringJs className; |
5697 | 5701 |
5698 final _CSSStyleDeclarationJs style; | 5702 // Use implementation from Element. |
| 5703 // final _CSSStyleDeclarationJs style; |
5699 | 5704 |
5700 _CSSValueJs getPresentationAttribute(String name) native; | 5705 _CSSValueJs getPresentationAttribute(String name) native; |
5701 | 5706 |
5702 // From SVGTransformable | 5707 // From SVGTransformable |
5703 | 5708 |
5704 final _SVGAnimatedTransformListJs transform; | 5709 final _SVGAnimatedTransformListJs transform; |
5705 | 5710 |
5706 // From SVGLocatable | 5711 // From SVGLocatable |
5707 | 5712 |
5708 final _SVGElementJs farthestViewportElement; | 5713 final _SVGElementJs farthestViewportElement; |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5916 String xmlspace; | 5921 String xmlspace; |
5917 | 5922 |
5918 // From SVGExternalResourcesRequired | 5923 // From SVGExternalResourcesRequired |
5919 | 5924 |
5920 final _SVGAnimatedBooleanJs externalResourcesRequired; | 5925 final _SVGAnimatedBooleanJs externalResourcesRequired; |
5921 | 5926 |
5922 // From SVGStylable | 5927 // From SVGStylable |
5923 | 5928 |
5924 final _SVGAnimatedStringJs className; | 5929 final _SVGAnimatedStringJs className; |
5925 | 5930 |
5926 final _CSSStyleDeclarationJs style; | 5931 // Use implementation from Element. |
| 5932 // final _CSSStyleDeclarationJs style; |
5927 | 5933 |
5928 _CSSValueJs getPresentationAttribute(String name) native; | 5934 _CSSValueJs getPresentationAttribute(String name) native; |
5929 | 5935 |
5930 // From SVGTransformable | 5936 // From SVGTransformable |
5931 | 5937 |
5932 final _SVGAnimatedTransformListJs transform; | 5938 final _SVGAnimatedTransformListJs transform; |
5933 | 5939 |
5934 // From SVGLocatable | 5940 // From SVGLocatable |
5935 | 5941 |
5936 final _SVGElementJs farthestViewportElement; | 5942 final _SVGElementJs farthestViewportElement; |
(...skipping 30 matching lines...) Expand all Loading... |
5967 String xmlspace; | 5973 String xmlspace; |
5968 | 5974 |
5969 // From SVGExternalResourcesRequired | 5975 // From SVGExternalResourcesRequired |
5970 | 5976 |
5971 final _SVGAnimatedBooleanJs externalResourcesRequired; | 5977 final _SVGAnimatedBooleanJs externalResourcesRequired; |
5972 | 5978 |
5973 // From SVGStylable | 5979 // From SVGStylable |
5974 | 5980 |
5975 final _SVGAnimatedStringJs className; | 5981 final _SVGAnimatedStringJs className; |
5976 | 5982 |
5977 final _CSSStyleDeclarationJs style; | 5983 // Use implementation from Element. |
| 5984 // final _CSSStyleDeclarationJs style; |
5978 | 5985 |
5979 _CSSValueJs getPresentationAttribute(String name) native; | 5986 _CSSValueJs getPresentationAttribute(String name) native; |
5980 | 5987 |
5981 // From SVGTransformable | 5988 // From SVGTransformable |
5982 | 5989 |
5983 final _SVGAnimatedTransformListJs transform; | 5990 final _SVGAnimatedTransformListJs transform; |
5984 | 5991 |
5985 // From SVGLocatable | 5992 // From SVGLocatable |
5986 | 5993 |
5987 final _SVGElementJs farthestViewportElement; | 5994 final _SVGElementJs farthestViewportElement; |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6091 String xmlspace; | 6098 String xmlspace; |
6092 | 6099 |
6093 // From SVGExternalResourcesRequired | 6100 // From SVGExternalResourcesRequired |
6094 | 6101 |
6095 final _SVGAnimatedBooleanJs externalResourcesRequired; | 6102 final _SVGAnimatedBooleanJs externalResourcesRequired; |
6096 | 6103 |
6097 // From SVGStylable | 6104 // From SVGStylable |
6098 | 6105 |
6099 final _SVGAnimatedStringJs className; | 6106 final _SVGAnimatedStringJs className; |
6100 | 6107 |
6101 final _CSSStyleDeclarationJs style; | 6108 // Use implementation from Element. |
| 6109 // final _CSSStyleDeclarationJs style; |
6102 | 6110 |
6103 _CSSValueJs getPresentationAttribute(String name) native; | 6111 _CSSValueJs getPresentationAttribute(String name) native; |
6104 | 6112 |
6105 // From SVGTransformable | 6113 // From SVGTransformable |
6106 | 6114 |
6107 final _SVGAnimatedTransformListJs transform; | 6115 final _SVGAnimatedTransformListJs transform; |
6108 | 6116 |
6109 // From SVGLocatable | 6117 // From SVGLocatable |
6110 | 6118 |
6111 final _SVGElementJs farthestViewportElement; | 6119 final _SVGElementJs farthestViewportElement; |
(...skipping 14 matching lines...) Expand all Loading... |
6126 // From SVGLangSpace | 6134 // From SVGLangSpace |
6127 | 6135 |
6128 String xmllang; | 6136 String xmllang; |
6129 | 6137 |
6130 String xmlspace; | 6138 String xmlspace; |
6131 | 6139 |
6132 // From SVGStylable | 6140 // From SVGStylable |
6133 | 6141 |
6134 final _SVGAnimatedStringJs className; | 6142 final _SVGAnimatedStringJs className; |
6135 | 6143 |
6136 final _CSSStyleDeclarationJs style; | 6144 // Use implementation from Element. |
| 6145 // final _CSSStyleDeclarationJs style; |
6137 | 6146 |
6138 _CSSValueJs getPresentationAttribute(String name) native; | 6147 _CSSValueJs getPresentationAttribute(String name) native; |
6139 } | 6148 } |
6140 | 6149 |
6141 class _SVGDocumentJs extends _DocumentJs implements SVGDocument native "*SVGDocu
ment" { | 6150 class _SVGDocumentJs extends _DocumentJs implements SVGDocument native "*SVGDocu
ment" { |
6142 | 6151 |
6143 final _SVGSVGElementJs rootElement; | 6152 final _SVGSVGElementJs rootElement; |
6144 | 6153 |
6145 _EventJs createEvent(String eventType) native; | 6154 _EventJs createEvent(String eventType) native; |
6146 } | 6155 } |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6215 String xmlspace; | 6224 String xmlspace; |
6216 | 6225 |
6217 // From SVGExternalResourcesRequired | 6226 // From SVGExternalResourcesRequired |
6218 | 6227 |
6219 final _SVGAnimatedBooleanJs externalResourcesRequired; | 6228 final _SVGAnimatedBooleanJs externalResourcesRequired; |
6220 | 6229 |
6221 // From SVGStylable | 6230 // From SVGStylable |
6222 | 6231 |
6223 final _SVGAnimatedStringJs className; | 6232 final _SVGAnimatedStringJs className; |
6224 | 6233 |
6225 final _CSSStyleDeclarationJs style; | 6234 // Use implementation from Element. |
| 6235 // final _CSSStyleDeclarationJs style; |
6226 | 6236 |
6227 _CSSValueJs getPresentationAttribute(String name) native; | 6237 _CSSValueJs getPresentationAttribute(String name) native; |
6228 | 6238 |
6229 // From SVGTransformable | 6239 // From SVGTransformable |
6230 | 6240 |
6231 final _SVGAnimatedTransformListJs transform; | 6241 final _SVGAnimatedTransformListJs transform; |
6232 | 6242 |
6233 // From SVGLocatable | 6243 // From SVGLocatable |
6234 | 6244 |
6235 final _SVGElementJs farthestViewportElement; | 6245 final _SVGElementJs farthestViewportElement; |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6296 final _SVGAnimatedLengthJs width; | 6306 final _SVGAnimatedLengthJs width; |
6297 | 6307 |
6298 final _SVGAnimatedLengthJs x; | 6308 final _SVGAnimatedLengthJs x; |
6299 | 6309 |
6300 final _SVGAnimatedLengthJs y; | 6310 final _SVGAnimatedLengthJs y; |
6301 | 6311 |
6302 // From SVGStylable | 6312 // From SVGStylable |
6303 | 6313 |
6304 final _SVGAnimatedStringJs className; | 6314 final _SVGAnimatedStringJs className; |
6305 | 6315 |
6306 final _CSSStyleDeclarationJs style; | 6316 // Use implementation from Element. |
| 6317 // final _CSSStyleDeclarationJs style; |
6307 | 6318 |
6308 _CSSValueJs getPresentationAttribute(String name) native; | 6319 _CSSValueJs getPresentationAttribute(String name) native; |
6309 } | 6320 } |
6310 | 6321 |
6311 class _SVGFEColorMatrixElementJs extends _SVGElementJs implements SVGFEColorMatr
ixElement native "*SVGFEColorMatrixElement" { | 6322 class _SVGFEColorMatrixElementJs extends _SVGElementJs implements SVGFEColorMatr
ixElement native "*SVGFEColorMatrixElement" { |
6312 | 6323 |
6313 static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; | 6324 static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; |
6314 | 6325 |
6315 static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; | 6326 static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; |
6316 | 6327 |
(...skipping 18 matching lines...) Expand all Loading... |
6335 final _SVGAnimatedLengthJs width; | 6346 final _SVGAnimatedLengthJs width; |
6336 | 6347 |
6337 final _SVGAnimatedLengthJs x; | 6348 final _SVGAnimatedLengthJs x; |
6338 | 6349 |
6339 final _SVGAnimatedLengthJs y; | 6350 final _SVGAnimatedLengthJs y; |
6340 | 6351 |
6341 // From SVGStylable | 6352 // From SVGStylable |
6342 | 6353 |
6343 final _SVGAnimatedStringJs className; | 6354 final _SVGAnimatedStringJs className; |
6344 | 6355 |
6345 final _CSSStyleDeclarationJs style; | 6356 // Use implementation from Element. |
| 6357 // final _CSSStyleDeclarationJs style; |
6346 | 6358 |
6347 _CSSValueJs getPresentationAttribute(String name) native; | 6359 _CSSValueJs getPresentationAttribute(String name) native; |
6348 } | 6360 } |
6349 | 6361 |
6350 class _SVGFEComponentTransferElementJs extends _SVGElementJs implements SVGFECom
ponentTransferElement native "*SVGFEComponentTransferElement" { | 6362 class _SVGFEComponentTransferElementJs extends _SVGElementJs implements SVGFECom
ponentTransferElement native "*SVGFEComponentTransferElement" { |
6351 | 6363 |
6352 final _SVGAnimatedStringJs in1; | 6364 final _SVGAnimatedStringJs in1; |
6353 | 6365 |
6354 // From SVGFilterPrimitiveStandardAttributes | 6366 // From SVGFilterPrimitiveStandardAttributes |
6355 | 6367 |
6356 final _SVGAnimatedLengthJs height; | 6368 final _SVGAnimatedLengthJs height; |
6357 | 6369 |
6358 final _SVGAnimatedStringJs result; | 6370 final _SVGAnimatedStringJs result; |
6359 | 6371 |
6360 final _SVGAnimatedLengthJs width; | 6372 final _SVGAnimatedLengthJs width; |
6361 | 6373 |
6362 final _SVGAnimatedLengthJs x; | 6374 final _SVGAnimatedLengthJs x; |
6363 | 6375 |
6364 final _SVGAnimatedLengthJs y; | 6376 final _SVGAnimatedLengthJs y; |
6365 | 6377 |
6366 // From SVGStylable | 6378 // From SVGStylable |
6367 | 6379 |
6368 final _SVGAnimatedStringJs className; | 6380 final _SVGAnimatedStringJs className; |
6369 | 6381 |
6370 final _CSSStyleDeclarationJs style; | 6382 // Use implementation from Element. |
| 6383 // final _CSSStyleDeclarationJs style; |
6371 | 6384 |
6372 _CSSValueJs getPresentationAttribute(String name) native; | 6385 _CSSValueJs getPresentationAttribute(String name) native; |
6373 } | 6386 } |
6374 | 6387 |
6375 class _SVGFECompositeElementJs extends _SVGElementJs implements SVGFECompositeEl
ement native "*SVGFECompositeElement" { | 6388 class _SVGFECompositeElementJs extends _SVGElementJs implements SVGFECompositeEl
ement native "*SVGFECompositeElement" { |
6376 | 6389 |
6377 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 6390 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
6378 | 6391 |
6379 static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; | 6392 static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; |
6380 | 6393 |
(...skipping 30 matching lines...) Expand all Loading... |
6411 final _SVGAnimatedLengthJs width; | 6424 final _SVGAnimatedLengthJs width; |
6412 | 6425 |
6413 final _SVGAnimatedLengthJs x; | 6426 final _SVGAnimatedLengthJs x; |
6414 | 6427 |
6415 final _SVGAnimatedLengthJs y; | 6428 final _SVGAnimatedLengthJs y; |
6416 | 6429 |
6417 // From SVGStylable | 6430 // From SVGStylable |
6418 | 6431 |
6419 final _SVGAnimatedStringJs className; | 6432 final _SVGAnimatedStringJs className; |
6420 | 6433 |
6421 final _CSSStyleDeclarationJs style; | 6434 // Use implementation from Element. |
| 6435 // final _CSSStyleDeclarationJs style; |
6422 | 6436 |
6423 _CSSValueJs getPresentationAttribute(String name) native; | 6437 _CSSValueJs getPresentationAttribute(String name) native; |
6424 } | 6438 } |
6425 | 6439 |
6426 class _SVGFEConvolveMatrixElementJs extends _SVGElementJs implements SVGFEConvol
veMatrixElement native "*SVGFEConvolveMatrixElement" { | 6440 class _SVGFEConvolveMatrixElementJs extends _SVGElementJs implements SVGFEConvol
veMatrixElement native "*SVGFEConvolveMatrixElement" { |
6427 | 6441 |
6428 static final int SVG_EDGEMODE_DUPLICATE = 1; | 6442 static final int SVG_EDGEMODE_DUPLICATE = 1; |
6429 | 6443 |
6430 static final int SVG_EDGEMODE_NONE = 3; | 6444 static final int SVG_EDGEMODE_NONE = 3; |
6431 | 6445 |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6466 final _SVGAnimatedLengthJs width; | 6480 final _SVGAnimatedLengthJs width; |
6467 | 6481 |
6468 final _SVGAnimatedLengthJs x; | 6482 final _SVGAnimatedLengthJs x; |
6469 | 6483 |
6470 final _SVGAnimatedLengthJs y; | 6484 final _SVGAnimatedLengthJs y; |
6471 | 6485 |
6472 // From SVGStylable | 6486 // From SVGStylable |
6473 | 6487 |
6474 final _SVGAnimatedStringJs className; | 6488 final _SVGAnimatedStringJs className; |
6475 | 6489 |
6476 final _CSSStyleDeclarationJs style; | 6490 // Use implementation from Element. |
| 6491 // final _CSSStyleDeclarationJs style; |
6477 | 6492 |
6478 _CSSValueJs getPresentationAttribute(String name) native; | 6493 _CSSValueJs getPresentationAttribute(String name) native; |
6479 } | 6494 } |
6480 | 6495 |
6481 class _SVGFEDiffuseLightingElementJs extends _SVGElementJs implements SVGFEDiffu
seLightingElement native "*SVGFEDiffuseLightingElement" { | 6496 class _SVGFEDiffuseLightingElementJs extends _SVGElementJs implements SVGFEDiffu
seLightingElement native "*SVGFEDiffuseLightingElement" { |
6482 | 6497 |
6483 final _SVGAnimatedNumberJs diffuseConstant; | 6498 final _SVGAnimatedNumberJs diffuseConstant; |
6484 | 6499 |
6485 final _SVGAnimatedStringJs in1; | 6500 final _SVGAnimatedStringJs in1; |
6486 | 6501 |
(...skipping 12 matching lines...) Expand all Loading... |
6499 final _SVGAnimatedLengthJs width; | 6514 final _SVGAnimatedLengthJs width; |
6500 | 6515 |
6501 final _SVGAnimatedLengthJs x; | 6516 final _SVGAnimatedLengthJs x; |
6502 | 6517 |
6503 final _SVGAnimatedLengthJs y; | 6518 final _SVGAnimatedLengthJs y; |
6504 | 6519 |
6505 // From SVGStylable | 6520 // From SVGStylable |
6506 | 6521 |
6507 final _SVGAnimatedStringJs className; | 6522 final _SVGAnimatedStringJs className; |
6508 | 6523 |
6509 final _CSSStyleDeclarationJs style; | 6524 // Use implementation from Element. |
| 6525 // final _CSSStyleDeclarationJs style; |
6510 | 6526 |
6511 _CSSValueJs getPresentationAttribute(String name) native; | 6527 _CSSValueJs getPresentationAttribute(String name) native; |
6512 } | 6528 } |
6513 | 6529 |
6514 class _SVGFEDisplacementMapElementJs extends _SVGElementJs implements SVGFEDispl
acementMapElement native "*SVGFEDisplacementMapElement" { | 6530 class _SVGFEDisplacementMapElementJs extends _SVGElementJs implements SVGFEDispl
acementMapElement native "*SVGFEDisplacementMapElement" { |
6515 | 6531 |
6516 static final int SVG_CHANNEL_A = 4; | 6532 static final int SVG_CHANNEL_A = 4; |
6517 | 6533 |
6518 static final int SVG_CHANNEL_B = 3; | 6534 static final int SVG_CHANNEL_B = 3; |
6519 | 6535 |
(...skipping 22 matching lines...) Expand all Loading... |
6542 final _SVGAnimatedLengthJs width; | 6558 final _SVGAnimatedLengthJs width; |
6543 | 6559 |
6544 final _SVGAnimatedLengthJs x; | 6560 final _SVGAnimatedLengthJs x; |
6545 | 6561 |
6546 final _SVGAnimatedLengthJs y; | 6562 final _SVGAnimatedLengthJs y; |
6547 | 6563 |
6548 // From SVGStylable | 6564 // From SVGStylable |
6549 | 6565 |
6550 final _SVGAnimatedStringJs className; | 6566 final _SVGAnimatedStringJs className; |
6551 | 6567 |
6552 final _CSSStyleDeclarationJs style; | 6568 // Use implementation from Element. |
| 6569 // final _CSSStyleDeclarationJs style; |
6553 | 6570 |
6554 _CSSValueJs getPresentationAttribute(String name) native; | 6571 _CSSValueJs getPresentationAttribute(String name) native; |
6555 } | 6572 } |
6556 | 6573 |
6557 class _SVGFEDistantLightElementJs extends _SVGElementJs implements SVGFEDistantL
ightElement native "*SVGFEDistantLightElement" { | 6574 class _SVGFEDistantLightElementJs extends _SVGElementJs implements SVGFEDistantL
ightElement native "*SVGFEDistantLightElement" { |
6558 | 6575 |
6559 final _SVGAnimatedNumberJs azimuth; | 6576 final _SVGAnimatedNumberJs azimuth; |
6560 | 6577 |
6561 final _SVGAnimatedNumberJs elevation; | 6578 final _SVGAnimatedNumberJs elevation; |
6562 } | 6579 } |
(...skipping 21 matching lines...) Expand all Loading... |
6584 final _SVGAnimatedLengthJs width; | 6601 final _SVGAnimatedLengthJs width; |
6585 | 6602 |
6586 final _SVGAnimatedLengthJs x; | 6603 final _SVGAnimatedLengthJs x; |
6587 | 6604 |
6588 final _SVGAnimatedLengthJs y; | 6605 final _SVGAnimatedLengthJs y; |
6589 | 6606 |
6590 // From SVGStylable | 6607 // From SVGStylable |
6591 | 6608 |
6592 final _SVGAnimatedStringJs className; | 6609 final _SVGAnimatedStringJs className; |
6593 | 6610 |
6594 final _CSSStyleDeclarationJs style; | 6611 // Use implementation from Element. |
| 6612 // final _CSSStyleDeclarationJs style; |
6595 | 6613 |
6596 _CSSValueJs getPresentationAttribute(String name) native; | 6614 _CSSValueJs getPresentationAttribute(String name) native; |
6597 } | 6615 } |
6598 | 6616 |
6599 class _SVGFEFloodElementJs extends _SVGElementJs implements SVGFEFloodElement na
tive "*SVGFEFloodElement" { | 6617 class _SVGFEFloodElementJs extends _SVGElementJs implements SVGFEFloodElement na
tive "*SVGFEFloodElement" { |
6600 | 6618 |
6601 // From SVGFilterPrimitiveStandardAttributes | 6619 // From SVGFilterPrimitiveStandardAttributes |
6602 | 6620 |
6603 final _SVGAnimatedLengthJs height; | 6621 final _SVGAnimatedLengthJs height; |
6604 | 6622 |
6605 final _SVGAnimatedStringJs result; | 6623 final _SVGAnimatedStringJs result; |
6606 | 6624 |
6607 final _SVGAnimatedLengthJs width; | 6625 final _SVGAnimatedLengthJs width; |
6608 | 6626 |
6609 final _SVGAnimatedLengthJs x; | 6627 final _SVGAnimatedLengthJs x; |
6610 | 6628 |
6611 final _SVGAnimatedLengthJs y; | 6629 final _SVGAnimatedLengthJs y; |
6612 | 6630 |
6613 // From SVGStylable | 6631 // From SVGStylable |
6614 | 6632 |
6615 final _SVGAnimatedStringJs className; | 6633 final _SVGAnimatedStringJs className; |
6616 | 6634 |
6617 final _CSSStyleDeclarationJs style; | 6635 // Use implementation from Element. |
| 6636 // final _CSSStyleDeclarationJs style; |
6618 | 6637 |
6619 _CSSValueJs getPresentationAttribute(String name) native; | 6638 _CSSValueJs getPresentationAttribute(String name) native; |
6620 } | 6639 } |
6621 | 6640 |
6622 class _SVGFEFuncAElementJs extends _SVGComponentTransferFunctionElementJs implem
ents SVGFEFuncAElement native "*SVGFEFuncAElement" { | 6641 class _SVGFEFuncAElementJs extends _SVGComponentTransferFunctionElementJs implem
ents SVGFEFuncAElement native "*SVGFEFuncAElement" { |
6623 } | 6642 } |
6624 | 6643 |
6625 class _SVGFEFuncBElementJs extends _SVGComponentTransferFunctionElementJs implem
ents SVGFEFuncBElement native "*SVGFEFuncBElement" { | 6644 class _SVGFEFuncBElementJs extends _SVGComponentTransferFunctionElementJs implem
ents SVGFEFuncBElement native "*SVGFEFuncBElement" { |
6626 } | 6645 } |
6627 | 6646 |
(...skipping 22 matching lines...) Expand all Loading... |
6650 final _SVGAnimatedLengthJs width; | 6669 final _SVGAnimatedLengthJs width; |
6651 | 6670 |
6652 final _SVGAnimatedLengthJs x; | 6671 final _SVGAnimatedLengthJs x; |
6653 | 6672 |
6654 final _SVGAnimatedLengthJs y; | 6673 final _SVGAnimatedLengthJs y; |
6655 | 6674 |
6656 // From SVGStylable | 6675 // From SVGStylable |
6657 | 6676 |
6658 final _SVGAnimatedStringJs className; | 6677 final _SVGAnimatedStringJs className; |
6659 | 6678 |
6660 final _CSSStyleDeclarationJs style; | 6679 // Use implementation from Element. |
| 6680 // final _CSSStyleDeclarationJs style; |
6661 | 6681 |
6662 _CSSValueJs getPresentationAttribute(String name) native; | 6682 _CSSValueJs getPresentationAttribute(String name) native; |
6663 } | 6683 } |
6664 | 6684 |
6665 class _SVGFEImageElementJs extends _SVGElementJs implements SVGFEImageElement na
tive "*SVGFEImageElement" { | 6685 class _SVGFEImageElementJs extends _SVGElementJs implements SVGFEImageElement na
tive "*SVGFEImageElement" { |
6666 | 6686 |
6667 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | 6687 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
6668 | 6688 |
6669 // From SVGURIReference | 6689 // From SVGURIReference |
6670 | 6690 |
(...skipping 18 matching lines...) Expand all Loading... |
6689 final _SVGAnimatedLengthJs width; | 6709 final _SVGAnimatedLengthJs width; |
6690 | 6710 |
6691 final _SVGAnimatedLengthJs x; | 6711 final _SVGAnimatedLengthJs x; |
6692 | 6712 |
6693 final _SVGAnimatedLengthJs y; | 6713 final _SVGAnimatedLengthJs y; |
6694 | 6714 |
6695 // From SVGStylable | 6715 // From SVGStylable |
6696 | 6716 |
6697 final _SVGAnimatedStringJs className; | 6717 final _SVGAnimatedStringJs className; |
6698 | 6718 |
6699 final _CSSStyleDeclarationJs style; | 6719 // Use implementation from Element. |
| 6720 // final _CSSStyleDeclarationJs style; |
6700 | 6721 |
6701 _CSSValueJs getPresentationAttribute(String name) native; | 6722 _CSSValueJs getPresentationAttribute(String name) native; |
6702 } | 6723 } |
6703 | 6724 |
6704 class _SVGFEMergeElementJs extends _SVGElementJs implements SVGFEMergeElement na
tive "*SVGFEMergeElement" { | 6725 class _SVGFEMergeElementJs extends _SVGElementJs implements SVGFEMergeElement na
tive "*SVGFEMergeElement" { |
6705 | 6726 |
6706 // From SVGFilterPrimitiveStandardAttributes | 6727 // From SVGFilterPrimitiveStandardAttributes |
6707 | 6728 |
6708 final _SVGAnimatedLengthJs height; | 6729 final _SVGAnimatedLengthJs height; |
6709 | 6730 |
6710 final _SVGAnimatedStringJs result; | 6731 final _SVGAnimatedStringJs result; |
6711 | 6732 |
6712 final _SVGAnimatedLengthJs width; | 6733 final _SVGAnimatedLengthJs width; |
6713 | 6734 |
6714 final _SVGAnimatedLengthJs x; | 6735 final _SVGAnimatedLengthJs x; |
6715 | 6736 |
6716 final _SVGAnimatedLengthJs y; | 6737 final _SVGAnimatedLengthJs y; |
6717 | 6738 |
6718 // From SVGStylable | 6739 // From SVGStylable |
6719 | 6740 |
6720 final _SVGAnimatedStringJs className; | 6741 final _SVGAnimatedStringJs className; |
6721 | 6742 |
6722 final _CSSStyleDeclarationJs style; | 6743 // Use implementation from Element. |
| 6744 // final _CSSStyleDeclarationJs style; |
6723 | 6745 |
6724 _CSSValueJs getPresentationAttribute(String name) native; | 6746 _CSSValueJs getPresentationAttribute(String name) native; |
6725 } | 6747 } |
6726 | 6748 |
6727 class _SVGFEMergeNodeElementJs extends _SVGElementJs implements SVGFEMergeNodeEl
ement native "*SVGFEMergeNodeElement" { | 6749 class _SVGFEMergeNodeElementJs extends _SVGElementJs implements SVGFEMergeNodeEl
ement native "*SVGFEMergeNodeElement" { |
6728 | 6750 |
6729 final _SVGAnimatedStringJs in1; | 6751 final _SVGAnimatedStringJs in1; |
6730 } | 6752 } |
6731 | 6753 |
6732 class _SVGFEMorphologyElementJs extends _SVGElementJs implements SVGFEMorphology
Element native "*SVGFEMorphologyElement" { | 6754 class _SVGFEMorphologyElementJs extends _SVGElementJs implements SVGFEMorphology
Element native "*SVGFEMorphologyElement" { |
(...skipping 23 matching lines...) Expand all Loading... |
6756 final _SVGAnimatedLengthJs width; | 6778 final _SVGAnimatedLengthJs width; |
6757 | 6779 |
6758 final _SVGAnimatedLengthJs x; | 6780 final _SVGAnimatedLengthJs x; |
6759 | 6781 |
6760 final _SVGAnimatedLengthJs y; | 6782 final _SVGAnimatedLengthJs y; |
6761 | 6783 |
6762 // From SVGStylable | 6784 // From SVGStylable |
6763 | 6785 |
6764 final _SVGAnimatedStringJs className; | 6786 final _SVGAnimatedStringJs className; |
6765 | 6787 |
6766 final _CSSStyleDeclarationJs style; | 6788 // Use implementation from Element. |
| 6789 // final _CSSStyleDeclarationJs style; |
6767 | 6790 |
6768 _CSSValueJs getPresentationAttribute(String name) native; | 6791 _CSSValueJs getPresentationAttribute(String name) native; |
6769 } | 6792 } |
6770 | 6793 |
6771 class _SVGFEOffsetElementJs extends _SVGElementJs implements SVGFEOffsetElement
native "*SVGFEOffsetElement" { | 6794 class _SVGFEOffsetElementJs extends _SVGElementJs implements SVGFEOffsetElement
native "*SVGFEOffsetElement" { |
6772 | 6795 |
6773 final _SVGAnimatedNumberJs dx; | 6796 final _SVGAnimatedNumberJs dx; |
6774 | 6797 |
6775 final _SVGAnimatedNumberJs dy; | 6798 final _SVGAnimatedNumberJs dy; |
6776 | 6799 |
6777 final _SVGAnimatedStringJs in1; | 6800 final _SVGAnimatedStringJs in1; |
6778 | 6801 |
6779 // From SVGFilterPrimitiveStandardAttributes | 6802 // From SVGFilterPrimitiveStandardAttributes |
6780 | 6803 |
6781 final _SVGAnimatedLengthJs height; | 6804 final _SVGAnimatedLengthJs height; |
6782 | 6805 |
6783 final _SVGAnimatedStringJs result; | 6806 final _SVGAnimatedStringJs result; |
6784 | 6807 |
6785 final _SVGAnimatedLengthJs width; | 6808 final _SVGAnimatedLengthJs width; |
6786 | 6809 |
6787 final _SVGAnimatedLengthJs x; | 6810 final _SVGAnimatedLengthJs x; |
6788 | 6811 |
6789 final _SVGAnimatedLengthJs y; | 6812 final _SVGAnimatedLengthJs y; |
6790 | 6813 |
6791 // From SVGStylable | 6814 // From SVGStylable |
6792 | 6815 |
6793 final _SVGAnimatedStringJs className; | 6816 final _SVGAnimatedStringJs className; |
6794 | 6817 |
6795 final _CSSStyleDeclarationJs style; | 6818 // Use implementation from Element. |
| 6819 // final _CSSStyleDeclarationJs style; |
6796 | 6820 |
6797 _CSSValueJs getPresentationAttribute(String name) native; | 6821 _CSSValueJs getPresentationAttribute(String name) native; |
6798 } | 6822 } |
6799 | 6823 |
6800 class _SVGFEPointLightElementJs extends _SVGElementJs implements SVGFEPointLight
Element native "*SVGFEPointLightElement" { | 6824 class _SVGFEPointLightElementJs extends _SVGElementJs implements SVGFEPointLight
Element native "*SVGFEPointLightElement" { |
6801 | 6825 |
6802 final _SVGAnimatedNumberJs x; | 6826 final _SVGAnimatedNumberJs x; |
6803 | 6827 |
6804 final _SVGAnimatedNumberJs y; | 6828 final _SVGAnimatedNumberJs y; |
6805 | 6829 |
(...skipping 19 matching lines...) Expand all Loading... |
6825 final _SVGAnimatedLengthJs width; | 6849 final _SVGAnimatedLengthJs width; |
6826 | 6850 |
6827 final _SVGAnimatedLengthJs x; | 6851 final _SVGAnimatedLengthJs x; |
6828 | 6852 |
6829 final _SVGAnimatedLengthJs y; | 6853 final _SVGAnimatedLengthJs y; |
6830 | 6854 |
6831 // From SVGStylable | 6855 // From SVGStylable |
6832 | 6856 |
6833 final _SVGAnimatedStringJs className; | 6857 final _SVGAnimatedStringJs className; |
6834 | 6858 |
6835 final _CSSStyleDeclarationJs style; | 6859 // Use implementation from Element. |
| 6860 // final _CSSStyleDeclarationJs style; |
6836 | 6861 |
6837 _CSSValueJs getPresentationAttribute(String name) native; | 6862 _CSSValueJs getPresentationAttribute(String name) native; |
6838 } | 6863 } |
6839 | 6864 |
6840 class _SVGFESpotLightElementJs extends _SVGElementJs implements SVGFESpotLightEl
ement native "*SVGFESpotLightElement" { | 6865 class _SVGFESpotLightElementJs extends _SVGElementJs implements SVGFESpotLightEl
ement native "*SVGFESpotLightElement" { |
6841 | 6866 |
6842 final _SVGAnimatedNumberJs limitingConeAngle; | 6867 final _SVGAnimatedNumberJs limitingConeAngle; |
6843 | 6868 |
6844 final _SVGAnimatedNumberJs pointsAtX; | 6869 final _SVGAnimatedNumberJs pointsAtX; |
6845 | 6870 |
(...skipping 23 matching lines...) Expand all Loading... |
6869 final _SVGAnimatedLengthJs width; | 6894 final _SVGAnimatedLengthJs width; |
6870 | 6895 |
6871 final _SVGAnimatedLengthJs x; | 6896 final _SVGAnimatedLengthJs x; |
6872 | 6897 |
6873 final _SVGAnimatedLengthJs y; | 6898 final _SVGAnimatedLengthJs y; |
6874 | 6899 |
6875 // From SVGStylable | 6900 // From SVGStylable |
6876 | 6901 |
6877 final _SVGAnimatedStringJs className; | 6902 final _SVGAnimatedStringJs className; |
6878 | 6903 |
6879 final _CSSStyleDeclarationJs style; | 6904 // Use implementation from Element. |
| 6905 // final _CSSStyleDeclarationJs style; |
6880 | 6906 |
6881 _CSSValueJs getPresentationAttribute(String name) native; | 6907 _CSSValueJs getPresentationAttribute(String name) native; |
6882 } | 6908 } |
6883 | 6909 |
6884 class _SVGFETurbulenceElementJs extends _SVGElementJs implements SVGFETurbulence
Element native "*SVGFETurbulenceElement" { | 6910 class _SVGFETurbulenceElementJs extends _SVGElementJs implements SVGFETurbulence
Element native "*SVGFETurbulenceElement" { |
6885 | 6911 |
6886 static final int SVG_STITCHTYPE_NOSTITCH = 2; | 6912 static final int SVG_STITCHTYPE_NOSTITCH = 2; |
6887 | 6913 |
6888 static final int SVG_STITCHTYPE_STITCH = 1; | 6914 static final int SVG_STITCHTYPE_STITCH = 1; |
6889 | 6915 |
(...skipping 26 matching lines...) Expand all Loading... |
6916 final _SVGAnimatedLengthJs width; | 6942 final _SVGAnimatedLengthJs width; |
6917 | 6943 |
6918 final _SVGAnimatedLengthJs x; | 6944 final _SVGAnimatedLengthJs x; |
6919 | 6945 |
6920 final _SVGAnimatedLengthJs y; | 6946 final _SVGAnimatedLengthJs y; |
6921 | 6947 |
6922 // From SVGStylable | 6948 // From SVGStylable |
6923 | 6949 |
6924 final _SVGAnimatedStringJs className; | 6950 final _SVGAnimatedStringJs className; |
6925 | 6951 |
6926 final _CSSStyleDeclarationJs style; | 6952 // Use implementation from Element. |
| 6953 // final _CSSStyleDeclarationJs style; |
6927 | 6954 |
6928 _CSSValueJs getPresentationAttribute(String name) native; | 6955 _CSSValueJs getPresentationAttribute(String name) native; |
6929 } | 6956 } |
6930 | 6957 |
6931 class _SVGFilterElementJs extends _SVGElementJs implements SVGFilterElement nati
ve "*SVGFilterElement" { | 6958 class _SVGFilterElementJs extends _SVGElementJs implements SVGFilterElement nati
ve "*SVGFilterElement" { |
6932 | 6959 |
6933 final _SVGAnimatedIntegerJs filterResX; | 6960 final _SVGAnimatedIntegerJs filterResX; |
6934 | 6961 |
6935 final _SVGAnimatedIntegerJs filterResY; | 6962 final _SVGAnimatedIntegerJs filterResY; |
6936 | 6963 |
(...skipping 22 matching lines...) Expand all Loading... |
6959 String xmlspace; | 6986 String xmlspace; |
6960 | 6987 |
6961 // From SVGExternalResourcesRequired | 6988 // From SVGExternalResourcesRequired |
6962 | 6989 |
6963 final _SVGAnimatedBooleanJs externalResourcesRequired; | 6990 final _SVGAnimatedBooleanJs externalResourcesRequired; |
6964 | 6991 |
6965 // From SVGStylable | 6992 // From SVGStylable |
6966 | 6993 |
6967 final _SVGAnimatedStringJs className; | 6994 final _SVGAnimatedStringJs className; |
6968 | 6995 |
6969 final _CSSStyleDeclarationJs style; | 6996 // Use implementation from Element. |
| 6997 // final _CSSStyleDeclarationJs style; |
6970 | 6998 |
6971 _CSSValueJs getPresentationAttribute(String name) native; | 6999 _CSSValueJs getPresentationAttribute(String name) native; |
6972 } | 7000 } |
6973 | 7001 |
6974 class _SVGFilterPrimitiveStandardAttributesJs extends _SVGStylableJs implements
SVGFilterPrimitiveStandardAttributes native "*SVGFilterPrimitiveStandardAttribut
es" { | 7002 class _SVGFilterPrimitiveStandardAttributesJs extends _SVGStylableJs implements
SVGFilterPrimitiveStandardAttributes native "*SVGFilterPrimitiveStandardAttribut
es" { |
6975 | 7003 |
6976 final _SVGAnimatedLengthJs height; | 7004 final _SVGAnimatedLengthJs height; |
6977 | 7005 |
6978 final _SVGAnimatedStringJs result; | 7006 final _SVGAnimatedStringJs result; |
6979 | 7007 |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7036 String xmlspace; | 7064 String xmlspace; |
7037 | 7065 |
7038 // From SVGExternalResourcesRequired | 7066 // From SVGExternalResourcesRequired |
7039 | 7067 |
7040 final _SVGAnimatedBooleanJs externalResourcesRequired; | 7068 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7041 | 7069 |
7042 // From SVGStylable | 7070 // From SVGStylable |
7043 | 7071 |
7044 final _SVGAnimatedStringJs className; | 7072 final _SVGAnimatedStringJs className; |
7045 | 7073 |
7046 final _CSSStyleDeclarationJs style; | 7074 // Use implementation from Element. |
| 7075 // final _CSSStyleDeclarationJs style; |
7047 | 7076 |
7048 _CSSValueJs getPresentationAttribute(String name) native; | 7077 _CSSValueJs getPresentationAttribute(String name) native; |
7049 | 7078 |
7050 // From SVGTransformable | 7079 // From SVGTransformable |
7051 | 7080 |
7052 final _SVGAnimatedTransformListJs transform; | 7081 final _SVGAnimatedTransformListJs transform; |
7053 | 7082 |
7054 // From SVGLocatable | 7083 // From SVGLocatable |
7055 | 7084 |
7056 final _SVGElementJs farthestViewportElement; | 7085 final _SVGElementJs farthestViewportElement; |
(...skipping 28 matching lines...) Expand all Loading... |
7085 String xmlspace; | 7114 String xmlspace; |
7086 | 7115 |
7087 // From SVGExternalResourcesRequired | 7116 // From SVGExternalResourcesRequired |
7088 | 7117 |
7089 final _SVGAnimatedBooleanJs externalResourcesRequired; | 7118 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7090 | 7119 |
7091 // From SVGStylable | 7120 // From SVGStylable |
7092 | 7121 |
7093 final _SVGAnimatedStringJs className; | 7122 final _SVGAnimatedStringJs className; |
7094 | 7123 |
7095 final _CSSStyleDeclarationJs style; | 7124 // Use implementation from Element. |
| 7125 // final _CSSStyleDeclarationJs style; |
7096 | 7126 |
7097 _CSSValueJs getPresentationAttribute(String name) native; | 7127 _CSSValueJs getPresentationAttribute(String name) native; |
7098 | 7128 |
7099 // From SVGTransformable | 7129 // From SVGTransformable |
7100 | 7130 |
7101 final _SVGAnimatedTransformListJs transform; | 7131 final _SVGAnimatedTransformListJs transform; |
7102 | 7132 |
7103 // From SVGLocatable | 7133 // From SVGLocatable |
7104 | 7134 |
7105 final _SVGElementJs farthestViewportElement; | 7135 final _SVGElementJs farthestViewportElement; |
(...skipping 27 matching lines...) Expand all Loading... |
7133 num y; | 7163 num y; |
7134 | 7164 |
7135 // From SVGURIReference | 7165 // From SVGURIReference |
7136 | 7166 |
7137 final _SVGAnimatedStringJs href; | 7167 final _SVGAnimatedStringJs href; |
7138 | 7168 |
7139 // From SVGStylable | 7169 // From SVGStylable |
7140 | 7170 |
7141 final _SVGAnimatedStringJs className; | 7171 final _SVGAnimatedStringJs className; |
7142 | 7172 |
7143 final _CSSStyleDeclarationJs style; | 7173 // Use implementation from Element. |
| 7174 // final _CSSStyleDeclarationJs style; |
7144 | 7175 |
7145 _CSSValueJs getPresentationAttribute(String name) native; | 7176 _CSSValueJs getPresentationAttribute(String name) native; |
7146 } | 7177 } |
7147 | 7178 |
7148 class _SVGGradientElementJs extends _SVGElementJs implements SVGGradientElement
native "*SVGGradientElement" { | 7179 class _SVGGradientElementJs extends _SVGElementJs implements SVGGradientElement
native "*SVGGradientElement" { |
7149 | 7180 |
7150 static final int SVG_SPREADMETHOD_PAD = 1; | 7181 static final int SVG_SPREADMETHOD_PAD = 1; |
7151 | 7182 |
7152 static final int SVG_SPREADMETHOD_REFLECT = 2; | 7183 static final int SVG_SPREADMETHOD_REFLECT = 2; |
7153 | 7184 |
(...skipping 12 matching lines...) Expand all Loading... |
7166 final _SVGAnimatedStringJs href; | 7197 final _SVGAnimatedStringJs href; |
7167 | 7198 |
7168 // From SVGExternalResourcesRequired | 7199 // From SVGExternalResourcesRequired |
7169 | 7200 |
7170 final _SVGAnimatedBooleanJs externalResourcesRequired; | 7201 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7171 | 7202 |
7172 // From SVGStylable | 7203 // From SVGStylable |
7173 | 7204 |
7174 final _SVGAnimatedStringJs className; | 7205 final _SVGAnimatedStringJs className; |
7175 | 7206 |
7176 final _CSSStyleDeclarationJs style; | 7207 // Use implementation from Element. |
| 7208 // final _CSSStyleDeclarationJs style; |
7177 | 7209 |
7178 _CSSValueJs getPresentationAttribute(String name) native; | 7210 _CSSValueJs getPresentationAttribute(String name) native; |
7179 } | 7211 } |
7180 | 7212 |
7181 class _SVGHKernElementJs extends _SVGElementJs implements SVGHKernElement native
"*SVGHKernElement" { | 7213 class _SVGHKernElementJs extends _SVGElementJs implements SVGHKernElement native
"*SVGHKernElement" { |
7182 } | 7214 } |
7183 | 7215 |
7184 class _SVGImageElementJs extends _SVGElementJs implements SVGImageElement native
"*SVGImageElement" { | 7216 class _SVGImageElementJs extends _SVGElementJs implements SVGImageElement native
"*SVGImageElement" { |
7185 | 7217 |
7186 final _SVGAnimatedLengthJs height; | 7218 final _SVGAnimatedLengthJs height; |
(...skipping 27 matching lines...) Expand all Loading... |
7214 String xmlspace; | 7246 String xmlspace; |
7215 | 7247 |
7216 // From SVGExternalResourcesRequired | 7248 // From SVGExternalResourcesRequired |
7217 | 7249 |
7218 final _SVGAnimatedBooleanJs externalResourcesRequired; | 7250 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7219 | 7251 |
7220 // From SVGStylable | 7252 // From SVGStylable |
7221 | 7253 |
7222 final _SVGAnimatedStringJs className; | 7254 final _SVGAnimatedStringJs className; |
7223 | 7255 |
7224 final _CSSStyleDeclarationJs style; | 7256 // Use implementation from Element. |
| 7257 // final _CSSStyleDeclarationJs style; |
7225 | 7258 |
7226 _CSSValueJs getPresentationAttribute(String name) native; | 7259 _CSSValueJs getPresentationAttribute(String name) native; |
7227 | 7260 |
7228 // From SVGTransformable | 7261 // From SVGTransformable |
7229 | 7262 |
7230 final _SVGAnimatedTransformListJs transform; | 7263 final _SVGAnimatedTransformListJs transform; |
7231 | 7264 |
7232 // From SVGLocatable | 7265 // From SVGLocatable |
7233 | 7266 |
7234 final _SVGElementJs farthestViewportElement; | 7267 final _SVGElementJs farthestViewportElement; |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7334 String xmlspace; | 7367 String xmlspace; |
7335 | 7368 |
7336 // From SVGExternalResourcesRequired | 7369 // From SVGExternalResourcesRequired |
7337 | 7370 |
7338 final _SVGAnimatedBooleanJs externalResourcesRequired; | 7371 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7339 | 7372 |
7340 // From SVGStylable | 7373 // From SVGStylable |
7341 | 7374 |
7342 final _SVGAnimatedStringJs className; | 7375 final _SVGAnimatedStringJs className; |
7343 | 7376 |
7344 final _CSSStyleDeclarationJs style; | 7377 // Use implementation from Element. |
| 7378 // final _CSSStyleDeclarationJs style; |
7345 | 7379 |
7346 _CSSValueJs getPresentationAttribute(String name) native; | 7380 _CSSValueJs getPresentationAttribute(String name) native; |
7347 | 7381 |
7348 // From SVGTransformable | 7382 // From SVGTransformable |
7349 | 7383 |
7350 final _SVGAnimatedTransformListJs transform; | 7384 final _SVGAnimatedTransformListJs transform; |
7351 | 7385 |
7352 // From SVGLocatable | 7386 // From SVGLocatable |
7353 | 7387 |
7354 final _SVGElementJs farthestViewportElement; | 7388 final _SVGElementJs farthestViewportElement; |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7440 String xmlspace; | 7474 String xmlspace; |
7441 | 7475 |
7442 // From SVGExternalResourcesRequired | 7476 // From SVGExternalResourcesRequired |
7443 | 7477 |
7444 final _SVGAnimatedBooleanJs externalResourcesRequired; | 7478 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7445 | 7479 |
7446 // From SVGStylable | 7480 // From SVGStylable |
7447 | 7481 |
7448 final _SVGAnimatedStringJs className; | 7482 final _SVGAnimatedStringJs className; |
7449 | 7483 |
7450 final _CSSStyleDeclarationJs style; | 7484 // Use implementation from Element. |
| 7485 // final _CSSStyleDeclarationJs style; |
7451 | 7486 |
7452 _CSSValueJs getPresentationAttribute(String name) native; | 7487 _CSSValueJs getPresentationAttribute(String name) native; |
7453 | 7488 |
7454 // From SVGFitToViewBox | 7489 // From SVGFitToViewBox |
7455 | 7490 |
7456 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | 7491 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
7457 | 7492 |
7458 final _SVGAnimatedRectJs viewBox; | 7493 final _SVGAnimatedRectJs viewBox; |
7459 } | 7494 } |
7460 | 7495 |
(...skipping 28 matching lines...) Expand all Loading... |
7489 String xmlspace; | 7524 String xmlspace; |
7490 | 7525 |
7491 // From SVGExternalResourcesRequired | 7526 // From SVGExternalResourcesRequired |
7492 | 7527 |
7493 final _SVGAnimatedBooleanJs externalResourcesRequired; | 7528 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7494 | 7529 |
7495 // From SVGStylable | 7530 // From SVGStylable |
7496 | 7531 |
7497 final _SVGAnimatedStringJs className; | 7532 final _SVGAnimatedStringJs className; |
7498 | 7533 |
7499 final _CSSStyleDeclarationJs style; | 7534 // Use implementation from Element. |
| 7535 // final _CSSStyleDeclarationJs style; |
7500 | 7536 |
7501 _CSSValueJs getPresentationAttribute(String name) native; | 7537 _CSSValueJs getPresentationAttribute(String name) native; |
7502 } | 7538 } |
7503 | 7539 |
7504 class _SVGMatrixJs extends _DOMTypeJs implements SVGMatrix native "*SVGMatrix" { | 7540 class _SVGMatrixJs extends _DOMTypeJs implements SVGMatrix native "*SVGMatrix" { |
7505 | 7541 |
7506 num a; | 7542 num a; |
7507 | 7543 |
7508 num b; | 7544 num b; |
7509 | 7545 |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7672 String xmlspace; | 7708 String xmlspace; |
7673 | 7709 |
7674 // From SVGExternalResourcesRequired | 7710 // From SVGExternalResourcesRequired |
7675 | 7711 |
7676 final _SVGAnimatedBooleanJs externalResourcesRequired; | 7712 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7677 | 7713 |
7678 // From SVGStylable | 7714 // From SVGStylable |
7679 | 7715 |
7680 final _SVGAnimatedStringJs className; | 7716 final _SVGAnimatedStringJs className; |
7681 | 7717 |
7682 final _CSSStyleDeclarationJs style; | 7718 // Use implementation from Element. |
| 7719 // final _CSSStyleDeclarationJs style; |
7683 | 7720 |
7684 _CSSValueJs getPresentationAttribute(String name) native; | 7721 _CSSValueJs getPresentationAttribute(String name) native; |
7685 | 7722 |
7686 // From SVGTransformable | 7723 // From SVGTransformable |
7687 | 7724 |
7688 final _SVGAnimatedTransformListJs transform; | 7725 final _SVGAnimatedTransformListJs transform; |
7689 | 7726 |
7690 // From SVGLocatable | 7727 // From SVGLocatable |
7691 | 7728 |
7692 final _SVGElementJs farthestViewportElement; | 7729 final _SVGElementJs farthestViewportElement; |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7978 String xmlspace; | 8015 String xmlspace; |
7979 | 8016 |
7980 // From SVGExternalResourcesRequired | 8017 // From SVGExternalResourcesRequired |
7981 | 8018 |
7982 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8019 final _SVGAnimatedBooleanJs externalResourcesRequired; |
7983 | 8020 |
7984 // From SVGStylable | 8021 // From SVGStylable |
7985 | 8022 |
7986 final _SVGAnimatedStringJs className; | 8023 final _SVGAnimatedStringJs className; |
7987 | 8024 |
7988 final _CSSStyleDeclarationJs style; | 8025 // Use implementation from Element. |
| 8026 // final _CSSStyleDeclarationJs style; |
7989 | 8027 |
7990 _CSSValueJs getPresentationAttribute(String name) native; | 8028 _CSSValueJs getPresentationAttribute(String name) native; |
7991 | 8029 |
7992 // From SVGFitToViewBox | 8030 // From SVGFitToViewBox |
7993 | 8031 |
7994 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | 8032 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
7995 | 8033 |
7996 final _SVGAnimatedRectJs viewBox; | 8034 final _SVGAnimatedRectJs viewBox; |
7997 } | 8035 } |
7998 | 8036 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8047 String xmlspace; | 8085 String xmlspace; |
8048 | 8086 |
8049 // From SVGExternalResourcesRequired | 8087 // From SVGExternalResourcesRequired |
8050 | 8088 |
8051 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8089 final _SVGAnimatedBooleanJs externalResourcesRequired; |
8052 | 8090 |
8053 // From SVGStylable | 8091 // From SVGStylable |
8054 | 8092 |
8055 final _SVGAnimatedStringJs className; | 8093 final _SVGAnimatedStringJs className; |
8056 | 8094 |
8057 final _CSSStyleDeclarationJs style; | 8095 // Use implementation from Element. |
| 8096 // final _CSSStyleDeclarationJs style; |
8058 | 8097 |
8059 _CSSValueJs getPresentationAttribute(String name) native; | 8098 _CSSValueJs getPresentationAttribute(String name) native; |
8060 | 8099 |
8061 // From SVGTransformable | 8100 // From SVGTransformable |
8062 | 8101 |
8063 final _SVGAnimatedTransformListJs transform; | 8102 final _SVGAnimatedTransformListJs transform; |
8064 | 8103 |
8065 // From SVGLocatable | 8104 // From SVGLocatable |
8066 | 8105 |
8067 final _SVGElementJs farthestViewportElement; | 8106 final _SVGElementJs farthestViewportElement; |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8100 String xmlspace; | 8139 String xmlspace; |
8101 | 8140 |
8102 // From SVGExternalResourcesRequired | 8141 // From SVGExternalResourcesRequired |
8103 | 8142 |
8104 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8143 final _SVGAnimatedBooleanJs externalResourcesRequired; |
8105 | 8144 |
8106 // From SVGStylable | 8145 // From SVGStylable |
8107 | 8146 |
8108 final _SVGAnimatedStringJs className; | 8147 final _SVGAnimatedStringJs className; |
8109 | 8148 |
8110 final _CSSStyleDeclarationJs style; | 8149 // Use implementation from Element. |
| 8150 // final _CSSStyleDeclarationJs style; |
8111 | 8151 |
8112 _CSSValueJs getPresentationAttribute(String name) native; | 8152 _CSSValueJs getPresentationAttribute(String name) native; |
8113 | 8153 |
8114 // From SVGTransformable | 8154 // From SVGTransformable |
8115 | 8155 |
8116 final _SVGAnimatedTransformListJs transform; | 8156 final _SVGAnimatedTransformListJs transform; |
8117 | 8157 |
8118 // From SVGLocatable | 8158 // From SVGLocatable |
8119 | 8159 |
8120 final _SVGElementJs farthestViewportElement; | 8160 final _SVGElementJs farthestViewportElement; |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8220 String xmlspace; | 8260 String xmlspace; |
8221 | 8261 |
8222 // From SVGExternalResourcesRequired | 8262 // From SVGExternalResourcesRequired |
8223 | 8263 |
8224 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8264 final _SVGAnimatedBooleanJs externalResourcesRequired; |
8225 | 8265 |
8226 // From SVGStylable | 8266 // From SVGStylable |
8227 | 8267 |
8228 final _SVGAnimatedStringJs className; | 8268 final _SVGAnimatedStringJs className; |
8229 | 8269 |
8230 final _CSSStyleDeclarationJs style; | 8270 // Use implementation from Element. |
| 8271 // final _CSSStyleDeclarationJs style; |
8231 | 8272 |
8232 _CSSValueJs getPresentationAttribute(String name) native; | 8273 _CSSValueJs getPresentationAttribute(String name) native; |
8233 | 8274 |
8234 // From SVGTransformable | 8275 // From SVGTransformable |
8235 | 8276 |
8236 final _SVGAnimatedTransformListJs transform; | 8277 final _SVGAnimatedTransformListJs transform; |
8237 | 8278 |
8238 // From SVGLocatable | 8279 // From SVGLocatable |
8239 | 8280 |
8240 final _SVGElementJs farthestViewportElement; | 8281 final _SVGElementJs farthestViewportElement; |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8358 String xmlspace; | 8399 String xmlspace; |
8359 | 8400 |
8360 // From SVGExternalResourcesRequired | 8401 // From SVGExternalResourcesRequired |
8361 | 8402 |
8362 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8403 final _SVGAnimatedBooleanJs externalResourcesRequired; |
8363 | 8404 |
8364 // From SVGStylable | 8405 // From SVGStylable |
8365 | 8406 |
8366 final _SVGAnimatedStringJs className; | 8407 final _SVGAnimatedStringJs className; |
8367 | 8408 |
8368 final _CSSStyleDeclarationJs style; | 8409 // Use implementation from Element. |
| 8410 // final _CSSStyleDeclarationJs style; |
8369 | 8411 |
8370 _CSSValueJs getPresentationAttribute(String name) native; | 8412 _CSSValueJs getPresentationAttribute(String name) native; |
8371 | 8413 |
8372 // From SVGLocatable | 8414 // From SVGLocatable |
8373 | 8415 |
8374 final _SVGElementJs farthestViewportElement; | 8416 final _SVGElementJs farthestViewportElement; |
8375 | 8417 |
8376 final _SVGElementJs nearestViewportElement; | 8418 final _SVGElementJs nearestViewportElement; |
8377 | 8419 |
8378 _SVGRectJs getBBox() native; | 8420 _SVGRectJs getBBox() native; |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8411 } | 8453 } |
8412 | 8454 |
8413 class _SVGStopElementJs extends _SVGElementJs implements SVGStopElement native "
*SVGStopElement" { | 8455 class _SVGStopElementJs extends _SVGElementJs implements SVGStopElement native "
*SVGStopElement" { |
8414 | 8456 |
8415 final _SVGAnimatedNumberJs offset; | 8457 final _SVGAnimatedNumberJs offset; |
8416 | 8458 |
8417 // From SVGStylable | 8459 // From SVGStylable |
8418 | 8460 |
8419 final _SVGAnimatedStringJs className; | 8461 final _SVGAnimatedStringJs className; |
8420 | 8462 |
8421 final _CSSStyleDeclarationJs style; | 8463 // Use implementation from Element. |
| 8464 // final _CSSStyleDeclarationJs style; |
8422 | 8465 |
8423 _CSSValueJs getPresentationAttribute(String name) native; | 8466 _CSSValueJs getPresentationAttribute(String name) native; |
8424 } | 8467 } |
8425 | 8468 |
8426 class _SVGStringListJs extends _DOMTypeJs implements SVGStringList native "*SVGS
tringList" { | 8469 class _SVGStringListJs extends _DOMTypeJs implements SVGStringList native "*SVGS
tringList" { |
8427 | 8470 |
8428 final int numberOfItems; | 8471 final int numberOfItems; |
8429 | 8472 |
8430 String appendItem(String item) native; | 8473 String appendItem(String item) native; |
8431 | 8474 |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8485 String xmlspace; | 8528 String xmlspace; |
8486 | 8529 |
8487 // From SVGExternalResourcesRequired | 8530 // From SVGExternalResourcesRequired |
8488 | 8531 |
8489 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8532 final _SVGAnimatedBooleanJs externalResourcesRequired; |
8490 | 8533 |
8491 // From SVGStylable | 8534 // From SVGStylable |
8492 | 8535 |
8493 final _SVGAnimatedStringJs className; | 8536 final _SVGAnimatedStringJs className; |
8494 | 8537 |
8495 final _CSSStyleDeclarationJs style; | 8538 // Use implementation from Element. |
| 8539 // final _CSSStyleDeclarationJs style; |
8496 | 8540 |
8497 _CSSValueJs getPresentationAttribute(String name) native; | 8541 _CSSValueJs getPresentationAttribute(String name) native; |
8498 | 8542 |
8499 // From SVGTransformable | 8543 // From SVGTransformable |
8500 | 8544 |
8501 final _SVGAnimatedTransformListJs transform; | 8545 final _SVGAnimatedTransformListJs transform; |
8502 | 8546 |
8503 // From SVGLocatable | 8547 // From SVGLocatable |
8504 | 8548 |
8505 final _SVGElementJs farthestViewportElement; | 8549 final _SVGElementJs farthestViewportElement; |
(...skipping 18 matching lines...) Expand all Loading... |
8524 String xmlspace; | 8568 String xmlspace; |
8525 | 8569 |
8526 // From SVGExternalResourcesRequired | 8570 // From SVGExternalResourcesRequired |
8527 | 8571 |
8528 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8572 final _SVGAnimatedBooleanJs externalResourcesRequired; |
8529 | 8573 |
8530 // From SVGStylable | 8574 // From SVGStylable |
8531 | 8575 |
8532 final _SVGAnimatedStringJs className; | 8576 final _SVGAnimatedStringJs className; |
8533 | 8577 |
8534 final _CSSStyleDeclarationJs style; | 8578 // Use implementation from Element. |
| 8579 // final _CSSStyleDeclarationJs style; |
8535 | 8580 |
8536 _CSSValueJs getPresentationAttribute(String name) native; | 8581 _CSSValueJs getPresentationAttribute(String name) native; |
8537 | 8582 |
8538 // From SVGFitToViewBox | 8583 // From SVGFitToViewBox |
8539 | 8584 |
8540 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | 8585 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
8541 | 8586 |
8542 final _SVGAnimatedRectJs viewBox; | 8587 final _SVGAnimatedRectJs viewBox; |
8543 } | 8588 } |
8544 | 8589 |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8610 String xmlspace; | 8655 String xmlspace; |
8611 | 8656 |
8612 // From SVGExternalResourcesRequired | 8657 // From SVGExternalResourcesRequired |
8613 | 8658 |
8614 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8659 final _SVGAnimatedBooleanJs externalResourcesRequired; |
8615 | 8660 |
8616 // From SVGStylable | 8661 // From SVGStylable |
8617 | 8662 |
8618 final _SVGAnimatedStringJs className; | 8663 final _SVGAnimatedStringJs className; |
8619 | 8664 |
8620 final _CSSStyleDeclarationJs style; | 8665 // Use implementation from Element. |
| 8666 // final _CSSStyleDeclarationJs style; |
8621 | 8667 |
8622 _CSSValueJs getPresentationAttribute(String name) native; | 8668 _CSSValueJs getPresentationAttribute(String name) native; |
8623 } | 8669 } |
8624 | 8670 |
8625 class _SVGTextElementJs extends _SVGTextPositioningElementJs implements SVGTextE
lement native "*SVGTextElement" { | 8671 class _SVGTextElementJs extends _SVGTextPositioningElementJs implements SVGTextE
lement native "*SVGTextElement" { |
8626 | 8672 |
8627 // From SVGTransformable | 8673 // From SVGTransformable |
8628 | 8674 |
8629 final _SVGAnimatedTransformListJs transform; | 8675 final _SVGAnimatedTransformListJs transform; |
8630 | 8676 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8686 // From SVGLangSpace | 8732 // From SVGLangSpace |
8687 | 8733 |
8688 String xmllang; | 8734 String xmllang; |
8689 | 8735 |
8690 String xmlspace; | 8736 String xmlspace; |
8691 | 8737 |
8692 // From SVGStylable | 8738 // From SVGStylable |
8693 | 8739 |
8694 final _SVGAnimatedStringJs className; | 8740 final _SVGAnimatedStringJs className; |
8695 | 8741 |
8696 final _CSSStyleDeclarationJs style; | 8742 // Use implementation from Element. |
| 8743 // final _CSSStyleDeclarationJs style; |
8697 | 8744 |
8698 _CSSValueJs getPresentationAttribute(String name) native; | 8745 _CSSValueJs getPresentationAttribute(String name) native; |
8699 } | 8746 } |
8700 | 8747 |
8701 class _SVGTransformJs extends _DOMTypeJs implements SVGTransform native "*SVGTra
nsform" { | 8748 class _SVGTransformJs extends _DOMTypeJs implements SVGTransform native "*SVGTra
nsform" { |
8702 | 8749 |
8703 static final int SVG_TRANSFORM_MATRIX = 1; | 8750 static final int SVG_TRANSFORM_MATRIX = 1; |
8704 | 8751 |
8705 static final int SVG_TRANSFORM_ROTATE = 4; | 8752 static final int SVG_TRANSFORM_ROTATE = 4; |
8706 | 8753 |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8810 String xmlspace; | 8857 String xmlspace; |
8811 | 8858 |
8812 // From SVGExternalResourcesRequired | 8859 // From SVGExternalResourcesRequired |
8813 | 8860 |
8814 final _SVGAnimatedBooleanJs externalResourcesRequired; | 8861 final _SVGAnimatedBooleanJs externalResourcesRequired; |
8815 | 8862 |
8816 // From SVGStylable | 8863 // From SVGStylable |
8817 | 8864 |
8818 final _SVGAnimatedStringJs className; | 8865 final _SVGAnimatedStringJs className; |
8819 | 8866 |
8820 final _CSSStyleDeclarationJs style; | 8867 // Use implementation from Element. |
| 8868 // final _CSSStyleDeclarationJs style; |
8821 | 8869 |
8822 _CSSValueJs getPresentationAttribute(String name) native; | 8870 _CSSValueJs getPresentationAttribute(String name) native; |
8823 | 8871 |
8824 // From SVGTransformable | 8872 // From SVGTransformable |
8825 | 8873 |
8826 final _SVGAnimatedTransformListJs transform; | 8874 final _SVGAnimatedTransformListJs transform; |
8827 | 8875 |
8828 // From SVGLocatable | 8876 // From SVGLocatable |
8829 | 8877 |
8830 final _SVGElementJs farthestViewportElement; | 8878 final _SVGElementJs farthestViewportElement; |
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9738 class _Uint8ClampedArrayJs extends _Uint8ArrayJs implements Uint8ClampedArray, L
ist<int> native "*Uint8ClampedArray" { | 9786 class _Uint8ClampedArrayJs extends _Uint8ArrayJs implements Uint8ClampedArray, L
ist<int> native "*Uint8ClampedArray" { |
9739 | 9787 |
9740 factory Uint8ClampedArray(int length) => _construct_Uint8ClampedArray(length)
; | 9788 factory Uint8ClampedArray(int length) => _construct_Uint8ClampedArray(length)
; |
9741 | 9789 |
9742 factory Uint8ClampedArray.fromList(List<int> list) => _construct_Uint8ClampedA
rray(list); | 9790 factory Uint8ClampedArray.fromList(List<int> list) => _construct_Uint8ClampedA
rray(list); |
9743 | 9791 |
9744 factory Uint8ClampedArray.fromBuffer(ArrayBuffer buffer) => _construct_Uint8Cl
ampedArray(buffer); | 9792 factory Uint8ClampedArray.fromBuffer(ArrayBuffer buffer) => _construct_Uint8Cl
ampedArray(buffer); |
9745 | 9793 |
9746 static _construct_Uint8ClampedArray(arg) native 'return new Uint8ClampedArray(
arg);'; | 9794 static _construct_Uint8ClampedArray(arg) native 'return new Uint8ClampedArray(
arg);'; |
9747 | 9795 |
9748 final int length; | 9796 // Use implementation from Uint8Array. |
| 9797 // final int length; |
9749 | 9798 |
9750 _Uint8ClampedArrayJs subarray(int start, [int end = null]) native; | 9799 _Uint8ClampedArrayJs subarray(int start, [int end = null]) native; |
9751 } | 9800 } |
9752 | 9801 |
9753 class _ValidityStateJs extends _DOMTypeJs implements ValidityState native "*Vali
dityState" { | 9802 class _ValidityStateJs extends _DOMTypeJs implements ValidityState native "*Vali
dityState" { |
9754 | 9803 |
9755 final bool customError; | 9804 final bool customError; |
9756 | 9805 |
9757 final bool patternMismatch; | 9806 final bool patternMismatch; |
9758 | 9807 |
(...skipping 13737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
23496 if (length < 0) throw new IllegalArgumentException('length'); | 23545 if (length < 0) throw new IllegalArgumentException('length'); |
23497 if (start < 0) throw new IndexOutOfRangeException(start); | 23546 if (start < 0) throw new IndexOutOfRangeException(start); |
23498 int end = start + length; | 23547 int end = start + length; |
23499 if (end > a.length) throw new IndexOutOfRangeException(end); | 23548 if (end > a.length) throw new IndexOutOfRangeException(end); |
23500 for (int i = start; i < end; i++) { | 23549 for (int i = start; i < end; i++) { |
23501 accumulator.add(a[i]); | 23550 accumulator.add(a[i]); |
23502 } | 23551 } |
23503 return accumulator; | 23552 return accumulator; |
23504 } | 23553 } |
23505 } | 23554 } |
OLD | NEW |