| 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 | |
| 485 String cssText; | 483 String cssText; |
| 486 | 484 |
| 487 final _CSSRuleJs parentRule; | 485 final _CSSRuleJs parentRule; |
| 488 | 486 |
| 489 final _CSSStyleSheetJs parentStyleSheet; | 487 final _CSSStyleSheetJs parentStyleSheet; |
| 490 | 488 |
| 491 final int type; | 489 final int type; |
| 492 } | 490 } |
| 493 | 491 |
| 494 class _CSSRuleListJs extends _DOMTypeJs implements CSSRuleList native "*CSSRuleL
ist" { | 492 class _CSSRuleListJs extends _DOMTypeJs implements CSSRuleList native "*CSSRuleL
ist" { |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 num shadowOffsetY; | 610 num shadowOffsetY; |
| 613 | 611 |
| 614 var strokeStyle; | 612 var strokeStyle; |
| 615 | 613 |
| 616 String textAlign; | 614 String textAlign; |
| 617 | 615 |
| 618 String textBaseline; | 616 String textBaseline; |
| 619 | 617 |
| 620 final num webkitBackingStorePixelRatio; | 618 final num webkitBackingStorePixelRatio; |
| 621 | 619 |
| 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 |
| 930 class _DOMExceptionJs extends _DOMTypeJs implements DOMException native "*DOMExc
eption" { | 935 class _DOMExceptionJs extends _DOMTypeJs implements DOMException native "*DOMExc
eption" { |
| 931 | 936 |
| 932 static final int ABORT_ERR = 20; | 937 static final int ABORT_ERR = 20; |
| 933 | 938 |
| 934 static final int DATA_CLONE_ERR = 25; | 939 static final int DATA_CLONE_ERR = 25; |
| 935 | 940 |
| 936 static final int DOMSTRING_SIZE_ERR = 2; | 941 static final int DOMSTRING_SIZE_ERR = 2; |
| 937 | 942 |
| 938 static final int HIERARCHY_REQUEST_ERR = 3; | 943 static final int HIERARCHY_REQUEST_ERR = 3; |
| 939 | 944 |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1317 final _NavigatorJs navigator; | 1322 final _NavigatorJs navigator; |
| 1318 | 1323 |
| 1319 final bool offscreenBuffering; | 1324 final bool offscreenBuffering; |
| 1320 | 1325 |
| 1321 final _DOMWindowJs opener; | 1326 final _DOMWindowJs opener; |
| 1322 | 1327 |
| 1323 final int outerHeight; | 1328 final int outerHeight; |
| 1324 | 1329 |
| 1325 final int outerWidth; | 1330 final int outerWidth; |
| 1326 | 1331 |
| 1332 final _PagePopupControllerJs pagePopupController; |
| 1333 |
| 1327 final int pageXOffset; | 1334 final int pageXOffset; |
| 1328 | 1335 |
| 1329 final int pageYOffset; | 1336 final int pageYOffset; |
| 1330 | 1337 |
| 1331 final _DOMWindowJs parent; | 1338 final _DOMWindowJs parent; |
| 1332 | 1339 |
| 1333 final _PerformanceJs performance; | 1340 final _PerformanceJs performance; |
| 1334 | 1341 |
| 1335 final _BarInfoJs personalbar; | 1342 final _BarInfoJs personalbar; |
| 1336 | 1343 |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1460 | 1467 |
| 1461 class _DataTransferItemJs extends _DOMTypeJs implements DataTransferItem native
"*DataTransferItem" { | 1468 class _DataTransferItemJs extends _DOMTypeJs implements DataTransferItem native
"*DataTransferItem" { |
| 1462 | 1469 |
| 1463 final String kind; | 1470 final String kind; |
| 1464 | 1471 |
| 1465 final String type; | 1472 final String type; |
| 1466 | 1473 |
| 1467 _BlobJs getAsFile() native; | 1474 _BlobJs getAsFile() native; |
| 1468 | 1475 |
| 1469 void getAsString([StringCallback callback = null]) native; | 1476 void getAsString([StringCallback callback = null]) native; |
| 1470 | |
| 1471 void webkitGetAsEntry([EntryCallback callback = null]) native; | |
| 1472 } | 1477 } |
| 1473 | 1478 |
| 1474 class _DataTransferItemListJs extends _DOMTypeJs implements DataTransferItemList
native "*DataTransferItemList" { | 1479 class _DataTransferItemListJs extends _DOMTypeJs implements DataTransferItemList
native "*DataTransferItemList" { |
| 1475 | 1480 |
| 1476 final int length; | 1481 final int length; |
| 1477 | 1482 |
| 1478 void add(data_OR_file, [String type = null]) native; | 1483 void add(data_OR_file, [String type = null]) native; |
| 1479 | 1484 |
| 1480 void clear() native; | 1485 void clear() native; |
| 1481 | 1486 |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1788 | 1793 |
| 1789 String queryCommandValue(String command) native; | 1794 String queryCommandValue(String command) native; |
| 1790 | 1795 |
| 1791 _ElementJs querySelector(String selectors) native; | 1796 _ElementJs querySelector(String selectors) native; |
| 1792 | 1797 |
| 1793 _NodeListJs querySelectorAll(String selectors) native; | 1798 _NodeListJs querySelectorAll(String selectors) native; |
| 1794 | 1799 |
| 1795 void webkitCancelFullScreen() native; | 1800 void webkitCancelFullScreen() native; |
| 1796 | 1801 |
| 1797 void webkitExitFullscreen() native; | 1802 void webkitExitFullscreen() native; |
| 1798 | |
| 1799 _WebKitNamedFlowJs webkitGetFlowByName(String name) native; | |
| 1800 } | 1803 } |
| 1801 | 1804 |
| 1802 class _DocumentFragmentJs extends _NodeJs implements DocumentFragment native "*D
ocumentFragment" { | 1805 class _DocumentFragmentJs extends _NodeJs implements DocumentFragment native "*D
ocumentFragment" { |
| 1803 | 1806 |
| 1804 _ElementJs querySelector(String selectors) native; | 1807 _ElementJs querySelector(String selectors) native; |
| 1805 | 1808 |
| 1806 _NodeListJs querySelectorAll(String selectors) native; | 1809 _NodeListJs querySelectorAll(String selectors) native; |
| 1807 } | 1810 } |
| 1808 | 1811 |
| 1809 class _DocumentTypeJs extends _NodeJs implements DocumentType native "*DocumentT
ype" { | 1812 class _DocumentTypeJs extends _NodeJs implements DocumentType native "*DocumentT
ype" { |
| (...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3049 | 3052 |
| 3050 String width; | 3053 String width; |
| 3051 | 3054 |
| 3052 _SVGDocumentJs getSVGDocument() native; | 3055 _SVGDocumentJs getSVGDocument() native; |
| 3053 } | 3056 } |
| 3054 | 3057 |
| 3055 class _HTMLFieldSetElementJs extends _HTMLElementJs implements HTMLFieldSetEleme
nt native "*HTMLFieldSetElement" { | 3058 class _HTMLFieldSetElementJs extends _HTMLElementJs implements HTMLFieldSetEleme
nt native "*HTMLFieldSetElement" { |
| 3056 | 3059 |
| 3057 bool disabled; | 3060 bool disabled; |
| 3058 | 3061 |
| 3062 final _HTMLCollectionJs elements; |
| 3063 |
| 3059 final _HTMLFormElementJs form; | 3064 final _HTMLFormElementJs form; |
| 3060 | 3065 |
| 3061 String name; | 3066 String name; |
| 3062 | 3067 |
| 3063 final String type; | 3068 final String type; |
| 3064 | 3069 |
| 3065 final String validationMessage; | 3070 final String validationMessage; |
| 3066 | 3071 |
| 3067 final _ValidityStateJs validity; | 3072 final _ValidityStateJs validity; |
| 3068 | 3073 |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3275 bool checked; | 3280 bool checked; |
| 3276 | 3281 |
| 3277 bool defaultChecked; | 3282 bool defaultChecked; |
| 3278 | 3283 |
| 3279 String defaultValue; | 3284 String defaultValue; |
| 3280 | 3285 |
| 3281 String dirName; | 3286 String dirName; |
| 3282 | 3287 |
| 3283 bool disabled; | 3288 bool disabled; |
| 3284 | 3289 |
| 3285 final _FileListJs files; | 3290 _FileListJs files; |
| 3286 | 3291 |
| 3287 final _HTMLFormElementJs form; | 3292 final _HTMLFormElementJs form; |
| 3288 | 3293 |
| 3289 String formAction; | 3294 String formAction; |
| 3290 | 3295 |
| 3291 String formEnctype; | 3296 String formEnctype; |
| 3292 | 3297 |
| 3293 String formMethod; | 3298 String formMethod; |
| 3294 | 3299 |
| 3295 bool formNoValidate; | 3300 bool formNoValidate; |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3593 void pause() native; | 3598 void pause() native; |
| 3594 | 3599 |
| 3595 void play() native; | 3600 void play() native; |
| 3596 | 3601 |
| 3597 void webkitAddKey(String keySystem, _Uint8ArrayJs key, [_Uint8ArrayJs initData
= null, String sessionId = null]) native; | 3602 void webkitAddKey(String keySystem, _Uint8ArrayJs key, [_Uint8ArrayJs initData
= null, String sessionId = null]) native; |
| 3598 | 3603 |
| 3599 void webkitCancelKeyRequest(String keySystem, String sessionId) native; | 3604 void webkitCancelKeyRequest(String keySystem, String sessionId) native; |
| 3600 | 3605 |
| 3601 void webkitGenerateKeyRequest(String keySystem, [_Uint8ArrayJs initData = null
]) native; | 3606 void webkitGenerateKeyRequest(String keySystem, [_Uint8ArrayJs initData = null
]) native; |
| 3602 | 3607 |
| 3603 void webkitSourceAppend(_Uint8ArrayJs data) native; | 3608 void webkitSourceAbort(String id) native; |
| 3609 |
| 3610 void webkitSourceAddId(String id, String type) native; |
| 3611 |
| 3612 void webkitSourceAppend(String id, _Uint8ArrayJs data) native; |
| 3613 |
| 3614 _TimeRangesJs webkitSourceBuffered(String id) native; |
| 3604 | 3615 |
| 3605 void webkitSourceEndOfStream(int status) native; | 3616 void webkitSourceEndOfStream(int status) native; |
| 3617 |
| 3618 void webkitSourceRemoveId(String id) native; |
| 3606 } | 3619 } |
| 3607 | 3620 |
| 3608 class _HTMLMenuElementJs extends _HTMLElementJs implements HTMLMenuElement nativ
e "*HTMLMenuElement" { | 3621 class _HTMLMenuElementJs extends _HTMLElementJs implements HTMLMenuElement nativ
e "*HTMLMenuElement" { |
| 3609 | 3622 |
| 3610 bool compact; | 3623 bool compact; |
| 3611 } | 3624 } |
| 3612 | 3625 |
| 3613 class _HTMLMetaElementJs extends _HTMLElementJs implements HTMLMetaElement nativ
e "*HTMLMetaElement" { | 3626 class _HTMLMetaElementJs extends _HTMLElementJs implements HTMLMetaElement nativ
e "*HTMLMetaElement" { |
| 3614 | 3627 |
| 3615 String content; | 3628 String content; |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4261 | 4274 |
| 4262 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; | 4275 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; |
| 4263 | 4276 |
| 4264 _IDBVersionChangeRequestJs setVersion(String version) native; | 4277 _IDBVersionChangeRequestJs setVersion(String version) native; |
| 4265 | 4278 |
| 4266 _IDBTransactionJs transaction(storeName_OR_storeNames, mode) native; | 4279 _IDBTransactionJs transaction(storeName_OR_storeNames, mode) native; |
| 4267 } | 4280 } |
| 4268 | 4281 |
| 4269 class _IDBDatabaseExceptionJs extends _DOMTypeJs implements IDBDatabaseException
native "*IDBDatabaseException" { | 4282 class _IDBDatabaseExceptionJs extends _DOMTypeJs implements IDBDatabaseException
native "*IDBDatabaseException" { |
| 4270 | 4283 |
| 4271 static final int ABORT_ERR = 8; | 4284 static final int ABORT_ERR = 20; |
| 4272 | 4285 |
| 4273 static final int CONSTRAINT_ERR = 4; | 4286 static final int CONSTRAINT_ERR = 4; |
| 4274 | 4287 |
| 4275 static final int DATA_ERR = 5; | 4288 static final int DATA_ERR = 5; |
| 4276 | 4289 |
| 4277 static final int NON_TRANSIENT_ERR = 2; | 4290 static final int NON_TRANSIENT_ERR = 2; |
| 4278 | 4291 |
| 4279 static final int NOT_ALLOWED_ERR = 6; | 4292 static final int NOT_ALLOWED_ERR = 6; |
| 4280 | 4293 |
| 4281 static final int NOT_FOUND_ERR = 3; | 4294 static final int NOT_FOUND_ERR = 8; |
| 4282 | 4295 |
| 4283 static final int NO_ERR = 0; | 4296 static final int NO_ERR = 0; |
| 4284 | 4297 |
| 4285 static final int QUOTA_ERR = 11; | 4298 static final int QUOTA_ERR = 22; |
| 4286 | 4299 |
| 4287 static final int READ_ONLY_ERR = 9; | 4300 static final int READ_ONLY_ERR = 9; |
| 4288 | 4301 |
| 4289 static final int TIMEOUT_ERR = 10; | 4302 static final int TIMEOUT_ERR = 23; |
| 4290 | 4303 |
| 4291 static final int TRANSACTION_INACTIVE_ERR = 7; | 4304 static final int TRANSACTION_INACTIVE_ERR = 7; |
| 4292 | 4305 |
| 4293 static final int UNKNOWN_ERR = 1; | 4306 static final int UNKNOWN_ERR = 1; |
| 4294 | 4307 |
| 4295 static final int VER_ERR = 12; | 4308 static final int VER_ERR = 12; |
| 4296 | 4309 |
| 4297 final int code; | 4310 final int code; |
| 4298 | 4311 |
| 4299 final String message; | 4312 final String message; |
| 4300 | 4313 |
| 4301 final String name; | 4314 final String name; |
| 4302 | 4315 |
| 4303 String toString() native; | 4316 String toString() native; |
| 4304 } | 4317 } |
| 4305 | 4318 |
| 4306 class _IDBFactoryJs extends _DOMTypeJs implements IDBFactory native "*IDBFactory
" { | 4319 class _IDBFactoryJs extends _DOMTypeJs implements IDBFactory native "*IDBFactory
" { |
| 4307 | 4320 |
| 4308 int cmp(first, second) native; | 4321 int cmp(first, second) native; |
| 4309 | 4322 |
| 4310 _IDBVersionChangeRequestJs deleteDatabase(String name) native; | 4323 _IDBVersionChangeRequestJs deleteDatabase(String name) native; |
| 4311 | 4324 |
| 4312 _IDBRequestJs getDatabaseNames() native; | 4325 _IDBRequestJs getDatabaseNames() native; |
| 4313 | 4326 |
| 4314 _IDBRequestJs open(String name) native; | 4327 _IDBRequestJs open(String name) native; |
| 4315 } | 4328 } |
| 4316 | 4329 |
| 4317 class _IDBIndexJs extends _DOMTypeJs implements IDBIndex native "*IDBIndex" { | 4330 class _IDBIndexJs extends _DOMTypeJs implements IDBIndex native "*IDBIndex" { |
| 4318 | 4331 |
| 4319 final String keyPath; | 4332 final keyPath; |
| 4320 | 4333 |
| 4321 final bool multiEntry; | 4334 final bool multiEntry; |
| 4322 | 4335 |
| 4323 final String name; | 4336 final String name; |
| 4324 | 4337 |
| 4325 final _IDBObjectStoreJs objectStore; | 4338 final _IDBObjectStoreJs objectStore; |
| 4326 | 4339 |
| 4327 final bool unique; | 4340 final bool unique; |
| 4328 | 4341 |
| 4329 _IDBRequestJs count([key_OR_range = null]) native; | 4342 _IDBRequestJs count([key_OR_range = null]) native; |
| (...skipping 16 matching lines...) Expand all Loading... |
| 4346 | 4359 |
| 4347 final bool lowerOpen; | 4360 final bool lowerOpen; |
| 4348 | 4361 |
| 4349 final upper; | 4362 final upper; |
| 4350 | 4363 |
| 4351 final bool upperOpen; | 4364 final bool upperOpen; |
| 4352 } | 4365 } |
| 4353 | 4366 |
| 4354 class _IDBObjectStoreJs extends _DOMTypeJs implements IDBObjectStore native "*ID
BObjectStore" { | 4367 class _IDBObjectStoreJs extends _DOMTypeJs implements IDBObjectStore native "*ID
BObjectStore" { |
| 4355 | 4368 |
| 4369 final bool autoIncrement; |
| 4370 |
| 4356 final List<String> indexNames; | 4371 final List<String> indexNames; |
| 4357 | 4372 |
| 4358 final String keyPath; | 4373 final keyPath; |
| 4359 | 4374 |
| 4360 final String name; | 4375 final String name; |
| 4361 | 4376 |
| 4362 final _IDBTransactionJs transaction; | 4377 final _IDBTransactionJs transaction; |
| 4363 | 4378 |
| 4364 _IDBRequestJs add(value, [key = null]) native; | 4379 _IDBRequestJs add(value, [key = null]) native; |
| 4365 | 4380 |
| 4366 _IDBRequestJs clear() native; | 4381 _IDBRequestJs clear() native; |
| 4367 | 4382 |
| 4368 _IDBRequestJs count([key_OR_range = null]) native; | 4383 _IDBRequestJs count([key_OR_range = null]) native; |
| 4369 | 4384 |
| 4370 _IDBIndexJs createIndex(String name, String keyPath, [Map options = null]) nat
ive; | 4385 _IDBIndexJs createIndex(String name, String keyPath, [Map options = null]) nat
ive; |
| 4371 | 4386 |
| 4372 _IDBRequestJs delete(key_OR_keyRange) native; | 4387 _IDBRequestJs delete(key_OR_keyRange) native; |
| 4373 | 4388 |
| 4374 void deleteIndex(String name) native; | 4389 void deleteIndex(String name) native; |
| 4375 | 4390 |
| 4376 _IDBRequestJs getObject(key) native 'get'; | 4391 _IDBRequestJs getObject(key) native 'get'; |
| 4377 | 4392 |
| 4378 _IDBIndexJs index(String name) native; | 4393 _IDBIndexJs index(String name) native; |
| 4379 | 4394 |
| 4380 _IDBRequestJs openCursor([key_OR_range = null, direction = null]) native; | 4395 _IDBRequestJs openCursor([key_OR_range = null, direction = null]) native; |
| 4381 | 4396 |
| 4382 _IDBRequestJs put(value, [key = null]) native; | 4397 _IDBRequestJs put(value, [key = null]) native; |
| 4383 } | 4398 } |
| 4384 | 4399 |
| 4385 class _IDBRequestJs extends _EventTargetJs implements IDBRequest native "*IDBReq
uest" { | 4400 class _IDBRequestJs extends _EventTargetJs implements IDBRequest native "*IDBReq
uest" { |
| 4386 | 4401 |
| 4402 final _DOMErrorJs error; |
| 4403 |
| 4387 final int errorCode; | 4404 final int errorCode; |
| 4388 | 4405 |
| 4389 final String readyState; | 4406 final String readyState; |
| 4390 | 4407 |
| 4391 final result; | 4408 final result; |
| 4392 | 4409 |
| 4393 final source; | 4410 final source; |
| 4394 | 4411 |
| 4395 final _IDBTransactionJs transaction; | 4412 final _IDBTransactionJs transaction; |
| 4396 | 4413 |
| 4397 final String webkitErrorMessage; | 4414 final String webkitErrorMessage; |
| 4398 | 4415 |
| 4399 void addEventListener(String type, EventListener listener, [bool useCapture =
null]) native; | 4416 void addEventListener(String type, EventListener listener, [bool useCapture =
null]) native; |
| 4400 | 4417 |
| 4401 bool dispatchEvent(_EventJs evt) native; | 4418 bool dispatchEvent(_EventJs evt) native; |
| 4402 | 4419 |
| 4403 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; | 4420 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; |
| 4404 } | 4421 } |
| 4405 | 4422 |
| 4406 class _IDBTransactionJs extends _EventTargetJs implements IDBTransaction native
"*IDBTransaction" { | 4423 class _IDBTransactionJs extends _EventTargetJs implements IDBTransaction native
"*IDBTransaction" { |
| 4407 | 4424 |
| 4408 static final int READ_ONLY = 0; | 4425 static final int READ_ONLY = 0; |
| 4409 | 4426 |
| 4410 static final int READ_WRITE = 1; | 4427 static final int READ_WRITE = 1; |
| 4411 | 4428 |
| 4412 static final int VERSION_CHANGE = 2; | 4429 static final int VERSION_CHANGE = 2; |
| 4413 | 4430 |
| 4414 final _IDBDatabaseJs db; | 4431 final _IDBDatabaseJs db; |
| 4415 | 4432 |
| 4433 final _DOMErrorJs error; |
| 4434 |
| 4416 final String mode; | 4435 final String mode; |
| 4417 | 4436 |
| 4418 void abort() native; | 4437 void abort() native; |
| 4419 | 4438 |
| 4420 void addEventListener(String type, EventListener listener, [bool useCapture =
null]) native; | 4439 void addEventListener(String type, EventListener listener, [bool useCapture =
null]) native; |
| 4421 | 4440 |
| 4422 bool dispatchEvent(_EventJs evt) native; | 4441 bool dispatchEvent(_EventJs evt) native; |
| 4423 | 4442 |
| 4424 _IDBObjectStoreJs objectStore(String name) native; | 4443 _IDBObjectStoreJs objectStore(String name) native; |
| 4425 | 4444 |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4792 final bool metaKey; | 4811 final bool metaKey; |
| 4793 | 4812 |
| 4794 final bool shiftKey; | 4813 final bool shiftKey; |
| 4795 | 4814 |
| 4796 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; | 4815 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; |
| 4797 } | 4816 } |
| 4798 | 4817 |
| 4799 class _LocalMediaStreamJs extends _MediaStreamJs implements LocalMediaStream nat
ive "*LocalMediaStream" { | 4818 class _LocalMediaStreamJs extends _MediaStreamJs implements LocalMediaStream nat
ive "*LocalMediaStream" { |
| 4800 | 4819 |
| 4801 void stop() native; | 4820 void stop() native; |
| 4821 |
| 4822 // From EventTarget |
| 4823 |
| 4824 void addEventListener(String type, EventListener listener, [bool useCapture =
null]) native; |
| 4825 |
| 4826 bool dispatchEvent(_EventJs event) native; |
| 4827 |
| 4828 void removeEventListener(String type, EventListener listener, [bool useCapture
= null]) native; |
| 4802 } | 4829 } |
| 4803 | 4830 |
| 4804 class _LocationJs extends _DOMTypeJs implements Location native "*Location" { | 4831 class _LocationJs extends _DOMTypeJs implements Location native "*Location" { |
| 4805 | 4832 |
| 4806 final List<String> ancestorOrigins; | 4833 final List<String> ancestorOrigins; |
| 4807 | 4834 |
| 4808 String hash; | 4835 String hash; |
| 4809 | 4836 |
| 4810 String host; | 4837 String host; |
| 4811 | 4838 |
| (...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5751 | 5778 |
| 5752 static final int VERTICAL = 1; | 5779 static final int VERTICAL = 1; |
| 5753 | 5780 |
| 5754 final bool horizontalOverflow; | 5781 final bool horizontalOverflow; |
| 5755 | 5782 |
| 5756 final int orient; | 5783 final int orient; |
| 5757 | 5784 |
| 5758 final bool verticalOverflow; | 5785 final bool verticalOverflow; |
| 5759 } | 5786 } |
| 5760 | 5787 |
| 5788 class _PagePopupControllerJs extends _DOMTypeJs implements PagePopupController n
ative "*PagePopupController" { |
| 5789 |
| 5790 void setValueAndClosePopup(int numberValue, String stringValue) native; |
| 5791 } |
| 5792 |
| 5761 class _PageTransitionEventJs extends _EventJs implements PageTransitionEvent nat
ive "*PageTransitionEvent" { | 5793 class _PageTransitionEventJs extends _EventJs implements PageTransitionEvent nat
ive "*PageTransitionEvent" { |
| 5762 | 5794 |
| 5763 final bool persisted; | 5795 final bool persisted; |
| 5764 } | 5796 } |
| 5765 | 5797 |
| 5766 class _PeerConnection00Js extends _EventTargetJs implements PeerConnection00 nat
ive "*PeerConnection00" { | 5798 class _PeerConnection00Js extends _EventTargetJs implements PeerConnection00 nat
ive "*PeerConnection00" { |
| 5767 | 5799 |
| 5768 static final int ACTIVE = 2; | 5800 static final int ACTIVE = 2; |
| 5769 | 5801 |
| 5770 static final int CLOSED = 3; | 5802 static final int CLOSED = 3; |
| (...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8749 class _SVGSVGElementJs extends _SVGElementJs implements SVGSVGElement native "*S
VGSVGElement" { | 8781 class _SVGSVGElementJs extends _SVGElementJs implements SVGSVGElement native "*S
VGSVGElement" { |
| 8750 | 8782 |
| 8751 String contentScriptType; | 8783 String contentScriptType; |
| 8752 | 8784 |
| 8753 String contentStyleType; | 8785 String contentStyleType; |
| 8754 | 8786 |
| 8755 num currentScale; | 8787 num currentScale; |
| 8756 | 8788 |
| 8757 final _SVGPointJs currentTranslate; | 8789 final _SVGPointJs currentTranslate; |
| 8758 | 8790 |
| 8791 final _SVGViewSpecJs currentView; |
| 8792 |
| 8759 final _SVGAnimatedLengthJs height; | 8793 final _SVGAnimatedLengthJs height; |
| 8760 | 8794 |
| 8761 final num pixelUnitToMillimeterX; | 8795 final num pixelUnitToMillimeterX; |
| 8762 | 8796 |
| 8763 final num pixelUnitToMillimeterY; | 8797 final num pixelUnitToMillimeterY; |
| 8764 | 8798 |
| 8765 final num screenPixelToMillimeterX; | 8799 final num screenPixelToMillimeterX; |
| 8766 | 8800 |
| 8767 final num screenPixelToMillimeterY; | 8801 final num screenPixelToMillimeterY; |
| 8768 | 8802 |
| 8769 bool useCurrentView; | 8803 final bool useCurrentView; |
| 8770 | 8804 |
| 8771 final _SVGRectJs viewport; | 8805 final _SVGRectJs viewport; |
| 8772 | 8806 |
| 8773 final _SVGAnimatedLengthJs width; | 8807 final _SVGAnimatedLengthJs width; |
| 8774 | 8808 |
| 8775 final _SVGAnimatedLengthJs x; | 8809 final _SVGAnimatedLengthJs x; |
| 8776 | 8810 |
| 8777 final _SVGAnimatedLengthJs y; | 8811 final _SVGAnimatedLengthJs y; |
| 8778 | 8812 |
| 8779 bool animationsPaused() native; | 8813 bool animationsPaused() native; |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9317 | 9351 |
| 9318 final _SVGAnimatedRectJs viewBox; | 9352 final _SVGAnimatedRectJs viewBox; |
| 9319 | 9353 |
| 9320 // From SVGZoomAndPan | 9354 // From SVGZoomAndPan |
| 9321 | 9355 |
| 9322 int zoomAndPan; | 9356 int zoomAndPan; |
| 9323 } | 9357 } |
| 9324 | 9358 |
| 9325 class _SVGViewSpecJs extends _DOMTypeJs implements SVGViewSpec native "*SVGViewS
pec" { | 9359 class _SVGViewSpecJs extends _DOMTypeJs implements SVGViewSpec native "*SVGViewS
pec" { |
| 9326 | 9360 |
| 9361 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
| 9362 |
| 9327 final String preserveAspectRatioString; | 9363 final String preserveAspectRatioString; |
| 9328 | 9364 |
| 9329 final _SVGTransformListJs transform; | 9365 final _SVGTransformListJs transform; |
| 9330 | 9366 |
| 9331 final String transformString; | 9367 final String transformString; |
| 9332 | 9368 |
| 9369 final _SVGAnimatedRectJs viewBox; |
| 9370 |
| 9333 final String viewBoxString; | 9371 final String viewBoxString; |
| 9334 | 9372 |
| 9335 final _SVGElementJs viewTarget; | 9373 final _SVGElementJs viewTarget; |
| 9336 | 9374 |
| 9337 final String viewTargetString; | 9375 final String viewTargetString; |
| 9338 | 9376 |
| 9339 // From SVGZoomAndPan | |
| 9340 | |
| 9341 int zoomAndPan; | 9377 int zoomAndPan; |
| 9342 | |
| 9343 // From SVGFitToViewBox | |
| 9344 | |
| 9345 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | |
| 9346 | |
| 9347 final _SVGAnimatedRectJs viewBox; | |
| 9348 } | 9378 } |
| 9349 | 9379 |
| 9350 class _SVGZoomEventJs extends _UIEventJs implements SVGZoomEvent native "*SVGZoo
mEvent" { | 9380 class _SVGZoomEventJs extends _UIEventJs implements SVGZoomEvent native "*SVGZoo
mEvent" { |
| 9351 | 9381 |
| 9352 final num newScale; | 9382 final num newScale; |
| 9353 | 9383 |
| 9354 final _SVGPointJs newTranslate; | 9384 final _SVGPointJs newTranslate; |
| 9355 | 9385 |
| 9356 final num previousScale; | 9386 final num previousScale; |
| 9357 | 9387 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9419 class _ShadowRootJs extends _DocumentFragmentJs implements ShadowRoot native "*S
hadowRoot" { | 9449 class _ShadowRootJs extends _DocumentFragmentJs implements ShadowRoot native "*S
hadowRoot" { |
| 9420 | 9450 |
| 9421 final _ElementJs activeElement; | 9451 final _ElementJs activeElement; |
| 9422 | 9452 |
| 9423 bool applyAuthorStyles; | 9453 bool applyAuthorStyles; |
| 9424 | 9454 |
| 9425 final _ElementJs host; | 9455 final _ElementJs host; |
| 9426 | 9456 |
| 9427 String innerHTML; | 9457 String innerHTML; |
| 9428 | 9458 |
| 9429 final _DOMSelectionJs selection; | |
| 9430 | |
| 9431 _ElementJs getElementById(String elementId) native; | 9459 _ElementJs getElementById(String elementId) native; |
| 9432 | 9460 |
| 9433 _NodeListJs getElementsByClassName(String className) native; | 9461 _NodeListJs getElementsByClassName(String className) native; |
| 9434 | 9462 |
| 9435 _NodeListJs getElementsByTagName(String tagName) native; | 9463 _NodeListJs getElementsByTagName(String tagName) native; |
| 9436 | 9464 |
| 9437 _NodeListJs getElementsByTagNameNS(String namespaceURI, String localName) nati
ve; | 9465 _NodeListJs getElementsByTagNameNS(String namespaceURI, String localName) nati
ve; |
| 9466 |
| 9467 _DOMSelectionJs getSelection() native; |
| 9438 } | 9468 } |
| 9439 | 9469 |
| 9440 class _SharedWorkerJs extends _AbstractWorkerJs implements SharedWorker native "
*SharedWorker" { | 9470 class _SharedWorkerJs extends _AbstractWorkerJs implements SharedWorker native "
*SharedWorker" { |
| 9441 | 9471 |
| 9442 final _MessagePortJs port; | 9472 final _MessagePortJs port; |
| 9443 } | 9473 } |
| 9444 | 9474 |
| 9445 class _SharedWorkerContextJs extends _WorkerContextJs implements SharedWorkerCon
text native "*SharedWorkerContext" { | 9475 class _SharedWorkerContextJs extends _WorkerContextJs implements SharedWorkerCon
text native "*SharedWorkerContext" { |
| 9446 | 9476 |
| 9447 final String name; | 9477 final String name; |
| (...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11485 | 11515 |
| 11486 _WebKitCSSMatrixJs skewX(num angle) native; | 11516 _WebKitCSSMatrixJs skewX(num angle) native; |
| 11487 | 11517 |
| 11488 _WebKitCSSMatrixJs skewY(num angle) native; | 11518 _WebKitCSSMatrixJs skewY(num angle) native; |
| 11489 | 11519 |
| 11490 String toString() native; | 11520 String toString() native; |
| 11491 | 11521 |
| 11492 _WebKitCSSMatrixJs translate(num x, num y, num z) native; | 11522 _WebKitCSSMatrixJs translate(num x, num y, num z) native; |
| 11493 } | 11523 } |
| 11494 | 11524 |
| 11495 class _WebKitCSSRegionRuleJs extends _CSSRuleJs implements WebKitCSSRegionRule n
ative "*WebKitCSSRegionRule" { | |
| 11496 | |
| 11497 final _CSSRuleListJs cssRules; | |
| 11498 } | |
| 11499 | |
| 11500 class _WebKitCSSTransformValueJs extends _CSSValueListJs implements WebKitCSSTra
nsformValue native "*WebKitCSSTransformValue" { | 11525 class _WebKitCSSTransformValueJs extends _CSSValueListJs implements WebKitCSSTra
nsformValue native "*WebKitCSSTransformValue" { |
| 11501 | 11526 |
| 11502 static final int CSS_MATRIX = 11; | 11527 static final int CSS_MATRIX = 11; |
| 11503 | 11528 |
| 11504 static final int CSS_MATRIX3D = 21; | 11529 static final int CSS_MATRIX3D = 21; |
| 11505 | 11530 |
| 11506 static final int CSS_PERSPECTIVE = 20; | 11531 static final int CSS_PERSPECTIVE = 20; |
| 11507 | 11532 |
| 11508 static final int CSS_ROTATE = 4; | 11533 static final int CSS_ROTATE = 4; |
| 11509 | 11534 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11548 | 11573 |
| 11549 void disconnect() native; | 11574 void disconnect() native; |
| 11550 | 11575 |
| 11551 List<MutationRecord> takeRecords() native; | 11576 List<MutationRecord> takeRecords() native; |
| 11552 } | 11577 } |
| 11553 | 11578 |
| 11554 class _WebKitNamedFlowJs extends _DOMTypeJs implements WebKitNamedFlow native "*
WebKitNamedFlow" { | 11579 class _WebKitNamedFlowJs extends _DOMTypeJs implements WebKitNamedFlow native "*
WebKitNamedFlow" { |
| 11555 | 11580 |
| 11556 final _NodeListJs contentNodes; | 11581 final _NodeListJs contentNodes; |
| 11557 | 11582 |
| 11558 final bool overflow; | 11583 final String name; |
| 11584 |
| 11585 final bool overset; |
| 11559 | 11586 |
| 11560 _NodeListJs getRegionsByContentNode(_NodeJs contentNode) native; | 11587 _NodeListJs getRegionsByContentNode(_NodeJs contentNode) native; |
| 11561 } | 11588 } |
| 11562 | 11589 |
| 11563 class _WebKitPointJs extends _DOMTypeJs implements WebKitPoint native "*WebKitPo
int" { | 11590 class _WebKitPointJs extends _DOMTypeJs implements WebKitPoint native "*WebKitPo
int" { |
| 11564 | 11591 |
| 11565 num x; | 11592 num x; |
| 11566 | 11593 |
| 11567 num y; | 11594 num y; |
| 11568 } | 11595 } |
| (...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12777 static final int PAGE_RULE = 6; | 12804 static final int PAGE_RULE = 6; |
| 12778 | 12805 |
| 12779 static final int STYLE_RULE = 1; | 12806 static final int STYLE_RULE = 1; |
| 12780 | 12807 |
| 12781 static final int UNKNOWN_RULE = 0; | 12808 static final int UNKNOWN_RULE = 0; |
| 12782 | 12809 |
| 12783 static final int WEBKIT_KEYFRAMES_RULE = 7; | 12810 static final int WEBKIT_KEYFRAMES_RULE = 7; |
| 12784 | 12811 |
| 12785 static final int WEBKIT_KEYFRAME_RULE = 8; | 12812 static final int WEBKIT_KEYFRAME_RULE = 8; |
| 12786 | 12813 |
| 12787 static final int WEBKIT_REGION_RULE = 10; | |
| 12788 | |
| 12789 String cssText; | 12814 String cssText; |
| 12790 | 12815 |
| 12791 final CSSRule parentRule; | 12816 final CSSRule parentRule; |
| 12792 | 12817 |
| 12793 final CSSStyleSheet parentStyleSheet; | 12818 final CSSStyleSheet parentStyleSheet; |
| 12794 | 12819 |
| 12795 final int type; | 12820 final int type; |
| 12796 } | 12821 } |
| 12797 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12822 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 12798 // for details. All rights reserved. Use of this source code is governed by a | 12823 // 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... |
| 12971 num shadowOffsetY; | 12996 num shadowOffsetY; |
| 12972 | 12997 |
| 12973 var /*custom*/ strokeStyle; | 12998 var /*custom*/ strokeStyle; |
| 12974 | 12999 |
| 12975 String textAlign; | 13000 String textAlign; |
| 12976 | 13001 |
| 12977 String textBaseline; | 13002 String textBaseline; |
| 12978 | 13003 |
| 12979 final num webkitBackingStorePixelRatio; | 13004 final num webkitBackingStorePixelRatio; |
| 12980 | 13005 |
| 13006 bool webkitImageSmoothingEnabled; |
| 13007 |
| 12981 List webkitLineDash; | 13008 List webkitLineDash; |
| 12982 | 13009 |
| 12983 num webkitLineDashOffset; | 13010 num webkitLineDashOffset; |
| 12984 | 13011 |
| 12985 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise); | 13012 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise); |
| 12986 | 13013 |
| 12987 void arcTo(num x1, num y1, num x2, num y2, num radius); | 13014 void arcTo(num x1, num y1, num x2, num y2, num radius); |
| 12988 | 13015 |
| 12989 void beginPath(); | 13016 void beginPath(); |
| 12990 | 13017 |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13344 static final int UNCACHED = 0; | 13371 static final int UNCACHED = 0; |
| 13345 | 13372 |
| 13346 static final int UPDATEREADY = 4; | 13373 static final int UPDATEREADY = 4; |
| 13347 } | 13374 } |
| 13348 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 13375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 13349 // for details. All rights reserved. Use of this source code is governed by a | 13376 // for details. All rights reserved. Use of this source code is governed by a |
| 13350 // BSD-style license that can be found in the LICENSE file. | 13377 // BSD-style license that can be found in the LICENSE file. |
| 13351 | 13378 |
| 13352 // WARNING: Do not edit - generated code. | 13379 // WARNING: Do not edit - generated code. |
| 13353 | 13380 |
| 13381 interface DOMError { |
| 13382 |
| 13383 final String name; |
| 13384 } |
| 13385 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 13386 // for details. All rights reserved. Use of this source code is governed by a |
| 13387 // BSD-style license that can be found in the LICENSE file. |
| 13388 |
| 13389 // WARNING: Do not edit - generated code. |
| 13390 |
| 13354 interface DOMException { | 13391 interface DOMException { |
| 13355 | 13392 |
| 13356 static final int ABORT_ERR = 20; | 13393 static final int ABORT_ERR = 20; |
| 13357 | 13394 |
| 13358 static final int DATA_CLONE_ERR = 25; | 13395 static final int DATA_CLONE_ERR = 25; |
| 13359 | 13396 |
| 13360 static final int DOMSTRING_SIZE_ERR = 2; | 13397 static final int DOMSTRING_SIZE_ERR = 2; |
| 13361 | 13398 |
| 13362 static final int HIERARCHY_REQUEST_ERR = 3; | 13399 static final int HIERARCHY_REQUEST_ERR = 3; |
| 13363 | 13400 |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13724 final Navigator navigator; | 13761 final Navigator navigator; |
| 13725 | 13762 |
| 13726 final bool offscreenBuffering; | 13763 final bool offscreenBuffering; |
| 13727 | 13764 |
| 13728 final DOMWindow opener; | 13765 final DOMWindow opener; |
| 13729 | 13766 |
| 13730 final int outerHeight; | 13767 final int outerHeight; |
| 13731 | 13768 |
| 13732 final int outerWidth; | 13769 final int outerWidth; |
| 13733 | 13770 |
| 13771 final PagePopupController pagePopupController; |
| 13772 |
| 13734 final int pageXOffset; | 13773 final int pageXOffset; |
| 13735 | 13774 |
| 13736 final int pageYOffset; | 13775 final int pageYOffset; |
| 13737 | 13776 |
| 13738 final DOMWindow parent; | 13777 final DOMWindow parent; |
| 13739 | 13778 |
| 13740 final Performance performance; | 13779 final Performance performance; |
| 13741 | 13780 |
| 13742 final BarInfo personalbar; | 13781 final BarInfo personalbar; |
| 13743 | 13782 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13880 | 13919 |
| 13881 interface DataTransferItem { | 13920 interface DataTransferItem { |
| 13882 | 13921 |
| 13883 final String kind; | 13922 final String kind; |
| 13884 | 13923 |
| 13885 final String type; | 13924 final String type; |
| 13886 | 13925 |
| 13887 Blob getAsFile(); | 13926 Blob getAsFile(); |
| 13888 | 13927 |
| 13889 void getAsString([StringCallback callback]); | 13928 void getAsString([StringCallback callback]); |
| 13890 | |
| 13891 void webkitGetAsEntry([EntryCallback callback]); | |
| 13892 } | 13929 } |
| 13893 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 13930 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 13894 // for details. All rights reserved. Use of this source code is governed by a | 13931 // for details. All rights reserved. Use of this source code is governed by a |
| 13895 // BSD-style license that can be found in the LICENSE file. | 13932 // BSD-style license that can be found in the LICENSE file. |
| 13896 | 13933 |
| 13897 // WARNING: Do not edit - generated code. | 13934 // WARNING: Do not edit - generated code. |
| 13898 | 13935 |
| 13899 interface DataTransferItemList { | 13936 interface DataTransferItemList { |
| 13900 | 13937 |
| 13901 final int length; | 13938 final int length; |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14290 | 14327 |
| 14291 String queryCommandValue(String command); | 14328 String queryCommandValue(String command); |
| 14292 | 14329 |
| 14293 Element querySelector(String selectors); | 14330 Element querySelector(String selectors); |
| 14294 | 14331 |
| 14295 NodeList querySelectorAll(String selectors); | 14332 NodeList querySelectorAll(String selectors); |
| 14296 | 14333 |
| 14297 void webkitCancelFullScreen(); | 14334 void webkitCancelFullScreen(); |
| 14298 | 14335 |
| 14299 void webkitExitFullscreen(); | 14336 void webkitExitFullscreen(); |
| 14300 | |
| 14301 WebKitNamedFlow webkitGetFlowByName(String name); | |
| 14302 } | 14337 } |
| 14303 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 14338 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 14304 // for details. All rights reserved. Use of this source code is governed by a | 14339 // for details. All rights reserved. Use of this source code is governed by a |
| 14305 // BSD-style license that can be found in the LICENSE file. | 14340 // BSD-style license that can be found in the LICENSE file. |
| 14306 | 14341 |
| 14307 // WARNING: Do not edit - generated code. | 14342 // WARNING: Do not edit - generated code. |
| 14308 | 14343 |
| 14309 interface DocumentFragment extends Node, NodeSelector { | 14344 interface DocumentFragment extends Node, NodeSelector { |
| 14310 | 14345 |
| 14311 Element querySelector(String selectors); | 14346 Element querySelector(String selectors); |
| (...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15577 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 15612 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 15578 // for details. All rights reserved. Use of this source code is governed by a | 15613 // for details. All rights reserved. Use of this source code is governed by a |
| 15579 // BSD-style license that can be found in the LICENSE file. | 15614 // BSD-style license that can be found in the LICENSE file. |
| 15580 | 15615 |
| 15581 // WARNING: Do not edit - generated code. | 15616 // WARNING: Do not edit - generated code. |
| 15582 | 15617 |
| 15583 interface HTMLFieldSetElement extends HTMLElement { | 15618 interface HTMLFieldSetElement extends HTMLElement { |
| 15584 | 15619 |
| 15585 bool disabled; | 15620 bool disabled; |
| 15586 | 15621 |
| 15622 final HTMLCollection elements; |
| 15623 |
| 15587 final HTMLFormElement form; | 15624 final HTMLFormElement form; |
| 15588 | 15625 |
| 15589 String name; | 15626 String name; |
| 15590 | 15627 |
| 15591 final String type; | 15628 final String type; |
| 15592 | 15629 |
| 15593 final String validationMessage; | 15630 final String validationMessage; |
| 15594 | 15631 |
| 15595 final ValidityState validity; | 15632 final ValidityState validity; |
| 15596 | 15633 |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15851 bool checked; | 15888 bool checked; |
| 15852 | 15889 |
| 15853 bool defaultChecked; | 15890 bool defaultChecked; |
| 15854 | 15891 |
| 15855 String defaultValue; | 15892 String defaultValue; |
| 15856 | 15893 |
| 15857 String dirName; | 15894 String dirName; |
| 15858 | 15895 |
| 15859 bool disabled; | 15896 bool disabled; |
| 15860 | 15897 |
| 15861 final FileList files; | 15898 FileList files; |
| 15862 | 15899 |
| 15863 final HTMLFormElement form; | 15900 final HTMLFormElement form; |
| 15864 | 15901 |
| 15865 String formAction; | 15902 String formAction; |
| 15866 | 15903 |
| 15867 String formEnctype; | 15904 String formEnctype; |
| 15868 | 15905 |
| 15869 String formMethod; | 15906 String formMethod; |
| 15870 | 15907 |
| 15871 bool formNoValidate; | 15908 bool formNoValidate; |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16209 void pause(); | 16246 void pause(); |
| 16210 | 16247 |
| 16211 void play(); | 16248 void play(); |
| 16212 | 16249 |
| 16213 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri
ng sessionId]); | 16250 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri
ng sessionId]); |
| 16214 | 16251 |
| 16215 void webkitCancelKeyRequest(String keySystem, String sessionId); | 16252 void webkitCancelKeyRequest(String keySystem, String sessionId); |
| 16216 | 16253 |
| 16217 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]); | 16254 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]); |
| 16218 | 16255 |
| 16219 void webkitSourceAppend(Uint8Array data); | 16256 void webkitSourceAbort(String id); |
| 16257 |
| 16258 void webkitSourceAddId(String id, String type); |
| 16259 |
| 16260 void webkitSourceAppend(String id, Uint8Array data); |
| 16261 |
| 16262 TimeRanges webkitSourceBuffered(String id); |
| 16220 | 16263 |
| 16221 void webkitSourceEndOfStream(int status); | 16264 void webkitSourceEndOfStream(int status); |
| 16265 |
| 16266 void webkitSourceRemoveId(String id); |
| 16222 } | 16267 } |
| 16223 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 16268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 16224 // for details. All rights reserved. Use of this source code is governed by a | 16269 // for details. All rights reserved. Use of this source code is governed by a |
| 16225 // BSD-style license that can be found in the LICENSE file. | 16270 // BSD-style license that can be found in the LICENSE file. |
| 16226 | 16271 |
| 16227 // WARNING: Do not edit - generated code. | 16272 // WARNING: Do not edit - generated code. |
| 16228 | 16273 |
| 16229 interface HTMLMenuElement extends HTMLElement { | 16274 interface HTMLMenuElement extends HTMLElement { |
| 16230 | 16275 |
| 16231 bool compact; | 16276 bool compact; |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17073 IDBTransaction transaction(storeName_OR_storeNames, mode); | 17118 IDBTransaction transaction(storeName_OR_storeNames, mode); |
| 17074 } | 17119 } |
| 17075 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17120 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17076 // for details. All rights reserved. Use of this source code is governed by a | 17121 // for details. All rights reserved. Use of this source code is governed by a |
| 17077 // BSD-style license that can be found in the LICENSE file. | 17122 // BSD-style license that can be found in the LICENSE file. |
| 17078 | 17123 |
| 17079 // WARNING: Do not edit - generated code. | 17124 // WARNING: Do not edit - generated code. |
| 17080 | 17125 |
| 17081 interface IDBDatabaseException { | 17126 interface IDBDatabaseException { |
| 17082 | 17127 |
| 17083 static final int ABORT_ERR = 8; | 17128 static final int ABORT_ERR = 20; |
| 17084 | 17129 |
| 17085 static final int CONSTRAINT_ERR = 4; | 17130 static final int CONSTRAINT_ERR = 4; |
| 17086 | 17131 |
| 17087 static final int DATA_ERR = 5; | 17132 static final int DATA_ERR = 5; |
| 17088 | 17133 |
| 17089 static final int NON_TRANSIENT_ERR = 2; | 17134 static final int NON_TRANSIENT_ERR = 2; |
| 17090 | 17135 |
| 17091 static final int NOT_ALLOWED_ERR = 6; | 17136 static final int NOT_ALLOWED_ERR = 6; |
| 17092 | 17137 |
| 17093 static final int NOT_FOUND_ERR = 3; | 17138 static final int NOT_FOUND_ERR = 8; |
| 17094 | 17139 |
| 17095 static final int NO_ERR = 0; | 17140 static final int NO_ERR = 0; |
| 17096 | 17141 |
| 17097 static final int QUOTA_ERR = 11; | 17142 static final int QUOTA_ERR = 22; |
| 17098 | 17143 |
| 17099 static final int READ_ONLY_ERR = 9; | 17144 static final int READ_ONLY_ERR = 9; |
| 17100 | 17145 |
| 17101 static final int TIMEOUT_ERR = 10; | 17146 static final int TIMEOUT_ERR = 23; |
| 17102 | 17147 |
| 17103 static final int TRANSACTION_INACTIVE_ERR = 7; | 17148 static final int TRANSACTION_INACTIVE_ERR = 7; |
| 17104 | 17149 |
| 17105 static final int UNKNOWN_ERR = 1; | 17150 static final int UNKNOWN_ERR = 1; |
| 17106 | 17151 |
| 17107 static final int VER_ERR = 12; | 17152 static final int VER_ERR = 12; |
| 17108 | 17153 |
| 17109 final int code; | 17154 final int code; |
| 17110 | 17155 |
| 17111 final String message; | 17156 final String message; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 17131 IDBRequest open(String name); | 17176 IDBRequest open(String name); |
| 17132 } | 17177 } |
| 17133 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17134 // for details. All rights reserved. Use of this source code is governed by a | 17179 // for details. All rights reserved. Use of this source code is governed by a |
| 17135 // BSD-style license that can be found in the LICENSE file. | 17180 // BSD-style license that can be found in the LICENSE file. |
| 17136 | 17181 |
| 17137 // WARNING: Do not edit - generated code. | 17182 // WARNING: Do not edit - generated code. |
| 17138 | 17183 |
| 17139 interface IDBIndex { | 17184 interface IDBIndex { |
| 17140 | 17185 |
| 17141 final String keyPath; | 17186 final /*IDBAny*/ keyPath; |
| 17142 | 17187 |
| 17143 final bool multiEntry; | 17188 final bool multiEntry; |
| 17144 | 17189 |
| 17145 final String name; | 17190 final String name; |
| 17146 | 17191 |
| 17147 final IDBObjectStore objectStore; | 17192 final IDBObjectStore objectStore; |
| 17148 | 17193 |
| 17149 final bool unique; | 17194 final bool unique; |
| 17150 | 17195 |
| 17151 IDBRequest count([key_OR_range]); | 17196 IDBRequest count([key_OR_range]); |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17193 final bool upperOpen; | 17238 final bool upperOpen; |
| 17194 } | 17239 } |
| 17195 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17240 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17196 // for details. All rights reserved. Use of this source code is governed by a | 17241 // for details. All rights reserved. Use of this source code is governed by a |
| 17197 // BSD-style license that can be found in the LICENSE file. | 17242 // BSD-style license that can be found in the LICENSE file. |
| 17198 | 17243 |
| 17199 // WARNING: Do not edit - generated code. | 17244 // WARNING: Do not edit - generated code. |
| 17200 | 17245 |
| 17201 interface IDBObjectStore { | 17246 interface IDBObjectStore { |
| 17202 | 17247 |
| 17248 final bool autoIncrement; |
| 17249 |
| 17203 final List<String> indexNames; | 17250 final List<String> indexNames; |
| 17204 | 17251 |
| 17205 final String keyPath; | 17252 final /*IDBAny*/ keyPath; |
| 17206 | 17253 |
| 17207 final String name; | 17254 final String name; |
| 17208 | 17255 |
| 17209 final IDBTransaction transaction; | 17256 final IDBTransaction transaction; |
| 17210 | 17257 |
| 17211 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); | 17258 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); |
| 17212 | 17259 |
| 17213 IDBRequest clear(); | 17260 IDBRequest clear(); |
| 17214 | 17261 |
| 17215 IDBRequest count([key_OR_range]); | 17262 IDBRequest count([key_OR_range]); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 17229 IDBRequest put(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); | 17276 IDBRequest put(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); |
| 17230 } | 17277 } |
| 17231 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17278 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17232 // for details. All rights reserved. Use of this source code is governed by a | 17279 // for details. All rights reserved. Use of this source code is governed by a |
| 17233 // BSD-style license that can be found in the LICENSE file. | 17280 // BSD-style license that can be found in the LICENSE file. |
| 17234 | 17281 |
| 17235 // WARNING: Do not edit - generated code. | 17282 // WARNING: Do not edit - generated code. |
| 17236 | 17283 |
| 17237 interface IDBRequest extends EventTarget { | 17284 interface IDBRequest extends EventTarget { |
| 17238 | 17285 |
| 17286 final DOMError error; |
| 17287 |
| 17239 final int errorCode; | 17288 final int errorCode; |
| 17240 | 17289 |
| 17241 final String readyState; | 17290 final String readyState; |
| 17242 | 17291 |
| 17243 final /*IDBAny*/ result; | 17292 final /*IDBAny*/ result; |
| 17244 | 17293 |
| 17245 final /*IDBAny*/ source; | 17294 final /*IDBAny*/ source; |
| 17246 | 17295 |
| 17247 final IDBTransaction transaction; | 17296 final IDBTransaction transaction; |
| 17248 | 17297 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 17263 interface IDBTransaction extends EventTarget { | 17312 interface IDBTransaction extends EventTarget { |
| 17264 | 17313 |
| 17265 static final int READ_ONLY = 0; | 17314 static final int READ_ONLY = 0; |
| 17266 | 17315 |
| 17267 static final int READ_WRITE = 1; | 17316 static final int READ_WRITE = 1; |
| 17268 | 17317 |
| 17269 static final int VERSION_CHANGE = 2; | 17318 static final int VERSION_CHANGE = 2; |
| 17270 | 17319 |
| 17271 final IDBDatabase db; | 17320 final IDBDatabase db; |
| 17272 | 17321 |
| 17322 final DOMError error; |
| 17323 |
| 17273 final String mode; | 17324 final String mode; |
| 17274 | 17325 |
| 17275 void abort(); | 17326 void abort(); |
| 17276 | 17327 |
| 17277 void addEventListener(String type, EventListener listener, [bool useCapture]); | 17328 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 17278 | 17329 |
| 17279 bool dispatchEvent(Event evt); | 17330 bool dispatchEvent(Event evt); |
| 17280 | 17331 |
| 17281 IDBObjectStore objectStore(String name); | 17332 IDBObjectStore objectStore(String name); |
| 17282 | 17333 |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 17472 final bool shiftKey; | 17523 final bool shiftKey; |
| 17473 | 17524 |
| 17474 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); | 17525 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); |
| 17475 } | 17526 } |
| 17476 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17527 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17477 // for details. All rights reserved. Use of this source code is governed by a | 17528 // for details. All rights reserved. Use of this source code is governed by a |
| 17478 // BSD-style license that can be found in the LICENSE file. | 17529 // BSD-style license that can be found in the LICENSE file. |
| 17479 | 17530 |
| 17480 // WARNING: Do not edit - generated code. | 17531 // WARNING: Do not edit - generated code. |
| 17481 | 17532 |
| 17482 interface LocalMediaStream extends MediaStream { | 17533 interface LocalMediaStream extends MediaStream, EventTarget { |
| 17483 | 17534 |
| 17484 void stop(); | 17535 void stop(); |
| 17485 } | 17536 } |
| 17486 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17537 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17487 // for details. All rights reserved. Use of this source code is governed by a | 17538 // for details. All rights reserved. Use of this source code is governed by a |
| 17488 // BSD-style license that can be found in the LICENSE file. | 17539 // BSD-style license that can be found in the LICENSE file. |
| 17489 | 17540 |
| 17490 // WARNING: Do not edit - generated code. | 17541 // WARNING: Do not edit - generated code. |
| 17491 | 17542 |
| 17492 interface Location { | 17543 interface Location { |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18446 final int orient; | 18497 final int orient; |
| 18447 | 18498 |
| 18448 final bool verticalOverflow; | 18499 final bool verticalOverflow; |
| 18449 } | 18500 } |
| 18450 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18501 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18451 // for details. All rights reserved. Use of this source code is governed by a | 18502 // for details. All rights reserved. Use of this source code is governed by a |
| 18452 // BSD-style license that can be found in the LICENSE file. | 18503 // BSD-style license that can be found in the LICENSE file. |
| 18453 | 18504 |
| 18454 // WARNING: Do not edit - generated code. | 18505 // WARNING: Do not edit - generated code. |
| 18455 | 18506 |
| 18507 interface PagePopupController { |
| 18508 |
| 18509 void setValueAndClosePopup(int numberValue, String stringValue); |
| 18510 } |
| 18511 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18512 // for details. All rights reserved. Use of this source code is governed by a |
| 18513 // BSD-style license that can be found in the LICENSE file. |
| 18514 |
| 18515 // WARNING: Do not edit - generated code. |
| 18516 |
| 18456 interface PageTransitionEvent extends Event { | 18517 interface PageTransitionEvent extends Event { |
| 18457 | 18518 |
| 18458 final bool persisted; | 18519 final bool persisted; |
| 18459 } | 18520 } |
| 18460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18521 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18461 // for details. All rights reserved. Use of this source code is governed by a | 18522 // for details. All rights reserved. Use of this source code is governed by a |
| 18462 // BSD-style license that can be found in the LICENSE file. | 18523 // BSD-style license that can be found in the LICENSE file. |
| 18463 | 18524 |
| 18464 // WARNING: Do not edit - generated code. | 18525 // WARNING: Do not edit - generated code. |
| 18465 | 18526 |
| (...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21074 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { | 21135 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { |
| 21075 | 21136 |
| 21076 String contentScriptType; | 21137 String contentScriptType; |
| 21077 | 21138 |
| 21078 String contentStyleType; | 21139 String contentStyleType; |
| 21079 | 21140 |
| 21080 num currentScale; | 21141 num currentScale; |
| 21081 | 21142 |
| 21082 final SVGPoint currentTranslate; | 21143 final SVGPoint currentTranslate; |
| 21083 | 21144 |
| 21145 final SVGViewSpec currentView; |
| 21146 |
| 21084 final SVGAnimatedLength height; | 21147 final SVGAnimatedLength height; |
| 21085 | 21148 |
| 21086 final num pixelUnitToMillimeterX; | 21149 final num pixelUnitToMillimeterX; |
| 21087 | 21150 |
| 21088 final num pixelUnitToMillimeterY; | 21151 final num pixelUnitToMillimeterY; |
| 21089 | 21152 |
| 21090 final num screenPixelToMillimeterX; | 21153 final num screenPixelToMillimeterX; |
| 21091 | 21154 |
| 21092 final num screenPixelToMillimeterY; | 21155 final num screenPixelToMillimeterY; |
| 21093 | 21156 |
| 21094 bool useCurrentView; | 21157 final bool useCurrentView; |
| 21095 | 21158 |
| 21096 final SVGRect viewport; | 21159 final SVGRect viewport; |
| 21097 | 21160 |
| 21098 final SVGAnimatedLength width; | 21161 final SVGAnimatedLength width; |
| 21099 | 21162 |
| 21100 final SVGAnimatedLength x; | 21163 final SVGAnimatedLength x; |
| 21101 | 21164 |
| 21102 final SVGAnimatedLength y; | 21165 final SVGAnimatedLength y; |
| 21103 | 21166 |
| 21104 bool animationsPaused(); | 21167 bool animationsPaused(); |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21512 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
tToViewBox, SVGZoomAndPan { | 21575 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
tToViewBox, SVGZoomAndPan { |
| 21513 | 21576 |
| 21514 final SVGStringList viewTarget; | 21577 final SVGStringList viewTarget; |
| 21515 } | 21578 } |
| 21516 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21579 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 21517 // for details. All rights reserved. Use of this source code is governed by a | 21580 // for details. All rights reserved. Use of this source code is governed by a |
| 21518 // BSD-style license that can be found in the LICENSE file. | 21581 // BSD-style license that can be found in the LICENSE file. |
| 21519 | 21582 |
| 21520 // WARNING: Do not edit - generated code. | 21583 // WARNING: Do not edit - generated code. |
| 21521 | 21584 |
| 21522 interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox { | 21585 interface SVGViewSpec { |
| 21586 |
| 21587 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
| 21523 | 21588 |
| 21524 final String preserveAspectRatioString; | 21589 final String preserveAspectRatioString; |
| 21525 | 21590 |
| 21526 final SVGTransformList transform; | 21591 final SVGTransformList transform; |
| 21527 | 21592 |
| 21528 final String transformString; | 21593 final String transformString; |
| 21529 | 21594 |
| 21595 final SVGAnimatedRect viewBox; |
| 21596 |
| 21530 final String viewBoxString; | 21597 final String viewBoxString; |
| 21531 | 21598 |
| 21532 final SVGElement viewTarget; | 21599 final SVGElement viewTarget; |
| 21533 | 21600 |
| 21534 final String viewTargetString; | 21601 final String viewTargetString; |
| 21602 |
| 21603 int zoomAndPan; |
| 21535 } | 21604 } |
| 21536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21605 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 21537 // for details. All rights reserved. Use of this source code is governed by a | 21606 // for details. All rights reserved. Use of this source code is governed by a |
| 21538 // BSD-style license that can be found in the LICENSE file. | 21607 // BSD-style license that can be found in the LICENSE file. |
| 21539 | 21608 |
| 21540 // WARNING: Do not edit - generated code. | 21609 // WARNING: Do not edit - generated code. |
| 21541 | 21610 |
| 21542 interface SVGZoomAndPan { | 21611 interface SVGZoomAndPan { |
| 21543 | 21612 |
| 21544 static final int SVG_ZOOMANDPAN_DISABLE = 1; | 21613 static final int SVG_ZOOMANDPAN_DISABLE = 1; |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21656 ShadowRoot(Element host); | 21725 ShadowRoot(Element host); |
| 21657 | 21726 |
| 21658 final Element activeElement; | 21727 final Element activeElement; |
| 21659 | 21728 |
| 21660 bool applyAuthorStyles; | 21729 bool applyAuthorStyles; |
| 21661 | 21730 |
| 21662 final Element host; | 21731 final Element host; |
| 21663 | 21732 |
| 21664 String innerHTML; | 21733 String innerHTML; |
| 21665 | 21734 |
| 21666 final DOMSelection selection; | |
| 21667 | |
| 21668 Element getElementById(String elementId); | 21735 Element getElementById(String elementId); |
| 21669 | 21736 |
| 21670 NodeList getElementsByClassName(String className); | 21737 NodeList getElementsByClassName(String className); |
| 21671 | 21738 |
| 21672 NodeList getElementsByTagName(String tagName); | 21739 NodeList getElementsByTagName(String tagName); |
| 21673 | 21740 |
| 21674 NodeList getElementsByTagNameNS(String namespaceURI, String localName); | 21741 NodeList getElementsByTagNameNS(String namespaceURI, String localName); |
| 21742 |
| 21743 DOMSelection getSelection(); |
| 21675 } | 21744 } |
| 21676 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 21745 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 21677 // for details. All rights reserved. Use of this source code is governed by a | 21746 // for details. All rights reserved. Use of this source code is governed by a |
| 21678 // BSD-style license that can be found in the LICENSE file. | 21747 // BSD-style license that can be found in the LICENSE file. |
| 21679 | 21748 |
| 21680 // WARNING: Do not edit - generated code. | 21749 // WARNING: Do not edit - generated code. |
| 21681 | 21750 |
| 21682 interface SharedWorker extends AbstractWorker default _SharedWorkerFactoryProvid
er { | 21751 interface SharedWorker extends AbstractWorker default _SharedWorkerFactoryProvid
er { |
| 21683 | 21752 |
| 21684 SharedWorker(String scriptURL, [String name]); | 21753 SharedWorker(String scriptURL, [String name]); |
| (...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23704 String toString(); | 23773 String toString(); |
| 23705 | 23774 |
| 23706 WebKitCSSMatrix translate(num x, num y, num z); | 23775 WebKitCSSMatrix translate(num x, num y, num z); |
| 23707 } | 23776 } |
| 23708 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23777 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23709 // for details. All rights reserved. Use of this source code is governed by a | 23778 // for details. All rights reserved. Use of this source code is governed by a |
| 23710 // BSD-style license that can be found in the LICENSE file. | 23779 // BSD-style license that can be found in the LICENSE file. |
| 23711 | 23780 |
| 23712 // WARNING: Do not edit - generated code. | 23781 // WARNING: Do not edit - generated code. |
| 23713 | 23782 |
| 23714 interface WebKitCSSRegionRule extends CSSRule { | |
| 23715 | |
| 23716 final CSSRuleList cssRules; | |
| 23717 } | |
| 23718 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 23719 // for details. All rights reserved. Use of this source code is governed by a | |
| 23720 // BSD-style license that can be found in the LICENSE file. | |
| 23721 | |
| 23722 // WARNING: Do not edit - generated code. | |
| 23723 | |
| 23724 interface WebKitCSSTransformValue extends CSSValueList { | 23783 interface WebKitCSSTransformValue extends CSSValueList { |
| 23725 | 23784 |
| 23726 static final int CSS_MATRIX = 11; | 23785 static final int CSS_MATRIX = 11; |
| 23727 | 23786 |
| 23728 static final int CSS_MATRIX3D = 21; | 23787 static final int CSS_MATRIX3D = 21; |
| 23729 | 23788 |
| 23730 static final int CSS_PERSPECTIVE = 20; | 23789 static final int CSS_PERSPECTIVE = 20; |
| 23731 | 23790 |
| 23732 static final int CSS_ROTATE = 4; | 23791 static final int CSS_ROTATE = 4; |
| 23733 | 23792 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23782 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23841 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23783 // for details. All rights reserved. Use of this source code is governed by a | 23842 // for details. All rights reserved. Use of this source code is governed by a |
| 23784 // BSD-style license that can be found in the LICENSE file. | 23843 // BSD-style license that can be found in the LICENSE file. |
| 23785 | 23844 |
| 23786 // WARNING: Do not edit - generated code. | 23845 // WARNING: Do not edit - generated code. |
| 23787 | 23846 |
| 23788 interface WebKitNamedFlow { | 23847 interface WebKitNamedFlow { |
| 23789 | 23848 |
| 23790 final NodeList contentNodes; | 23849 final NodeList contentNodes; |
| 23791 | 23850 |
| 23792 final bool overflow; | 23851 final String name; |
| 23852 |
| 23853 final bool overset; |
| 23793 | 23854 |
| 23794 NodeList getRegionsByContentNode(Node contentNode); | 23855 NodeList getRegionsByContentNode(Node contentNode); |
| 23795 } | 23856 } |
| 23796 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23857 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23797 // for details. All rights reserved. Use of this source code is governed by a | 23858 // for details. All rights reserved. Use of this source code is governed by a |
| 23798 // BSD-style license that can be found in the LICENSE file. | 23859 // BSD-style license that can be found in the LICENSE file. |
| 23799 | 23860 |
| 23800 // WARNING: Do not edit - generated code. | 23861 // WARNING: Do not edit - generated code. |
| 23801 | 23862 |
| 23802 interface WebKitPoint default _WebKitPointFactoryProvider { | 23863 interface WebKitPoint default _WebKitPointFactoryProvider { |
| (...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 25242 if (length < 0) throw new IllegalArgumentException('length'); | 25303 if (length < 0) throw new IllegalArgumentException('length'); |
| 25243 if (start < 0) throw new IndexOutOfRangeException(start); | 25304 if (start < 0) throw new IndexOutOfRangeException(start); |
| 25244 int end = start + length; | 25305 int end = start + length; |
| 25245 if (end > a.length) throw new IndexOutOfRangeException(end); | 25306 if (end > a.length) throw new IndexOutOfRangeException(end); |
| 25246 for (int i = start; i < end; i++) { | 25307 for (int i = start; i < end; i++) { |
| 25247 accumulator.add(a[i]); | 25308 accumulator.add(a[i]); |
| 25248 } | 25309 } |
| 25249 return accumulator; | 25310 return accumulator; |
| 25250 } | 25311 } |
| 25251 } | 25312 } |
| OLD | NEW |