| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 static final int PAGE_RULE = 6; | 473 static final int PAGE_RULE = 6; |
| 474 | 474 |
| 475 static final int STYLE_RULE = 1; | 475 static final int STYLE_RULE = 1; |
| 476 | 476 |
| 477 static final int UNKNOWN_RULE = 0; | 477 static final int UNKNOWN_RULE = 0; |
| 478 | 478 |
| 479 static final int WEBKIT_KEYFRAMES_RULE = 7; | 479 static final int WEBKIT_KEYFRAMES_RULE = 7; |
| 480 | 480 |
| 481 static final int WEBKIT_KEYFRAME_RULE = 8; | 481 static final int WEBKIT_KEYFRAME_RULE = 8; |
| 482 | 482 |
| 483 static final int WEBKIT_REGION_RULE = 10; |
| 484 |
| 483 String cssText; | 485 String cssText; |
| 484 | 486 |
| 485 final _CSSRuleJs parentRule; | 487 final _CSSRuleJs parentRule; |
| 486 | 488 |
| 487 final _CSSStyleSheetJs parentStyleSheet; | 489 final _CSSStyleSheetJs parentStyleSheet; |
| 488 | 490 |
| 489 final int type; | 491 final int type; |
| 490 } | 492 } |
| 491 | 493 |
| 492 class _CSSRuleListJs extends _DOMTypeJs implements CSSRuleList native "*CSSRuleL
ist" { | 494 class _CSSRuleListJs extends _DOMTypeJs implements CSSRuleList native "*CSSRuleL
ist" { |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 num shadowOffsetY; | 612 num shadowOffsetY; |
| 611 | 613 |
| 612 var strokeStyle; | 614 var strokeStyle; |
| 613 | 615 |
| 614 String textAlign; | 616 String textAlign; |
| 615 | 617 |
| 616 String textBaseline; | 618 String textBaseline; |
| 617 | 619 |
| 618 final num webkitBackingStorePixelRatio; | 620 final num webkitBackingStorePixelRatio; |
| 619 | 621 |
| 620 bool webkitImageSmoothingEnabled; | |
| 621 | |
| 622 List webkitLineDash; | 622 List webkitLineDash; |
| 623 | 623 |
| 624 num webkitLineDashOffset; | 624 num webkitLineDashOffset; |
| 625 | 625 |
| 626 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise) native; | 626 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise) native; |
| 627 | 627 |
| 628 void arcTo(num x1, num y1, num x2, num y2, num radius) native; | 628 void arcTo(num x1, num y1, num x2, num y2, num radius) native; |
| 629 | 629 |
| 630 void beginPath() native; | 630 void beginPath() native; |
| 631 | 631 |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 | 920 |
| 921 bool dispatchEvent(_EventJs evt) native; | 921 bool dispatchEvent(_EventJs evt) native; |
| 922 | 922 |
| 923 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; | 923 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; |
| 924 | 924 |
| 925 void swapCache() native; | 925 void swapCache() native; |
| 926 | 926 |
| 927 void update() native; | 927 void update() native; |
| 928 } | 928 } |
| 929 | 929 |
| 930 class _DOMErrorJs extends _DOMTypeJs implements DOMError native "*DOMError" { | |
| 931 | |
| 932 final String name; | |
| 933 } | |
| 934 | |
| 935 class _DOMExceptionJs extends _DOMTypeJs implements DOMException native "*DOMExc
eption" { | 930 class _DOMExceptionJs extends _DOMTypeJs implements DOMException native "*DOMExc
eption" { |
| 936 | 931 |
| 937 static final int ABORT_ERR = 20; | 932 static final int ABORT_ERR = 20; |
| 938 | 933 |
| 939 static final int DATA_CLONE_ERR = 25; | 934 static final int DATA_CLONE_ERR = 25; |
| 940 | 935 |
| 941 static final int DOMSTRING_SIZE_ERR = 2; | 936 static final int DOMSTRING_SIZE_ERR = 2; |
| 942 | 937 |
| 943 static final int HIERARCHY_REQUEST_ERR = 3; | 938 static final int HIERARCHY_REQUEST_ERR = 3; |
| 944 | 939 |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1220 List<String> getRange(int start, int rangeLength) => | 1215 List<String> getRange(int start, int rangeLength) => |
| 1221 _Lists.getRange(this, start, rangeLength, <String>[]); | 1216 _Lists.getRange(this, start, rangeLength, <String>[]); |
| 1222 | 1217 |
| 1223 // -- end List<String> mixins. | 1218 // -- end List<String> mixins. |
| 1224 | 1219 |
| 1225 bool contains(String string) native; | 1220 bool contains(String string) native; |
| 1226 | 1221 |
| 1227 String item(int index) native; | 1222 String item(int index) native; |
| 1228 } | 1223 } |
| 1229 | 1224 |
| 1230 class _DOMStringMapJs extends _DOMTypeJs implements DOMStringMap native "*DOMStr
ingMap" { | |
| 1231 } | |
| 1232 | |
| 1233 class _DOMTokenListJs extends _DOMTypeJs implements DOMTokenList native "*DOMTok
enList" { | 1225 class _DOMTokenListJs extends _DOMTypeJs implements DOMTokenList native "*DOMTok
enList" { |
| 1234 | 1226 |
| 1235 final int length; | 1227 final int length; |
| 1236 | 1228 |
| 1237 void add(String token) native; | 1229 void add(String token) native; |
| 1238 | 1230 |
| 1239 bool contains(String token) native; | 1231 bool contains(String token) native; |
| 1240 | 1232 |
| 1241 String item(int index) native; | 1233 String item(int index) native; |
| 1242 | 1234 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1325 final _NavigatorJs navigator; | 1317 final _NavigatorJs navigator; |
| 1326 | 1318 |
| 1327 final bool offscreenBuffering; | 1319 final bool offscreenBuffering; |
| 1328 | 1320 |
| 1329 final _DOMWindowJs opener; | 1321 final _DOMWindowJs opener; |
| 1330 | 1322 |
| 1331 final int outerHeight; | 1323 final int outerHeight; |
| 1332 | 1324 |
| 1333 final int outerWidth; | 1325 final int outerWidth; |
| 1334 | 1326 |
| 1335 final _PagePopupControllerJs pagePopupController; | |
| 1336 | |
| 1337 final int pageXOffset; | 1327 final int pageXOffset; |
| 1338 | 1328 |
| 1339 final int pageYOffset; | 1329 final int pageYOffset; |
| 1340 | 1330 |
| 1341 final _DOMWindowJs parent; | 1331 final _DOMWindowJs parent; |
| 1342 | 1332 |
| 1343 final _PerformanceJs performance; | 1333 final _PerformanceJs performance; |
| 1344 | 1334 |
| 1345 final _BarInfoJs personalbar; | 1335 final _BarInfoJs personalbar; |
| 1346 | 1336 |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1470 | 1460 |
| 1471 class _DataTransferItemJs extends _DOMTypeJs implements DataTransferItem native
"*DataTransferItem" { | 1461 class _DataTransferItemJs extends _DOMTypeJs implements DataTransferItem native
"*DataTransferItem" { |
| 1472 | 1462 |
| 1473 final String kind; | 1463 final String kind; |
| 1474 | 1464 |
| 1475 final String type; | 1465 final String type; |
| 1476 | 1466 |
| 1477 _BlobJs getAsFile() native; | 1467 _BlobJs getAsFile() native; |
| 1478 | 1468 |
| 1479 void getAsString([StringCallback callback = null]) native; | 1469 void getAsString([StringCallback callback = null]) native; |
| 1470 |
| 1471 void webkitGetAsEntry([EntryCallback callback = null]) native; |
| 1480 } | 1472 } |
| 1481 | 1473 |
| 1482 class _DataTransferItemListJs extends _DOMTypeJs implements DataTransferItemList
native "*DataTransferItemList" { | 1474 class _DataTransferItemListJs extends _DOMTypeJs implements DataTransferItemList
native "*DataTransferItemList" { |
| 1483 | 1475 |
| 1484 final int length; | 1476 final int length; |
| 1485 | 1477 |
| 1486 void add(data_OR_file, [String type = null]) native; | 1478 void add(data_OR_file, [String type = null]) native; |
| 1487 | 1479 |
| 1488 void clear() native; | 1480 void clear() native; |
| 1489 | 1481 |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1796 | 1788 |
| 1797 String queryCommandValue(String command) native; | 1789 String queryCommandValue(String command) native; |
| 1798 | 1790 |
| 1799 _ElementJs querySelector(String selectors) native; | 1791 _ElementJs querySelector(String selectors) native; |
| 1800 | 1792 |
| 1801 _NodeListJs querySelectorAll(String selectors) native; | 1793 _NodeListJs querySelectorAll(String selectors) native; |
| 1802 | 1794 |
| 1803 void webkitCancelFullScreen() native; | 1795 void webkitCancelFullScreen() native; |
| 1804 | 1796 |
| 1805 void webkitExitFullscreen() native; | 1797 void webkitExitFullscreen() native; |
| 1798 |
| 1799 _WebKitNamedFlowJs webkitGetFlowByName(String name) native; |
| 1806 } | 1800 } |
| 1807 | 1801 |
| 1808 class _DocumentFragmentJs extends _NodeJs implements DocumentFragment native "*D
ocumentFragment" { | 1802 class _DocumentFragmentJs extends _NodeJs implements DocumentFragment native "*D
ocumentFragment" { |
| 1809 | 1803 |
| 1810 _ElementJs querySelector(String selectors) native; | 1804 _ElementJs querySelector(String selectors) native; |
| 1811 | 1805 |
| 1812 _NodeListJs querySelectorAll(String selectors) native; | 1806 _NodeListJs querySelectorAll(String selectors) native; |
| 1813 } | 1807 } |
| 1814 | 1808 |
| 1815 class _DocumentTypeJs extends _NodeJs implements DocumentType native "*DocumentT
ype" { | 1809 class _DocumentTypeJs extends _NodeJs implements DocumentType native "*DocumentT
ype" { |
| (...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3079 | 3073 |
| 3080 String width; | 3074 String width; |
| 3081 | 3075 |
| 3082 _SVGDocumentJs getSVGDocument() native; | 3076 _SVGDocumentJs getSVGDocument() native; |
| 3083 } | 3077 } |
| 3084 | 3078 |
| 3085 class _HTMLFieldSetElementJs extends _HTMLElementJs implements HTMLFieldSetEleme
nt native "*HTMLFieldSetElement" { | 3079 class _HTMLFieldSetElementJs extends _HTMLElementJs implements HTMLFieldSetEleme
nt native "*HTMLFieldSetElement" { |
| 3086 | 3080 |
| 3087 bool disabled; | 3081 bool disabled; |
| 3088 | 3082 |
| 3089 final _HTMLCollectionJs elements; | |
| 3090 | |
| 3091 final _HTMLFormElementJs form; | 3083 final _HTMLFormElementJs form; |
| 3092 | 3084 |
| 3093 String name; | 3085 String name; |
| 3094 | 3086 |
| 3095 final String type; | 3087 final String type; |
| 3096 | 3088 |
| 3097 final String validationMessage; | 3089 final String validationMessage; |
| 3098 | 3090 |
| 3099 final _ValidityStateJs validity; | 3091 final _ValidityStateJs validity; |
| 3100 | 3092 |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3625 void pause() native; | 3617 void pause() native; |
| 3626 | 3618 |
| 3627 void play() native; | 3619 void play() native; |
| 3628 | 3620 |
| 3629 void webkitAddKey(String keySystem, _Uint8ArrayJs key, [_Uint8ArrayJs initData
= null, String sessionId = null]) native; | 3621 void webkitAddKey(String keySystem, _Uint8ArrayJs key, [_Uint8ArrayJs initData
= null, String sessionId = null]) native; |
| 3630 | 3622 |
| 3631 void webkitCancelKeyRequest(String keySystem, String sessionId) native; | 3623 void webkitCancelKeyRequest(String keySystem, String sessionId) native; |
| 3632 | 3624 |
| 3633 void webkitGenerateKeyRequest(String keySystem, [_Uint8ArrayJs initData = null
]) native; | 3625 void webkitGenerateKeyRequest(String keySystem, [_Uint8ArrayJs initData = null
]) native; |
| 3634 | 3626 |
| 3635 void webkitSourceAbort(String id) native; | 3627 void webkitSourceAppend(_Uint8ArrayJs data) native; |
| 3636 | |
| 3637 void webkitSourceAddId(String id, String type) native; | |
| 3638 | |
| 3639 void webkitSourceAppend(String id, _Uint8ArrayJs data) native; | |
| 3640 | |
| 3641 _TimeRangesJs webkitSourceBuffered(String id) native; | |
| 3642 | 3628 |
| 3643 void webkitSourceEndOfStream(int status) native; | 3629 void webkitSourceEndOfStream(int status) native; |
| 3644 | |
| 3645 void webkitSourceRemoveId(String id) native; | |
| 3646 } | 3630 } |
| 3647 | 3631 |
| 3648 class _HTMLMenuElementJs extends _HTMLElementJs implements HTMLMenuElement nativ
e "*HTMLMenuElement" { | 3632 class _HTMLMenuElementJs extends _HTMLElementJs implements HTMLMenuElement nativ
e "*HTMLMenuElement" { |
| 3649 | 3633 |
| 3650 bool compact; | 3634 bool compact; |
| 3651 } | 3635 } |
| 3652 | 3636 |
| 3653 class _HTMLMetaElementJs extends _HTMLElementJs implements HTMLMetaElement nativ
e "*HTMLMetaElement" { | 3637 class _HTMLMetaElementJs extends _HTMLElementJs implements HTMLMetaElement nativ
e "*HTMLMetaElement" { |
| 3654 | 3638 |
| 3655 String content; | 3639 String content; |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4349 | 4333 |
| 4350 _IDBVersionChangeRequestJs deleteDatabase(String name) native; | 4334 _IDBVersionChangeRequestJs deleteDatabase(String name) native; |
| 4351 | 4335 |
| 4352 _IDBRequestJs getDatabaseNames() native; | 4336 _IDBRequestJs getDatabaseNames() native; |
| 4353 | 4337 |
| 4354 _IDBRequestJs open(String name) native; | 4338 _IDBRequestJs open(String name) native; |
| 4355 } | 4339 } |
| 4356 | 4340 |
| 4357 class _IDBIndexJs extends _DOMTypeJs implements IDBIndex native "*IDBIndex" { | 4341 class _IDBIndexJs extends _DOMTypeJs implements IDBIndex native "*IDBIndex" { |
| 4358 | 4342 |
| 4359 final keyPath; | 4343 final String keyPath; |
| 4360 | 4344 |
| 4361 final bool multiEntry; | 4345 final bool multiEntry; |
| 4362 | 4346 |
| 4363 final String name; | 4347 final String name; |
| 4364 | 4348 |
| 4365 final _IDBObjectStoreJs objectStore; | 4349 final _IDBObjectStoreJs objectStore; |
| 4366 | 4350 |
| 4367 final bool unique; | 4351 final bool unique; |
| 4368 | 4352 |
| 4369 _IDBRequestJs count([key_OR_range = null]) native; | 4353 _IDBRequestJs count([key_OR_range = null]) native; |
| (...skipping 16 matching lines...) Expand all Loading... |
| 4386 | 4370 |
| 4387 final bool lowerOpen; | 4371 final bool lowerOpen; |
| 4388 | 4372 |
| 4389 final upper; | 4373 final upper; |
| 4390 | 4374 |
| 4391 final bool upperOpen; | 4375 final bool upperOpen; |
| 4392 } | 4376 } |
| 4393 | 4377 |
| 4394 class _IDBObjectStoreJs extends _DOMTypeJs implements IDBObjectStore native "*ID
BObjectStore" { | 4378 class _IDBObjectStoreJs extends _DOMTypeJs implements IDBObjectStore native "*ID
BObjectStore" { |
| 4395 | 4379 |
| 4396 final bool autoIncrement; | |
| 4397 | |
| 4398 final List<String> indexNames; | 4380 final List<String> indexNames; |
| 4399 | 4381 |
| 4400 final keyPath; | 4382 final String keyPath; |
| 4401 | 4383 |
| 4402 final String name; | 4384 final String name; |
| 4403 | 4385 |
| 4404 final _IDBTransactionJs transaction; | 4386 final _IDBTransactionJs transaction; |
| 4405 | 4387 |
| 4406 _IDBRequestJs add(value, [key = null]) native; | 4388 _IDBRequestJs add(value, [key = null]) native; |
| 4407 | 4389 |
| 4408 _IDBRequestJs clear() native; | 4390 _IDBRequestJs clear() native; |
| 4409 | 4391 |
| 4410 _IDBRequestJs count([key_OR_range = null]) native; | 4392 _IDBRequestJs count([key_OR_range = null]) native; |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4834 final bool metaKey; | 4816 final bool metaKey; |
| 4835 | 4817 |
| 4836 final bool shiftKey; | 4818 final bool shiftKey; |
| 4837 | 4819 |
| 4838 void initKeyboardEvent(String type, bool canBubble, bool cancelable, _DOMWindo
wJs view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool
shiftKey, bool metaKey, bool altGraphKey) native; | 4820 void initKeyboardEvent(String type, bool canBubble, bool cancelable, _DOMWindo
wJs view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool
shiftKey, bool metaKey, bool altGraphKey) native; |
| 4839 } | 4821 } |
| 4840 | 4822 |
| 4841 class _LocalMediaStreamJs extends _MediaStreamJs implements LocalMediaStream nat
ive "*LocalMediaStream" { | 4823 class _LocalMediaStreamJs extends _MediaStreamJs implements LocalMediaStream nat
ive "*LocalMediaStream" { |
| 4842 | 4824 |
| 4843 void stop() native; | 4825 void stop() native; |
| 4844 | |
| 4845 // From EventTarget | |
| 4846 | |
| 4847 void addEventListener(String type, EventListener listener, [bool useCapture =
null]) native; | |
| 4848 | |
| 4849 bool dispatchEvent(_EventJs event) native; | |
| 4850 | |
| 4851 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; | |
| 4852 } | 4826 } |
| 4853 | 4827 |
| 4854 class _LocationJs extends _DOMTypeJs implements Location native "*Location" { | 4828 class _LocationJs extends _DOMTypeJs implements Location native "*Location" { |
| 4855 | 4829 |
| 4856 final List<String> ancestorOrigins; | 4830 final List<String> ancestorOrigins; |
| 4857 | 4831 |
| 4858 String hash; | 4832 String hash; |
| 4859 | 4833 |
| 4860 String host; | 4834 String host; |
| 4861 | 4835 |
| (...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5813 | 5787 |
| 5814 static final int VERTICAL = 1; | 5788 static final int VERTICAL = 1; |
| 5815 | 5789 |
| 5816 final bool horizontalOverflow; | 5790 final bool horizontalOverflow; |
| 5817 | 5791 |
| 5818 final int orient; | 5792 final int orient; |
| 5819 | 5793 |
| 5820 final bool verticalOverflow; | 5794 final bool verticalOverflow; |
| 5821 } | 5795 } |
| 5822 | 5796 |
| 5823 class _PagePopupControllerJs extends _DOMTypeJs implements PagePopupController n
ative "*PagePopupController" { | |
| 5824 | |
| 5825 void setValueAndClosePopup(int numberValue, String stringValue) native; | |
| 5826 } | |
| 5827 | |
| 5828 class _PageTransitionEventJs extends _EventJs implements PageTransitionEvent nat
ive "*PageTransitionEvent" { | 5797 class _PageTransitionEventJs extends _EventJs implements PageTransitionEvent nat
ive "*PageTransitionEvent" { |
| 5829 | 5798 |
| 5830 final bool persisted; | 5799 final bool persisted; |
| 5831 } | 5800 } |
| 5832 | 5801 |
| 5833 class _PeerConnection00Js extends _EventTargetJs implements PeerConnection00 nat
ive "*PeerConnection00" { | 5802 class _PeerConnection00Js extends _EventTargetJs implements PeerConnection00 nat
ive "*PeerConnection00" { |
| 5834 | 5803 |
| 5835 static final int ACTIVE = 2; | 5804 static final int ACTIVE = 2; |
| 5836 | 5805 |
| 5837 static final int CLOSED = 3; | 5806 static final int CLOSED = 3; |
| (...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8863 class _SVGSVGElementJs extends _SVGElementJs implements SVGSVGElement native "*S
VGSVGElement" { | 8832 class _SVGSVGElementJs extends _SVGElementJs implements SVGSVGElement native "*S
VGSVGElement" { |
| 8864 | 8833 |
| 8865 String contentScriptType; | 8834 String contentScriptType; |
| 8866 | 8835 |
| 8867 String contentStyleType; | 8836 String contentStyleType; |
| 8868 | 8837 |
| 8869 num currentScale; | 8838 num currentScale; |
| 8870 | 8839 |
| 8871 final _SVGPointJs currentTranslate; | 8840 final _SVGPointJs currentTranslate; |
| 8872 | 8841 |
| 8873 final _SVGViewSpecJs currentView; | |
| 8874 | |
| 8875 final _SVGAnimatedLengthJs height; | 8842 final _SVGAnimatedLengthJs height; |
| 8876 | 8843 |
| 8877 final num pixelUnitToMillimeterX; | 8844 final num pixelUnitToMillimeterX; |
| 8878 | 8845 |
| 8879 final num pixelUnitToMillimeterY; | 8846 final num pixelUnitToMillimeterY; |
| 8880 | 8847 |
| 8881 final num screenPixelToMillimeterX; | 8848 final num screenPixelToMillimeterX; |
| 8882 | 8849 |
| 8883 final num screenPixelToMillimeterY; | 8850 final num screenPixelToMillimeterY; |
| 8884 | 8851 |
| 8885 final bool useCurrentView; | 8852 bool useCurrentView; |
| 8886 | 8853 |
| 8887 final _SVGRectJs viewport; | 8854 final _SVGRectJs viewport; |
| 8888 | 8855 |
| 8889 final _SVGAnimatedLengthJs width; | 8856 final _SVGAnimatedLengthJs width; |
| 8890 | 8857 |
| 8891 final _SVGAnimatedLengthJs x; | 8858 final _SVGAnimatedLengthJs x; |
| 8892 | 8859 |
| 8893 final _SVGAnimatedLengthJs y; | 8860 final _SVGAnimatedLengthJs y; |
| 8894 | 8861 |
| 8895 bool animationsPaused() native; | 8862 bool animationsPaused() native; |
| (...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9461 | 9428 |
| 9462 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | 9429 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
| 9463 | 9430 |
| 9464 final _SVGAnimatedRectJs viewBox; | 9431 final _SVGAnimatedRectJs viewBox; |
| 9465 | 9432 |
| 9466 // From SVGZoomAndPan | 9433 // From SVGZoomAndPan |
| 9467 | 9434 |
| 9468 int zoomAndPan; | 9435 int zoomAndPan; |
| 9469 } | 9436 } |
| 9470 | 9437 |
| 9471 class _SVGViewSpecJs extends _DOMTypeJs implements SVGViewSpec native "*SVGViewS
pec" { | 9438 class _SVGViewSpecJs extends _SVGZoomAndPanJs implements SVGViewSpec native "*SV
GViewSpec" { |
| 9472 | |
| 9473 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | |
| 9474 | 9439 |
| 9475 final String preserveAspectRatioString; | 9440 final String preserveAspectRatioString; |
| 9476 | 9441 |
| 9477 final _SVGTransformListJs transform; | 9442 final _SVGTransformListJs transform; |
| 9478 | 9443 |
| 9479 final String transformString; | 9444 final String transformString; |
| 9480 | 9445 |
| 9481 final _SVGAnimatedRectJs viewBox; | |
| 9482 | |
| 9483 final String viewBoxString; | 9446 final String viewBoxString; |
| 9484 | 9447 |
| 9485 final _SVGElementJs viewTarget; | 9448 final _SVGElementJs viewTarget; |
| 9486 | 9449 |
| 9487 final String viewTargetString; | 9450 final String viewTargetString; |
| 9488 | 9451 |
| 9489 int zoomAndPan; | 9452 // From SVGFitToViewBox |
| 9453 |
| 9454 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
| 9455 |
| 9456 final _SVGAnimatedRectJs viewBox; |
| 9490 } | 9457 } |
| 9491 | 9458 |
| 9492 class _SVGZoomAndPanJs extends _DOMTypeJs implements SVGZoomAndPan native "*SVGZ
oomAndPan" { | 9459 class _SVGZoomAndPanJs extends _DOMTypeJs implements SVGZoomAndPan native "*SVGZ
oomAndPan" { |
| 9493 | 9460 |
| 9494 static final int SVG_ZOOMANDPAN_DISABLE = 1; | 9461 static final int SVG_ZOOMANDPAN_DISABLE = 1; |
| 9495 | 9462 |
| 9496 static final int SVG_ZOOMANDPAN_MAGNIFY = 2; | 9463 static final int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| 9497 | 9464 |
| 9498 static final int SVG_ZOOMANDPAN_UNKNOWN = 0; | 9465 static final int SVG_ZOOMANDPAN_UNKNOWN = 0; |
| 9499 | 9466 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9572 class _ShadowRootJs extends _DocumentFragmentJs implements ShadowRoot native "*S
hadowRoot" { | 9539 class _ShadowRootJs extends _DocumentFragmentJs implements ShadowRoot native "*S
hadowRoot" { |
| 9573 | 9540 |
| 9574 final _ElementJs activeElement; | 9541 final _ElementJs activeElement; |
| 9575 | 9542 |
| 9576 bool applyAuthorStyles; | 9543 bool applyAuthorStyles; |
| 9577 | 9544 |
| 9578 final _ElementJs host; | 9545 final _ElementJs host; |
| 9579 | 9546 |
| 9580 String innerHTML; | 9547 String innerHTML; |
| 9581 | 9548 |
| 9549 final _DOMSelectionJs selection; |
| 9550 |
| 9582 _ElementJs getElementById(String elementId) native; | 9551 _ElementJs getElementById(String elementId) native; |
| 9583 | 9552 |
| 9584 _NodeListJs getElementsByClassName(String className) native; | 9553 _NodeListJs getElementsByClassName(String className) native; |
| 9585 | 9554 |
| 9586 _NodeListJs getElementsByTagName(String tagName) native; | 9555 _NodeListJs getElementsByTagName(String tagName) native; |
| 9587 | 9556 |
| 9588 _NodeListJs getElementsByTagNameNS(String namespaceURI, String localName) nati
ve; | 9557 _NodeListJs getElementsByTagNameNS(String namespaceURI, String localName) nati
ve; |
| 9589 | |
| 9590 _DOMSelectionJs getSelection() native; | |
| 9591 } | 9558 } |
| 9592 | 9559 |
| 9593 class _SharedWorkerJs extends _AbstractWorkerJs implements SharedWorker native "
*SharedWorker" { | 9560 class _SharedWorkerJs extends _AbstractWorkerJs implements SharedWorker native "
*SharedWorker" { |
| 9594 | 9561 |
| 9595 final _MessagePortJs port; | 9562 final _MessagePortJs port; |
| 9596 } | 9563 } |
| 9597 | 9564 |
| 9598 class _SharedWorkerContextJs extends _WorkerContextJs implements SharedWorkerCon
text native "*SharedWorkerContext" { | 9565 class _SharedWorkerContextJs extends _WorkerContextJs implements SharedWorkerCon
text native "*SharedWorkerContext" { |
| 9599 | 9566 |
| 9600 final String name; | 9567 final String name; |
| (...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11638 | 11605 |
| 11639 _WebKitCSSMatrixJs skewX(num angle) native; | 11606 _WebKitCSSMatrixJs skewX(num angle) native; |
| 11640 | 11607 |
| 11641 _WebKitCSSMatrixJs skewY(num angle) native; | 11608 _WebKitCSSMatrixJs skewY(num angle) native; |
| 11642 | 11609 |
| 11643 String toString() native; | 11610 String toString() native; |
| 11644 | 11611 |
| 11645 _WebKitCSSMatrixJs translate(num x, num y, num z) native; | 11612 _WebKitCSSMatrixJs translate(num x, num y, num z) native; |
| 11646 } | 11613 } |
| 11647 | 11614 |
| 11615 class _WebKitCSSRegionRuleJs extends _CSSRuleJs implements WebKitCSSRegionRule n
ative "*WebKitCSSRegionRule" { |
| 11616 |
| 11617 final _CSSRuleListJs cssRules; |
| 11618 } |
| 11619 |
| 11648 class _WebKitCSSTransformValueJs extends _CSSValueListJs implements WebKitCSSTra
nsformValue native "*WebKitCSSTransformValue" { | 11620 class _WebKitCSSTransformValueJs extends _CSSValueListJs implements WebKitCSSTra
nsformValue native "*WebKitCSSTransformValue" { |
| 11649 | 11621 |
| 11650 static final int CSS_MATRIX = 11; | 11622 static final int CSS_MATRIX = 11; |
| 11651 | 11623 |
| 11652 static final int CSS_MATRIX3D = 21; | 11624 static final int CSS_MATRIX3D = 21; |
| 11653 | 11625 |
| 11654 static final int CSS_PERSPECTIVE = 20; | 11626 static final int CSS_PERSPECTIVE = 20; |
| 11655 | 11627 |
| 11656 static final int CSS_ROTATE = 4; | 11628 static final int CSS_ROTATE = 4; |
| 11657 | 11629 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11696 | 11668 |
| 11697 void disconnect() native; | 11669 void disconnect() native; |
| 11698 | 11670 |
| 11699 List<MutationRecord> takeRecords() native; | 11671 List<MutationRecord> takeRecords() native; |
| 11700 } | 11672 } |
| 11701 | 11673 |
| 11702 class _WebKitNamedFlowJs extends _DOMTypeJs implements WebKitNamedFlow native "*
WebKitNamedFlow" { | 11674 class _WebKitNamedFlowJs extends _DOMTypeJs implements WebKitNamedFlow native "*
WebKitNamedFlow" { |
| 11703 | 11675 |
| 11704 final _NodeListJs contentNodes; | 11676 final _NodeListJs contentNodes; |
| 11705 | 11677 |
| 11706 final String name; | 11678 final bool overflow; |
| 11707 | |
| 11708 final bool overset; | |
| 11709 | 11679 |
| 11710 _NodeListJs getRegionsByContentNode(_NodeJs contentNode) native; | 11680 _NodeListJs getRegionsByContentNode(_NodeJs contentNode) native; |
| 11711 } | 11681 } |
| 11712 | 11682 |
| 11713 class _WebKitPointJs extends _DOMTypeJs implements WebKitPoint native "*WebKitPo
int" { | 11683 class _WebKitPointJs extends _DOMTypeJs implements WebKitPoint native "*WebKitPo
int" { |
| 11714 | 11684 |
| 11715 num x; | 11685 num x; |
| 11716 | 11686 |
| 11717 num y; | 11687 num y; |
| 11718 } | 11688 } |
| (...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12927 static final int PAGE_RULE = 6; | 12897 static final int PAGE_RULE = 6; |
| 12928 | 12898 |
| 12929 static final int STYLE_RULE = 1; | 12899 static final int STYLE_RULE = 1; |
| 12930 | 12900 |
| 12931 static final int UNKNOWN_RULE = 0; | 12901 static final int UNKNOWN_RULE = 0; |
| 12932 | 12902 |
| 12933 static final int WEBKIT_KEYFRAMES_RULE = 7; | 12903 static final int WEBKIT_KEYFRAMES_RULE = 7; |
| 12934 | 12904 |
| 12935 static final int WEBKIT_KEYFRAME_RULE = 8; | 12905 static final int WEBKIT_KEYFRAME_RULE = 8; |
| 12936 | 12906 |
| 12907 static final int WEBKIT_REGION_RULE = 10; |
| 12908 |
| 12937 String cssText; | 12909 String cssText; |
| 12938 | 12910 |
| 12939 final CSSRule parentRule; | 12911 final CSSRule parentRule; |
| 12940 | 12912 |
| 12941 final CSSStyleSheet parentStyleSheet; | 12913 final CSSStyleSheet parentStyleSheet; |
| 12942 | 12914 |
| 12943 final int type; | 12915 final int type; |
| 12944 } | 12916 } |
| 12945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12917 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 12946 // for details. All rights reserved. Use of this source code is governed by a | 12918 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13119 num shadowOffsetY; | 13091 num shadowOffsetY; |
| 13120 | 13092 |
| 13121 var /*custom*/ strokeStyle; | 13093 var /*custom*/ strokeStyle; |
| 13122 | 13094 |
| 13123 String textAlign; | 13095 String textAlign; |
| 13124 | 13096 |
| 13125 String textBaseline; | 13097 String textBaseline; |
| 13126 | 13098 |
| 13127 final num webkitBackingStorePixelRatio; | 13099 final num webkitBackingStorePixelRatio; |
| 13128 | 13100 |
| 13129 bool webkitImageSmoothingEnabled; | |
| 13130 | |
| 13131 List webkitLineDash; | 13101 List webkitLineDash; |
| 13132 | 13102 |
| 13133 num webkitLineDashOffset; | 13103 num webkitLineDashOffset; |
| 13134 | 13104 |
| 13135 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise); | 13105 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise); |
| 13136 | 13106 |
| 13137 void arcTo(num x1, num y1, num x2, num y2, num radius); | 13107 void arcTo(num x1, num y1, num x2, num y2, num radius); |
| 13138 | 13108 |
| 13139 void beginPath(); | 13109 void beginPath(); |
| 13140 | 13110 |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13494 static final int UNCACHED = 0; | 13464 static final int UNCACHED = 0; |
| 13495 | 13465 |
| 13496 static final int UPDATEREADY = 4; | 13466 static final int UPDATEREADY = 4; |
| 13497 } | 13467 } |
| 13498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 13468 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 13499 // for details. All rights reserved. Use of this source code is governed by a | 13469 // for details. All rights reserved. Use of this source code is governed by a |
| 13500 // BSD-style license that can be found in the LICENSE file. | 13470 // BSD-style license that can be found in the LICENSE file. |
| 13501 | 13471 |
| 13502 // WARNING: Do not edit - generated code. | 13472 // WARNING: Do not edit - generated code. |
| 13503 | 13473 |
| 13504 interface DOMError { | |
| 13505 | |
| 13506 final String name; | |
| 13507 } | |
| 13508 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 13509 // for details. All rights reserved. Use of this source code is governed by a | |
| 13510 // BSD-style license that can be found in the LICENSE file. | |
| 13511 | |
| 13512 // WARNING: Do not edit - generated code. | |
| 13513 | |
| 13514 interface DOMException { | 13474 interface DOMException { |
| 13515 | 13475 |
| 13516 static final int ABORT_ERR = 20; | 13476 static final int ABORT_ERR = 20; |
| 13517 | 13477 |
| 13518 static final int DATA_CLONE_ERR = 25; | 13478 static final int DATA_CLONE_ERR = 25; |
| 13519 | 13479 |
| 13520 static final int DOMSTRING_SIZE_ERR = 2; | 13480 static final int DOMSTRING_SIZE_ERR = 2; |
| 13521 | 13481 |
| 13522 static final int HIERARCHY_REQUEST_ERR = 3; | 13482 static final int HIERARCHY_REQUEST_ERR = 3; |
| 13523 | 13483 |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13790 bool contains(String string); | 13750 bool contains(String string); |
| 13791 | 13751 |
| 13792 String item(int index); | 13752 String item(int index); |
| 13793 } | 13753 } |
| 13794 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 13754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 13795 // for details. All rights reserved. Use of this source code is governed by a | 13755 // for details. All rights reserved. Use of this source code is governed by a |
| 13796 // BSD-style license that can be found in the LICENSE file. | 13756 // BSD-style license that can be found in the LICENSE file. |
| 13797 | 13757 |
| 13798 // WARNING: Do not edit - generated code. | 13758 // WARNING: Do not edit - generated code. |
| 13799 | 13759 |
| 13800 interface DOMStringMap { | |
| 13801 } | |
| 13802 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 13803 // for details. All rights reserved. Use of this source code is governed by a | |
| 13804 // BSD-style license that can be found in the LICENSE file. | |
| 13805 | |
| 13806 // WARNING: Do not edit - generated code. | |
| 13807 | |
| 13808 interface DOMTokenList { | 13760 interface DOMTokenList { |
| 13809 | 13761 |
| 13810 final int length; | 13762 final int length; |
| 13811 | 13763 |
| 13812 void add(String token); | 13764 void add(String token); |
| 13813 | 13765 |
| 13814 bool contains(String token); | 13766 bool contains(String token); |
| 13815 | 13767 |
| 13816 String item(int index); | 13768 String item(int index); |
| 13817 | 13769 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13884 final Navigator navigator; | 13836 final Navigator navigator; |
| 13885 | 13837 |
| 13886 final bool offscreenBuffering; | 13838 final bool offscreenBuffering; |
| 13887 | 13839 |
| 13888 final DOMWindow opener; | 13840 final DOMWindow opener; |
| 13889 | 13841 |
| 13890 final int outerHeight; | 13842 final int outerHeight; |
| 13891 | 13843 |
| 13892 final int outerWidth; | 13844 final int outerWidth; |
| 13893 | 13845 |
| 13894 final PagePopupController pagePopupController; | |
| 13895 | |
| 13896 final int pageXOffset; | 13846 final int pageXOffset; |
| 13897 | 13847 |
| 13898 final int pageYOffset; | 13848 final int pageYOffset; |
| 13899 | 13849 |
| 13900 final DOMWindow parent; | 13850 final DOMWindow parent; |
| 13901 | 13851 |
| 13902 final Performance performance; | 13852 final Performance performance; |
| 13903 | 13853 |
| 13904 final BarInfo personalbar; | 13854 final BarInfo personalbar; |
| 13905 | 13855 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14042 | 13992 |
| 14043 interface DataTransferItem { | 13993 interface DataTransferItem { |
| 14044 | 13994 |
| 14045 final String kind; | 13995 final String kind; |
| 14046 | 13996 |
| 14047 final String type; | 13997 final String type; |
| 14048 | 13998 |
| 14049 Blob getAsFile(); | 13999 Blob getAsFile(); |
| 14050 | 14000 |
| 14051 void getAsString([StringCallback callback]); | 14001 void getAsString([StringCallback callback]); |
| 14002 |
| 14003 void webkitGetAsEntry([EntryCallback callback]); |
| 14052 } | 14004 } |
| 14053 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14005 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 14054 // for details. All rights reserved. Use of this source code is governed by a | 14006 // for details. All rights reserved. Use of this source code is governed by a |
| 14055 // BSD-style license that can be found in the LICENSE file. | 14007 // BSD-style license that can be found in the LICENSE file. |
| 14056 | 14008 |
| 14057 // WARNING: Do not edit - generated code. | 14009 // WARNING: Do not edit - generated code. |
| 14058 | 14010 |
| 14059 interface DataTransferItemList { | 14011 interface DataTransferItemList { |
| 14060 | 14012 |
| 14061 final int length; | 14013 final int length; |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14450 | 14402 |
| 14451 String queryCommandValue(String command); | 14403 String queryCommandValue(String command); |
| 14452 | 14404 |
| 14453 Element querySelector(String selectors); | 14405 Element querySelector(String selectors); |
| 14454 | 14406 |
| 14455 NodeList querySelectorAll(String selectors); | 14407 NodeList querySelectorAll(String selectors); |
| 14456 | 14408 |
| 14457 void webkitCancelFullScreen(); | 14409 void webkitCancelFullScreen(); |
| 14458 | 14410 |
| 14459 void webkitExitFullscreen(); | 14411 void webkitExitFullscreen(); |
| 14412 |
| 14413 WebKitNamedFlow webkitGetFlowByName(String name); |
| 14460 } | 14414 } |
| 14461 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14415 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 14462 // for details. All rights reserved. Use of this source code is governed by a | 14416 // for details. All rights reserved. Use of this source code is governed by a |
| 14463 // BSD-style license that can be found in the LICENSE file. | 14417 // BSD-style license that can be found in the LICENSE file. |
| 14464 | 14418 |
| 14465 // WARNING: Do not edit - generated code. | 14419 // WARNING: Do not edit - generated code. |
| 14466 | 14420 |
| 14467 interface DocumentFragment extends Node, NodeSelector { | 14421 interface DocumentFragment extends Node, NodeSelector { |
| 14468 | 14422 |
| 14469 Element querySelector(String selectors); | 14423 Element querySelector(String selectors); |
| (...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15735 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 15689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 15736 // for details. All rights reserved. Use of this source code is governed by a | 15690 // for details. All rights reserved. Use of this source code is governed by a |
| 15737 // BSD-style license that can be found in the LICENSE file. | 15691 // BSD-style license that can be found in the LICENSE file. |
| 15738 | 15692 |
| 15739 // WARNING: Do not edit - generated code. | 15693 // WARNING: Do not edit - generated code. |
| 15740 | 15694 |
| 15741 interface HTMLFieldSetElement extends HTMLElement { | 15695 interface HTMLFieldSetElement extends HTMLElement { |
| 15742 | 15696 |
| 15743 bool disabled; | 15697 bool disabled; |
| 15744 | 15698 |
| 15745 final HTMLCollection elements; | |
| 15746 | |
| 15747 final HTMLFormElement form; | 15699 final HTMLFormElement form; |
| 15748 | 15700 |
| 15749 String name; | 15701 String name; |
| 15750 | 15702 |
| 15751 final String type; | 15703 final String type; |
| 15752 | 15704 |
| 15753 final String validationMessage; | 15705 final String validationMessage; |
| 15754 | 15706 |
| 15755 final ValidityState validity; | 15707 final ValidityState validity; |
| 15756 | 15708 |
| (...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16369 void pause(); | 16321 void pause(); |
| 16370 | 16322 |
| 16371 void play(); | 16323 void play(); |
| 16372 | 16324 |
| 16373 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri
ng sessionId]); | 16325 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri
ng sessionId]); |
| 16374 | 16326 |
| 16375 void webkitCancelKeyRequest(String keySystem, String sessionId); | 16327 void webkitCancelKeyRequest(String keySystem, String sessionId); |
| 16376 | 16328 |
| 16377 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]); | 16329 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]); |
| 16378 | 16330 |
| 16379 void webkitSourceAbort(String id); | 16331 void webkitSourceAppend(Uint8Array data); |
| 16380 | |
| 16381 void webkitSourceAddId(String id, String type); | |
| 16382 | |
| 16383 void webkitSourceAppend(String id, Uint8Array data); | |
| 16384 | |
| 16385 TimeRanges webkitSourceBuffered(String id); | |
| 16386 | 16332 |
| 16387 void webkitSourceEndOfStream(int status); | 16333 void webkitSourceEndOfStream(int status); |
| 16388 | |
| 16389 void webkitSourceRemoveId(String id); | |
| 16390 } | 16334 } |
| 16391 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 16335 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 16392 // for details. All rights reserved. Use of this source code is governed by a | 16336 // for details. All rights reserved. Use of this source code is governed by a |
| 16393 // BSD-style license that can be found in the LICENSE file. | 16337 // BSD-style license that can be found in the LICENSE file. |
| 16394 | 16338 |
| 16395 // WARNING: Do not edit - generated code. | 16339 // WARNING: Do not edit - generated code. |
| 16396 | 16340 |
| 16397 interface HTMLMenuElement extends HTMLElement { | 16341 interface HTMLMenuElement extends HTMLElement { |
| 16398 | 16342 |
| 16399 bool compact; | 16343 bool compact; |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17299 IDBRequest open(String name); | 17243 IDBRequest open(String name); |
| 17300 } | 17244 } |
| 17301 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17245 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17302 // for details. All rights reserved. Use of this source code is governed by a | 17246 // for details. All rights reserved. Use of this source code is governed by a |
| 17303 // BSD-style license that can be found in the LICENSE file. | 17247 // BSD-style license that can be found in the LICENSE file. |
| 17304 | 17248 |
| 17305 // WARNING: Do not edit - generated code. | 17249 // WARNING: Do not edit - generated code. |
| 17306 | 17250 |
| 17307 interface IDBIndex { | 17251 interface IDBIndex { |
| 17308 | 17252 |
| 17309 final /*IDBAny*/ keyPath; | 17253 final String keyPath; |
| 17310 | 17254 |
| 17311 final bool multiEntry; | 17255 final bool multiEntry; |
| 17312 | 17256 |
| 17313 final String name; | 17257 final String name; |
| 17314 | 17258 |
| 17315 final IDBObjectStore objectStore; | 17259 final IDBObjectStore objectStore; |
| 17316 | 17260 |
| 17317 final bool unique; | 17261 final bool unique; |
| 17318 | 17262 |
| 17319 IDBRequest count([key_OR_range]); | 17263 IDBRequest count([key_OR_range]); |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17361 final bool upperOpen; | 17305 final bool upperOpen; |
| 17362 } | 17306 } |
| 17363 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17307 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17364 // for details. All rights reserved. Use of this source code is governed by a | 17308 // for details. All rights reserved. Use of this source code is governed by a |
| 17365 // BSD-style license that can be found in the LICENSE file. | 17309 // BSD-style license that can be found in the LICENSE file. |
| 17366 | 17310 |
| 17367 // WARNING: Do not edit - generated code. | 17311 // WARNING: Do not edit - generated code. |
| 17368 | 17312 |
| 17369 interface IDBObjectStore { | 17313 interface IDBObjectStore { |
| 17370 | 17314 |
| 17371 final bool autoIncrement; | |
| 17372 | |
| 17373 final List<String> indexNames; | 17315 final List<String> indexNames; |
| 17374 | 17316 |
| 17375 final /*IDBAny*/ keyPath; | 17317 final String keyPath; |
| 17376 | 17318 |
| 17377 final String name; | 17319 final String name; |
| 17378 | 17320 |
| 17379 final IDBTransaction transaction; | 17321 final IDBTransaction transaction; |
| 17380 | 17322 |
| 17381 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); | 17323 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); |
| 17382 | 17324 |
| 17383 IDBRequest clear(); | 17325 IDBRequest clear(); |
| 17384 | 17326 |
| 17385 IDBRequest count([key_OR_range]); | 17327 IDBRequest count([key_OR_range]); |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17642 final bool shiftKey; | 17584 final bool shiftKey; |
| 17643 | 17585 |
| 17644 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow
view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh
iftKey, bool metaKey, bool altGraphKey); | 17586 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow
view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh
iftKey, bool metaKey, bool altGraphKey); |
| 17645 } | 17587 } |
| 17646 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17588 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17647 // for details. All rights reserved. Use of this source code is governed by a | 17589 // for details. All rights reserved. Use of this source code is governed by a |
| 17648 // BSD-style license that can be found in the LICENSE file. | 17590 // BSD-style license that can be found in the LICENSE file. |
| 17649 | 17591 |
| 17650 // WARNING: Do not edit - generated code. | 17592 // WARNING: Do not edit - generated code. |
| 17651 | 17593 |
| 17652 interface LocalMediaStream extends MediaStream, EventTarget { | 17594 interface LocalMediaStream extends MediaStream { |
| 17653 | 17595 |
| 17654 void stop(); | 17596 void stop(); |
| 17655 } | 17597 } |
| 17656 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17657 // for details. All rights reserved. Use of this source code is governed by a | 17599 // for details. All rights reserved. Use of this source code is governed by a |
| 17658 // BSD-style license that can be found in the LICENSE file. | 17600 // BSD-style license that can be found in the LICENSE file. |
| 17659 | 17601 |
| 17660 // WARNING: Do not edit - generated code. | 17602 // WARNING: Do not edit - generated code. |
| 17661 | 17603 |
| 17662 interface Location { | 17604 interface Location { |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18616 final int orient; | 18558 final int orient; |
| 18617 | 18559 |
| 18618 final bool verticalOverflow; | 18560 final bool verticalOverflow; |
| 18619 } | 18561 } |
| 18620 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18621 // for details. All rights reserved. Use of this source code is governed by a | 18563 // for details. All rights reserved. Use of this source code is governed by a |
| 18622 // BSD-style license that can be found in the LICENSE file. | 18564 // BSD-style license that can be found in the LICENSE file. |
| 18623 | 18565 |
| 18624 // WARNING: Do not edit - generated code. | 18566 // WARNING: Do not edit - generated code. |
| 18625 | 18567 |
| 18626 interface PagePopupController { | |
| 18627 | |
| 18628 void setValueAndClosePopup(int numberValue, String stringValue); | |
| 18629 } | |
| 18630 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 18631 // for details. All rights reserved. Use of this source code is governed by a | |
| 18632 // BSD-style license that can be found in the LICENSE file. | |
| 18633 | |
| 18634 // WARNING: Do not edit - generated code. | |
| 18635 | |
| 18636 interface PageTransitionEvent extends Event { | 18568 interface PageTransitionEvent extends Event { |
| 18637 | 18569 |
| 18638 final bool persisted; | 18570 final bool persisted; |
| 18639 } | 18571 } |
| 18640 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18572 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18641 // for details. All rights reserved. Use of this source code is governed by a | 18573 // for details. All rights reserved. Use of this source code is governed by a |
| 18642 // BSD-style license that can be found in the LICENSE file. | 18574 // BSD-style license that can be found in the LICENSE file. |
| 18643 | 18575 |
| 18644 // WARNING: Do not edit - generated code. | 18576 // WARNING: Do not edit - generated code. |
| 18645 | 18577 |
| (...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21254 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { | 21186 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { |
| 21255 | 21187 |
| 21256 String contentScriptType; | 21188 String contentScriptType; |
| 21257 | 21189 |
| 21258 String contentStyleType; | 21190 String contentStyleType; |
| 21259 | 21191 |
| 21260 num currentScale; | 21192 num currentScale; |
| 21261 | 21193 |
| 21262 final SVGPoint currentTranslate; | 21194 final SVGPoint currentTranslate; |
| 21263 | 21195 |
| 21264 final SVGViewSpec currentView; | |
| 21265 | |
| 21266 final SVGAnimatedLength height; | 21196 final SVGAnimatedLength height; |
| 21267 | 21197 |
| 21268 final num pixelUnitToMillimeterX; | 21198 final num pixelUnitToMillimeterX; |
| 21269 | 21199 |
| 21270 final num pixelUnitToMillimeterY; | 21200 final num pixelUnitToMillimeterY; |
| 21271 | 21201 |
| 21272 final num screenPixelToMillimeterX; | 21202 final num screenPixelToMillimeterX; |
| 21273 | 21203 |
| 21274 final num screenPixelToMillimeterY; | 21204 final num screenPixelToMillimeterY; |
| 21275 | 21205 |
| 21276 final bool useCurrentView; | 21206 bool useCurrentView; |
| 21277 | 21207 |
| 21278 final SVGRect viewport; | 21208 final SVGRect viewport; |
| 21279 | 21209 |
| 21280 final SVGAnimatedLength width; | 21210 final SVGAnimatedLength width; |
| 21281 | 21211 |
| 21282 final SVGAnimatedLength x; | 21212 final SVGAnimatedLength x; |
| 21283 | 21213 |
| 21284 final SVGAnimatedLength y; | 21214 final SVGAnimatedLength y; |
| 21285 | 21215 |
| 21286 bool animationsPaused(); | 21216 bool animationsPaused(); |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21694 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
tToViewBox, SVGZoomAndPan { | 21624 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
tToViewBox, SVGZoomAndPan { |
| 21695 | 21625 |
| 21696 final SVGStringList viewTarget; | 21626 final SVGStringList viewTarget; |
| 21697 } | 21627 } |
| 21698 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21628 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 21699 // for details. All rights reserved. Use of this source code is governed by a | 21629 // for details. All rights reserved. Use of this source code is governed by a |
| 21700 // BSD-style license that can be found in the LICENSE file. | 21630 // BSD-style license that can be found in the LICENSE file. |
| 21701 | 21631 |
| 21702 // WARNING: Do not edit - generated code. | 21632 // WARNING: Do not edit - generated code. |
| 21703 | 21633 |
| 21704 interface SVGViewSpec { | 21634 interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox { |
| 21705 | |
| 21706 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; | |
| 21707 | 21635 |
| 21708 final String preserveAspectRatioString; | 21636 final String preserveAspectRatioString; |
| 21709 | 21637 |
| 21710 final SVGTransformList transform; | 21638 final SVGTransformList transform; |
| 21711 | 21639 |
| 21712 final String transformString; | 21640 final String transformString; |
| 21713 | 21641 |
| 21714 final SVGAnimatedRect viewBox; | |
| 21715 | |
| 21716 final String viewBoxString; | 21642 final String viewBoxString; |
| 21717 | 21643 |
| 21718 final SVGElement viewTarget; | 21644 final SVGElement viewTarget; |
| 21719 | 21645 |
| 21720 final String viewTargetString; | 21646 final String viewTargetString; |
| 21721 | |
| 21722 int zoomAndPan; | |
| 21723 } | 21647 } |
| 21724 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21648 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 21725 // for details. All rights reserved. Use of this source code is governed by a | 21649 // for details. All rights reserved. Use of this source code is governed by a |
| 21726 // BSD-style license that can be found in the LICENSE file. | 21650 // BSD-style license that can be found in the LICENSE file. |
| 21727 | 21651 |
| 21728 // WARNING: Do not edit - generated code. | 21652 // WARNING: Do not edit - generated code. |
| 21729 | 21653 |
| 21730 interface SVGZoomAndPan { | 21654 interface SVGZoomAndPan { |
| 21731 | 21655 |
| 21732 static final int SVG_ZOOMANDPAN_DISABLE = 1; | 21656 static final int SVG_ZOOMANDPAN_DISABLE = 1; |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21844 ShadowRoot(Element host); | 21768 ShadowRoot(Element host); |
| 21845 | 21769 |
| 21846 final Element activeElement; | 21770 final Element activeElement; |
| 21847 | 21771 |
| 21848 bool applyAuthorStyles; | 21772 bool applyAuthorStyles; |
| 21849 | 21773 |
| 21850 final Element host; | 21774 final Element host; |
| 21851 | 21775 |
| 21852 String innerHTML; | 21776 String innerHTML; |
| 21853 | 21777 |
| 21778 final DOMSelection selection; |
| 21779 |
| 21854 Element getElementById(String elementId); | 21780 Element getElementById(String elementId); |
| 21855 | 21781 |
| 21856 NodeList getElementsByClassName(String className); | 21782 NodeList getElementsByClassName(String className); |
| 21857 | 21783 |
| 21858 NodeList getElementsByTagName(String tagName); | 21784 NodeList getElementsByTagName(String tagName); |
| 21859 | 21785 |
| 21860 NodeList getElementsByTagNameNS(String namespaceURI, String localName); | 21786 NodeList getElementsByTagNameNS(String namespaceURI, String localName); |
| 21861 | |
| 21862 DOMSelection getSelection(); | |
| 21863 } | 21787 } |
| 21864 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21788 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 21865 // for details. All rights reserved. Use of this source code is governed by a | 21789 // for details. All rights reserved. Use of this source code is governed by a |
| 21866 // BSD-style license that can be found in the LICENSE file. | 21790 // BSD-style license that can be found in the LICENSE file. |
| 21867 | 21791 |
| 21868 // WARNING: Do not edit - generated code. | 21792 // WARNING: Do not edit - generated code. |
| 21869 | 21793 |
| 21870 interface SharedWorker extends AbstractWorker default _SharedWorkerFactoryProvid
er { | 21794 interface SharedWorker extends AbstractWorker default _SharedWorkerFactoryProvid
er { |
| 21871 | 21795 |
| 21872 SharedWorker(String scriptURL, [String name]); | 21796 SharedWorker(String scriptURL, [String name]); |
| (...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23892 String toString(); | 23816 String toString(); |
| 23893 | 23817 |
| 23894 WebKitCSSMatrix translate(num x, num y, num z); | 23818 WebKitCSSMatrix translate(num x, num y, num z); |
| 23895 } | 23819 } |
| 23896 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23820 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23897 // for details. All rights reserved. Use of this source code is governed by a | 23821 // for details. All rights reserved. Use of this source code is governed by a |
| 23898 // BSD-style license that can be found in the LICENSE file. | 23822 // BSD-style license that can be found in the LICENSE file. |
| 23899 | 23823 |
| 23900 // WARNING: Do not edit - generated code. | 23824 // WARNING: Do not edit - generated code. |
| 23901 | 23825 |
| 23826 interface WebKitCSSRegionRule extends CSSRule { |
| 23827 |
| 23828 final CSSRuleList cssRules; |
| 23829 } |
| 23830 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23831 // for details. All rights reserved. Use of this source code is governed by a |
| 23832 // BSD-style license that can be found in the LICENSE file. |
| 23833 |
| 23834 // WARNING: Do not edit - generated code. |
| 23835 |
| 23902 interface WebKitCSSTransformValue extends CSSValueList { | 23836 interface WebKitCSSTransformValue extends CSSValueList { |
| 23903 | 23837 |
| 23904 static final int CSS_MATRIX = 11; | 23838 static final int CSS_MATRIX = 11; |
| 23905 | 23839 |
| 23906 static final int CSS_MATRIX3D = 21; | 23840 static final int CSS_MATRIX3D = 21; |
| 23907 | 23841 |
| 23908 static final int CSS_PERSPECTIVE = 20; | 23842 static final int CSS_PERSPECTIVE = 20; |
| 23909 | 23843 |
| 23910 static final int CSS_ROTATE = 4; | 23844 static final int CSS_ROTATE = 4; |
| 23911 | 23845 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23894 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23961 // for details. All rights reserved. Use of this source code is governed by a | 23895 // for details. All rights reserved. Use of this source code is governed by a |
| 23962 // BSD-style license that can be found in the LICENSE file. | 23896 // BSD-style license that can be found in the LICENSE file. |
| 23963 | 23897 |
| 23964 // WARNING: Do not edit - generated code. | 23898 // WARNING: Do not edit - generated code. |
| 23965 | 23899 |
| 23966 interface WebKitNamedFlow { | 23900 interface WebKitNamedFlow { |
| 23967 | 23901 |
| 23968 final NodeList contentNodes; | 23902 final NodeList contentNodes; |
| 23969 | 23903 |
| 23970 final String name; | 23904 final bool overflow; |
| 23971 | |
| 23972 final bool overset; | |
| 23973 | 23905 |
| 23974 NodeList getRegionsByContentNode(Node contentNode); | 23906 NodeList getRegionsByContentNode(Node contentNode); |
| 23975 } | 23907 } |
| 23976 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23977 // for details. All rights reserved. Use of this source code is governed by a | 23909 // for details. All rights reserved. Use of this source code is governed by a |
| 23978 // BSD-style license that can be found in the LICENSE file. | 23910 // BSD-style license that can be found in the LICENSE file. |
| 23979 | 23911 |
| 23980 // WARNING: Do not edit - generated code. | 23912 // WARNING: Do not edit - generated code. |
| 23981 | 23913 |
| 23982 interface WebKitPoint default _WebKitPointFactoryProvider { | 23914 interface WebKitPoint default _WebKitPointFactoryProvider { |
| (...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 25422 if (length < 0) throw new IllegalArgumentException('length'); | 25354 if (length < 0) throw new IllegalArgumentException('length'); |
| 25423 if (start < 0) throw new IndexOutOfRangeException(start); | 25355 if (start < 0) throw new IndexOutOfRangeException(start); |
| 25424 int end = start + length; | 25356 int end = start + length; |
| 25425 if (end > a.length) throw new IndexOutOfRangeException(end); | 25357 if (end > a.length) throw new IndexOutOfRangeException(end); |
| 25426 for (int i = start; i < end; i++) { | 25358 for (int i = start; i < end; i++) { |
| 25427 accumulator.add(a[i]); | 25359 accumulator.add(a[i]); |
| 25428 } | 25360 } |
| 25429 return accumulator; | 25361 return accumulator; |
| 25430 } | 25362 } |
| 25431 } | 25363 } |
| OLD | NEW |