| 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 3752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3763 | 3763 |
| 3764 class _HTMLSpanElementJs extends _HTMLElementJs implements HTMLSpanElement nativ
e "*HTMLSpanElement" { | 3764 class _HTMLSpanElementJs extends _HTMLElementJs implements HTMLSpanElement nativ
e "*HTMLSpanElement" { |
| 3765 } | 3765 } |
| 3766 | 3766 |
| 3767 class _HTMLStyleElementJs extends _HTMLElementJs implements HTMLStyleElement nat
ive "*HTMLStyleElement" { | 3767 class _HTMLStyleElementJs extends _HTMLElementJs implements HTMLStyleElement nat
ive "*HTMLStyleElement" { |
| 3768 | 3768 |
| 3769 bool disabled; | 3769 bool disabled; |
| 3770 | 3770 |
| 3771 String media; | 3771 String media; |
| 3772 | 3772 |
| 3773 bool scoped; |
| 3774 |
| 3773 final _StyleSheetJs sheet; | 3775 final _StyleSheetJs sheet; |
| 3774 | 3776 |
| 3775 String type; | 3777 String type; |
| 3776 } | 3778 } |
| 3777 | 3779 |
| 3778 class _HTMLTableCaptionElementJs extends _HTMLElementJs implements HTMLTableCapt
ionElement native "*HTMLTableCaptionElement" { | 3780 class _HTMLTableCaptionElementJs extends _HTMLElementJs implements HTMLTableCapt
ionElement native "*HTMLTableCaptionElement" { |
| 3779 | 3781 |
| 3780 String align; | 3782 String align; |
| 3781 } | 3783 } |
| 3782 | 3784 |
| (...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5006 final _EventTargetJs relatedTarget; | 5008 final _EventTargetJs relatedTarget; |
| 5007 | 5009 |
| 5008 final int screenX; | 5010 final int screenX; |
| 5009 | 5011 |
| 5010 final int screenY; | 5012 final int screenY; |
| 5011 | 5013 |
| 5012 final bool shiftKey; | 5014 final bool shiftKey; |
| 5013 | 5015 |
| 5014 final _NodeJs toElement; | 5016 final _NodeJs toElement; |
| 5015 | 5017 |
| 5018 final int webkitMovementX; |
| 5019 |
| 5020 final int webkitMovementY; |
| 5021 |
| 5016 final int x; | 5022 final int x; |
| 5017 | 5023 |
| 5018 final int y; | 5024 final int y; |
| 5019 | 5025 |
| 5020 void initMouseEvent(String type, bool canBubble, bool cancelable, _DOMWindowJs
view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrl
Key, bool altKey, bool shiftKey, bool metaKey, int button, _EventTargetJs relate
dTarget) native; | 5026 void initMouseEvent(String type, bool canBubble, bool cancelable, _DOMWindowJs
view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrl
Key, bool altKey, bool shiftKey, bool metaKey, int button, _EventTargetJs relate
dTarget) native; |
| 5021 } | 5027 } |
| 5022 | 5028 |
| 5023 class _MutationCallbackJs extends _DOMTypeJs implements MutationCallback native
"*MutationCallback" { | 5029 class _MutationCallbackJs extends _DOMTypeJs implements MutationCallback native
"*MutationCallback" { |
| 5024 } | 5030 } |
| 5025 | 5031 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5191 final String product; | 5197 final String product; |
| 5192 | 5198 |
| 5193 final String productSub; | 5199 final String productSub; |
| 5194 | 5200 |
| 5195 final String userAgent; | 5201 final String userAgent; |
| 5196 | 5202 |
| 5197 final String vendor; | 5203 final String vendor; |
| 5198 | 5204 |
| 5199 final String vendorSub; | 5205 final String vendorSub; |
| 5200 | 5206 |
| 5207 final _PointerLockJs webkitPointer; |
| 5208 |
| 5201 void getStorageUpdates() native; | 5209 void getStorageUpdates() native; |
| 5202 | 5210 |
| 5203 bool javaEnabled() native; | 5211 bool javaEnabled() native; |
| 5204 | 5212 |
| 5205 void registerProtocolHandler(String scheme, String url, String title) native; | 5213 void registerProtocolHandler(String scheme, String url, String title) native; |
| 5206 | 5214 |
| 5207 void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback succ
essCallback, [NavigatorUserMediaErrorCallback errorCallback = null]) native; | 5215 void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback succ
essCallback, [NavigatorUserMediaErrorCallback errorCallback = null]) native; |
| 5208 } | 5216 } |
| 5209 | 5217 |
| 5210 class _NavigatorUserMediaErrorJs extends _DOMTypeJs implements NavigatorUserMedi
aError native "*NavigatorUserMediaError" { | 5218 class _NavigatorUserMediaErrorJs extends _DOMTypeJs implements NavigatorUserMedi
aError native "*NavigatorUserMediaError" { |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5483 | 5491 |
| 5484 final String publicId; | 5492 final String publicId; |
| 5485 | 5493 |
| 5486 final String systemId; | 5494 final String systemId; |
| 5487 } | 5495 } |
| 5488 | 5496 |
| 5489 class _NotificationJs extends _EventTargetJs implements Notification native "*No
tification" { | 5497 class _NotificationJs extends _EventTargetJs implements Notification native "*No
tification" { |
| 5490 | 5498 |
| 5491 String dir; | 5499 String dir; |
| 5492 | 5500 |
| 5501 String replaceId; |
| 5502 |
| 5493 String tag; | 5503 String tag; |
| 5494 | 5504 |
| 5495 void addEventListener(String type, EventListener listener, [bool useCapture =
null]) native; | 5505 void addEventListener(String type, EventListener listener, [bool useCapture =
null]) native; |
| 5496 | 5506 |
| 5507 void cancel() native; |
| 5508 |
| 5497 void close() native; | 5509 void close() native; |
| 5498 | 5510 |
| 5499 bool dispatchEvent(_EventJs evt) native; | 5511 bool dispatchEvent(_EventJs evt) native; |
| 5500 | 5512 |
| 5501 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; | 5513 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; |
| 5502 | 5514 |
| 5503 void show() native; | 5515 void show() native; |
| 5504 } | 5516 } |
| 5505 | 5517 |
| 5506 class _NotificationCenterJs extends _DOMTypeJs implements NotificationCenter nat
ive "*NotificationCenter" { | 5518 class _NotificationCenterJs extends _DOMTypeJs implements NotificationCenter nat
ive "*NotificationCenter" { |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5723 | 5735 |
| 5724 final int responseStart; | 5736 final int responseStart; |
| 5725 | 5737 |
| 5726 final int secureConnectionStart; | 5738 final int secureConnectionStart; |
| 5727 | 5739 |
| 5728 final int unloadEventEnd; | 5740 final int unloadEventEnd; |
| 5729 | 5741 |
| 5730 final int unloadEventStart; | 5742 final int unloadEventStart; |
| 5731 } | 5743 } |
| 5732 | 5744 |
| 5745 class _PointerLockJs extends _DOMTypeJs implements PointerLock native "*PointerL
ock" { |
| 5746 |
| 5747 final bool isLocked; |
| 5748 |
| 5749 void lock(_ElementJs target, [VoidCallback successCallback = null, VoidCallbac
k failureCallback = null]) native; |
| 5750 |
| 5751 void unlock() native; |
| 5752 } |
| 5753 |
| 5733 class _PopStateEventJs extends _EventJs implements PopStateEvent native "*PopSta
teEvent" { | 5754 class _PopStateEventJs extends _EventJs implements PopStateEvent native "*PopSta
teEvent" { |
| 5734 | 5755 |
| 5735 final Object state; | 5756 final Object state; |
| 5736 } | 5757 } |
| 5737 | 5758 |
| 5738 class _PositionErrorJs extends _DOMTypeJs implements PositionError native "*Posi
tionError" { | 5759 class _PositionErrorJs extends _DOMTypeJs implements PositionError native "*Posi
tionError" { |
| 5739 | 5760 |
| 5740 static final int PERMISSION_DENIED = 1; | 5761 static final int PERMISSION_DENIED = 1; |
| 5741 | 5762 |
| 5742 static final int POSITION_UNAVAILABLE = 2; | 5763 static final int POSITION_UNAVAILABLE = 2; |
| (...skipping 5524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11267 _WebKitAnimationJs item(int index) native; | 11288 _WebKitAnimationJs item(int index) native; |
| 11268 } | 11289 } |
| 11269 | 11290 |
| 11270 class _WebKitBlobBuilderJs extends _DOMTypeJs implements WebKitBlobBuilder nativ
e "*WebKitBlobBuilder" { | 11291 class _WebKitBlobBuilderJs extends _DOMTypeJs implements WebKitBlobBuilder nativ
e "*WebKitBlobBuilder" { |
| 11271 | 11292 |
| 11272 void append(var arrayBuffer_OR_blob_OR_value, [String endings = null]) native; | 11293 void append(var arrayBuffer_OR_blob_OR_value, [String endings = null]) native; |
| 11273 | 11294 |
| 11274 _BlobJs getBlob([String contentType = null]) native; | 11295 _BlobJs getBlob([String contentType = null]) native; |
| 11275 } | 11296 } |
| 11276 | 11297 |
| 11298 class _WebKitCSSFilterValueJs extends _CSSValueListJs implements WebKitCSSFilter
Value native "*WebKitCSSFilterValue" { |
| 11299 |
| 11300 static final int CSS_FILTER_BLUR = 10; |
| 11301 |
| 11302 static final int CSS_FILTER_BRIGHTNESS = 8; |
| 11303 |
| 11304 static final int CSS_FILTER_CONTRAST = 9; |
| 11305 |
| 11306 static final int CSS_FILTER_CUSTOM = 12; |
| 11307 |
| 11308 static final int CSS_FILTER_DROP_SHADOW = 11; |
| 11309 |
| 11310 static final int CSS_FILTER_GRAYSCALE = 2; |
| 11311 |
| 11312 static final int CSS_FILTER_HUE_ROTATE = 5; |
| 11313 |
| 11314 static final int CSS_FILTER_INVERT = 6; |
| 11315 |
| 11316 static final int CSS_FILTER_OPACITY = 7; |
| 11317 |
| 11318 static final int CSS_FILTER_REFERENCE = 1; |
| 11319 |
| 11320 static final int CSS_FILTER_SATURATE = 4; |
| 11321 |
| 11322 static final int CSS_FILTER_SEPIA = 3; |
| 11323 |
| 11324 final int operationType; |
| 11325 } |
| 11326 |
| 11277 class _WebKitCSSKeyframeRuleJs extends _CSSRuleJs implements WebKitCSSKeyframeRu
le native "*WebKitCSSKeyframeRule" { | 11327 class _WebKitCSSKeyframeRuleJs extends _CSSRuleJs implements WebKitCSSKeyframeRu
le native "*WebKitCSSKeyframeRule" { |
| 11278 | 11328 |
| 11279 String keyText; | 11329 String keyText; |
| 11280 | 11330 |
| 11281 final _CSSStyleDeclarationJs style; | 11331 final _CSSStyleDeclarationJs style; |
| 11282 } | 11332 } |
| 11283 | 11333 |
| 11284 class _WebKitCSSKeyframesRuleJs extends _CSSRuleJs implements WebKitCSSKeyframes
Rule native "*WebKitCSSKeyframesRule" { | 11334 class _WebKitCSSKeyframesRuleJs extends _CSSRuleJs implements WebKitCSSKeyframes
Rule native "*WebKitCSSKeyframesRule" { |
| 11285 | 11335 |
| 11286 final _CSSRuleListJs cssRules; | 11336 final _CSSRuleListJs cssRules; |
| (...skipping 5137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16424 // BSD-style license that can be found in the LICENSE file. | 16474 // BSD-style license that can be found in the LICENSE file. |
| 16425 | 16475 |
| 16426 // WARNING: Do not edit - generated code. | 16476 // WARNING: Do not edit - generated code. |
| 16427 | 16477 |
| 16428 interface HTMLStyleElement extends HTMLElement { | 16478 interface HTMLStyleElement extends HTMLElement { |
| 16429 | 16479 |
| 16430 bool disabled; | 16480 bool disabled; |
| 16431 | 16481 |
| 16432 String media; | 16482 String media; |
| 16433 | 16483 |
| 16484 bool scoped; |
| 16485 |
| 16434 final StyleSheet sheet; | 16486 final StyleSheet sheet; |
| 16435 | 16487 |
| 16436 String type; | 16488 String type; |
| 16437 } | 16489 } |
| 16438 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 16490 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 16439 // for details. All rights reserved. Use of this source code is governed by a | 16491 // for details. All rights reserved. Use of this source code is governed by a |
| 16440 // BSD-style license that can be found in the LICENSE file. | 16492 // BSD-style license that can be found in the LICENSE file. |
| 16441 | 16493 |
| 16442 // WARNING: Do not edit - generated code. | 16494 // WARNING: Do not edit - generated code. |
| 16443 | 16495 |
| (...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17632 final EventTarget relatedTarget; | 17684 final EventTarget relatedTarget; |
| 17633 | 17685 |
| 17634 final int screenX; | 17686 final int screenX; |
| 17635 | 17687 |
| 17636 final int screenY; | 17688 final int screenY; |
| 17637 | 17689 |
| 17638 final bool shiftKey; | 17690 final bool shiftKey; |
| 17639 | 17691 |
| 17640 final Node toElement; | 17692 final Node toElement; |
| 17641 | 17693 |
| 17694 final int webkitMovementX; |
| 17695 |
| 17696 final int webkitMovementY; |
| 17697 |
| 17642 final int x; | 17698 final int x; |
| 17643 | 17699 |
| 17644 final int y; | 17700 final int y; |
| 17645 | 17701 |
| 17646 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi
ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey
, bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge
t); | 17702 void initMouseEvent(String type, bool canBubble, bool cancelable, DOMWindow vi
ew, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey
, bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarge
t); |
| 17647 } | 17703 } |
| 17648 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17649 // for details. All rights reserved. Use of this source code is governed by a | 17705 // for details. All rights reserved. Use of this source code is governed by a |
| 17650 // BSD-style license that can be found in the LICENSE file. | 17706 // BSD-style license that can be found in the LICENSE file. |
| 17651 | 17707 |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17760 final String product; | 17816 final String product; |
| 17761 | 17817 |
| 17762 final String productSub; | 17818 final String productSub; |
| 17763 | 17819 |
| 17764 final String userAgent; | 17820 final String userAgent; |
| 17765 | 17821 |
| 17766 final String vendor; | 17822 final String vendor; |
| 17767 | 17823 |
| 17768 final String vendorSub; | 17824 final String vendorSub; |
| 17769 | 17825 |
| 17826 final PointerLock webkitPointer; |
| 17827 |
| 17770 void getStorageUpdates(); | 17828 void getStorageUpdates(); |
| 17771 | 17829 |
| 17772 bool javaEnabled(); | 17830 bool javaEnabled(); |
| 17773 | 17831 |
| 17774 void registerProtocolHandler(String scheme, String url, String title); | 17832 void registerProtocolHandler(String scheme, String url, String title); |
| 17775 | 17833 |
| 17776 void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback succ
essCallback, [NavigatorUserMediaErrorCallback errorCallback]); | 17834 void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback succ
essCallback, [NavigatorUserMediaErrorCallback errorCallback]); |
| 17777 } | 17835 } |
| 17778 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17836 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17779 // for details. All rights reserved. Use of this source code is governed by a | 17837 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18024 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18082 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18025 // for details. All rights reserved. Use of this source code is governed by a | 18083 // for details. All rights reserved. Use of this source code is governed by a |
| 18026 // BSD-style license that can be found in the LICENSE file. | 18084 // BSD-style license that can be found in the LICENSE file. |
| 18027 | 18085 |
| 18028 // WARNING: Do not edit - generated code. | 18086 // WARNING: Do not edit - generated code. |
| 18029 | 18087 |
| 18030 interface Notification extends EventTarget { | 18088 interface Notification extends EventTarget { |
| 18031 | 18089 |
| 18032 String dir; | 18090 String dir; |
| 18033 | 18091 |
| 18092 String replaceId; |
| 18093 |
| 18034 String tag; | 18094 String tag; |
| 18035 | 18095 |
| 18036 void addEventListener(String type, EventListener listener, [bool useCapture]); | 18096 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 18037 | 18097 |
| 18098 void cancel(); |
| 18099 |
| 18038 void close(); | 18100 void close(); |
| 18039 | 18101 |
| 18040 bool dispatchEvent(Event evt); | 18102 bool dispatchEvent(Event evt); |
| 18041 | 18103 |
| 18042 void removeEventListener(String type, EventListener listener, [bool useCapture
]); | 18104 void removeEventListener(String type, EventListener listener, [bool useCapture
]); |
| 18043 | 18105 |
| 18044 void show(); | 18106 void show(); |
| 18045 } | 18107 } |
| 18046 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18108 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18047 // for details. All rights reserved. Use of this source code is governed by a | 18109 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18336 final int unloadEventEnd; | 18398 final int unloadEventEnd; |
| 18337 | 18399 |
| 18338 final int unloadEventStart; | 18400 final int unloadEventStart; |
| 18339 } | 18401 } |
| 18340 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18402 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18341 // for details. All rights reserved. Use of this source code is governed by a | 18403 // for details. All rights reserved. Use of this source code is governed by a |
| 18342 // BSD-style license that can be found in the LICENSE file. | 18404 // BSD-style license that can be found in the LICENSE file. |
| 18343 | 18405 |
| 18344 // WARNING: Do not edit - generated code. | 18406 // WARNING: Do not edit - generated code. |
| 18345 | 18407 |
| 18408 interface PointerLock { |
| 18409 |
| 18410 final bool isLocked; |
| 18411 |
| 18412 void lock(Element target, [VoidCallback successCallback, VoidCallback failureC
allback]); |
| 18413 |
| 18414 void unlock(); |
| 18415 } |
| 18416 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18417 // for details. All rights reserved. Use of this source code is governed by a |
| 18418 // BSD-style license that can be found in the LICENSE file. |
| 18419 |
| 18420 // WARNING: Do not edit - generated code. |
| 18421 |
| 18346 interface PopStateEvent extends Event { | 18422 interface PopStateEvent extends Event { |
| 18347 | 18423 |
| 18348 final Object state; | 18424 final Object state; |
| 18349 } | 18425 } |
| 18350 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 18426 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 18351 // for details. All rights reserved. Use of this source code is governed by a | 18427 // for details. All rights reserved. Use of this source code is governed by a |
| 18352 // BSD-style license that can be found in the LICENSE file. | 18428 // BSD-style license that can be found in the LICENSE file. |
| 18353 | 18429 |
| 18354 // WARNING: Do not edit - generated code. | 18430 // WARNING: Do not edit - generated code. |
| 18355 | 18431 |
| (...skipping 4912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23268 void append(var arrayBuffer_OR_blob_OR_value, [String endings]); | 23344 void append(var arrayBuffer_OR_blob_OR_value, [String endings]); |
| 23269 | 23345 |
| 23270 Blob getBlob([String contentType]); | 23346 Blob getBlob([String contentType]); |
| 23271 } | 23347 } |
| 23272 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23348 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23273 // for details. All rights reserved. Use of this source code is governed by a | 23349 // for details. All rights reserved. Use of this source code is governed by a |
| 23274 // BSD-style license that can be found in the LICENSE file. | 23350 // BSD-style license that can be found in the LICENSE file. |
| 23275 | 23351 |
| 23276 // WARNING: Do not edit - generated code. | 23352 // WARNING: Do not edit - generated code. |
| 23277 | 23353 |
| 23354 interface WebKitCSSFilterValue extends CSSValueList { |
| 23355 |
| 23356 static final int CSS_FILTER_BLUR = 10; |
| 23357 |
| 23358 static final int CSS_FILTER_BRIGHTNESS = 8; |
| 23359 |
| 23360 static final int CSS_FILTER_CONTRAST = 9; |
| 23361 |
| 23362 static final int CSS_FILTER_CUSTOM = 12; |
| 23363 |
| 23364 static final int CSS_FILTER_DROP_SHADOW = 11; |
| 23365 |
| 23366 static final int CSS_FILTER_GRAYSCALE = 2; |
| 23367 |
| 23368 static final int CSS_FILTER_HUE_ROTATE = 5; |
| 23369 |
| 23370 static final int CSS_FILTER_INVERT = 6; |
| 23371 |
| 23372 static final int CSS_FILTER_OPACITY = 7; |
| 23373 |
| 23374 static final int CSS_FILTER_REFERENCE = 1; |
| 23375 |
| 23376 static final int CSS_FILTER_SATURATE = 4; |
| 23377 |
| 23378 static final int CSS_FILTER_SEPIA = 3; |
| 23379 |
| 23380 final int operationType; |
| 23381 } |
| 23382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23383 // for details. All rights reserved. Use of this source code is governed by a |
| 23384 // BSD-style license that can be found in the LICENSE file. |
| 23385 |
| 23386 // WARNING: Do not edit - generated code. |
| 23387 |
| 23278 interface WebKitCSSKeyframeRule extends CSSRule { | 23388 interface WebKitCSSKeyframeRule extends CSSRule { |
| 23279 | 23389 |
| 23280 String keyText; | 23390 String keyText; |
| 23281 | 23391 |
| 23282 final CSSStyleDeclaration style; | 23392 final CSSStyleDeclaration style; |
| 23283 } | 23393 } |
| 23284 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23394 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23285 // for details. All rights reserved. Use of this source code is governed by a | 23395 // for details. All rights reserved. Use of this source code is governed by a |
| 23286 // BSD-style license that can be found in the LICENSE file. | 23396 // BSD-style license that can be found in the LICENSE file. |
| 23287 | 23397 |
| (...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 24850 if (length < 0) throw new IllegalArgumentException('length'); | 24960 if (length < 0) throw new IllegalArgumentException('length'); |
| 24851 if (start < 0) throw new IndexOutOfRangeException(start); | 24961 if (start < 0) throw new IndexOutOfRangeException(start); |
| 24852 int end = start + length; | 24962 int end = start + length; |
| 24853 if (end > a.length) throw new IndexOutOfRangeException(end); | 24963 if (end > a.length) throw new IndexOutOfRangeException(end); |
| 24854 for (int i = start; i < end; i++) { | 24964 for (int i = start; i < end; i++) { |
| 24855 accumulator.add(a[i]); | 24965 accumulator.add(a[i]); |
| 24856 } | 24966 } |
| 24857 return accumulator; | 24967 return accumulator; |
| 24858 } | 24968 } |
| 24859 } | 24969 } |
| OLD | NEW |